BiocManager::install("CNTools")
tcga2stat <-
"https://cran.r-project.org/src/contrib/Archive/TCGA2STAT/TCGA2STAT_1.2.tar.gz"
download.file(tcga2stat,
destfile = "~/Downloads/TCGA2STAT_1.2.tar.gz")
install.packages("~/Downloads/TCGA2STAT_1.2.tar.gz",
repos = NULL, type = "source")
TCGA数据下载:R包TCGA2STAT
最新推荐文章于 2024-04-05 02:30:00 发布