ver update
A part of RTCGA family.
To install development version from GitHub use
library(RTCGA) installTCGA("RTCGA.miRNASeq")
Make sure you have Rtools installed on your computer, if you are trying devtools on Windows.
devtools
To install Bioconductor development version use (the same as GitHub development version)
BiocInstaller::useDevel() # swiches to devel branchof Bioconductor source("https://bioconductor.org/biocLite.R") # downloads bioClite function biocLite("RTCGA.miRNASeq") # installs a package
提供癌症基因组图谱中miRNA测序数据的R包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
RTCGA.miRNASeq
A part of RTCGA family.
To install development version from GitHub use
Make sure you have Rtools installed on your computer, if you are trying
devtoolson Windows.To install Bioconductor development version use (the same as GitHub development version)