### Install TCGAutils Package Source: https://github.com/waldronlab/tcgautils/blob/devel/README.md Installs the TCGAutils package using BiocManager. Ensure BiocManager is installed first. ```R if (!require("BiocManager")) install.packages("BiocManager") library(BiocManager) install("TCGAutils") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.