Git Product home page Git Product logo

Travis-CI Build Status Project Status: Inactive - The project has reached a stable, usable state but is not being actively developed.

The family of R packages containing TCGA data

Data packages not yet submitted to Bioconductor from 2016-01-28 release date of TCGA data.

Data packages submitted to Bioconductor from 2015-11-01 release date of TCGA data.

Installation of packages from the RTCGA family:

Windows users:

Make sure you have rtools installed on your computer.

# some packages might be still only available on the devel version of Bioconductor
BiocInstaller::useDevel() # swiches to devel branchof Bioconductor - don't use this line if you are interested in release versions
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
package installation help releaseDate
RTCGA.rnaseq.20160128 biocLite('RTCGA.rnaseq.20160128') ?rnaseq.20160128 2016-01-28
RTCGA.clinical.20160128 biocLite('RTCGA.clinical.20160128') ?clinical.20160128 2016-01-28
RTCGA.mutations.20160128 biocLite('RTCGA.mutations.20160128') ?mutations.20160128 2016-01-28
RTCGA.mRNA.20160128 biocLite('RTCGA.mRNA.20160128') ?mRNA.20160128 2016-01-28
RTCGA.miRNASeq.20160128 biocLite('RTCGA.miRNASeq.20160128') ?miRNASeq.20160128 2016-01-28
RTCGA.RPPA.20160128 biocLite('RTCGA.RPPA.20160128') ?RPPA.20160128 2016-01-28
RTCGA.CNV.20160128 biocLite('RTCGA.CNV.20160128') ?CNV.20160128 2016-01-28
RTCGA.methylation.20160128 biocLite('RTCGA.methylation.20160128') ?methylation.20160128 2016-01-28
RTCGA.rnaseq biocLite('RTCGA.rnaseq') ?rnaseq 2015-11-01
RTCGA.clinical biocLite('RTCGA.clinical') ?clinical 2015-11-01
RTCGA.mutations biocLite('RTCGA.mutations') ?mutations 2015-11-01
RTCGA.mRNA biocLite('RTCGA.mRNA') ?mRNA 2015-11-01
RTCGA.miRNASeq biocLite('RTCGA.miRNASeq') ?miRNASeq 2015-11-01
RTCGA.PANCAN12 biocLite('RTCGA.PANCAN12') ?pancan12 NULL
RTCGA.RPPA biocLite('RTCGA.RPPA') ?RPPA 2015-11-01
RTCGA.CNV biocLite('RTCGA.CNV') ?CNV 2015-11-01
RTCGA.methylation biocLite('RTCGA.methylation') ?methylation 2015-11-01

RTCGA

Packages from the RTCGA.data - family/factory are based on the RTCGA package

Installation of the RTCGA package:

To get started, install the latest version of RTCGA from Bioconductor:

BiocInstaller::useDevel() # swiches to devel branch of Bioconductor
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
biocLite("RTCGA") # installs a package

or use below code to download the development version which is like to be less bugged than the release version on Bioconductor:

if (!require(devtools)) {
    install.packages("devtools")
    require(devtools)
}
install_github("RTCGA/RTCGA", build_vignettes = TRUE)

To check Use Cases run

browseVignettes("RTCGA")

Authors:

Marcin Kosiński, [email protected]

Przemysław Biecek, [email protected]

Witold Chodor, [email protected]

This repository is synchronized with it's Bioconductor's SVN devel mirror.

RTCGA logo

rtcga's Projects

rtcga icon rtcga

Download, integration and visualizations of the variety & volume of TCGA data.

rtcga.cnv icon rtcga.cnv

CNV datasets from The Cancer Genome Atlas Project

rtcga.mrna icon rtcga.mrna

mRNA datasets from The Cancer Genome Atlas Project

rtcga.rppa icon rtcga.rppa

RPPA datasets from The Cancer Genome Atlas Project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.