Contribution: Adding a new package to the RTCGA.data
family
Data packages submitted to Bioconductor
Make sure you have rtools installed on your computer.
# packages that are published to devel version of Bioconductor
BiocInstaller::useDevel() # swiches to devel branchof Bioconductor
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
biocLite("RTCGA.clinical") # installs a package
biocLite("RTCGA.rnaseq")
biocLite("RTCGA.mutations")
# packages not yet published to Bioconductor
if (!require(devtools)) {
install.packages("devtools")
require(devtools)
}
install_github("mi2-warsaw/RTCGA.data/PANCAN12")
install_github("mi2-warsaw/RTCGA.data/cnv")
Installation of the RTCGA
package:
To get started, install the latest version of RTCGA from GitHub:
BiocInstaller::useDevel() # swiches to devel branchof Bioconductor
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
biocLite("RTCGA") # installs a package
Marcin Kosiński, m.p.kosinski@gmail.com
Przemysław Biecek, przemyslaw.biecek@gmail.com