Code Monkey home page Code Monkey logo

rtcga's Introduction

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

The family of R packages containing TCGA data

Workflow of RTCGA package

Data packages submitted to Bioconductor

Installation of packages from the RTCGA.data family:

Windows users:

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 - don't use this line if you are interested in release versions
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
biocLite("RTCGA.clinical") # installs a package
biocLite("RTCGA.rnaseq")
biocLite("RTCGA.mutations")
biocLite("RTCGA.PANCAN12")
biocLite("RTCGA.CNV")
biocLite("RTCGA.RPPA")
biocLite("RTCGA.mRNA")
biocLite("RTCGA.miRNASeq")
biocLite("RTCGA.methylation")


# version of packages held at github.com/RTCGA - I try to keep them with the same state as devel versions of Bioconductor
library(RTCGA)
installTCGA("RTCGA.PANCAN12")
installTCGA("RTCGA.CNV")
installTCGA("RTCGA.RPPA")
installTCGA("RTCGA.mRNA")
installTCGA("RTCGA.miRNASeq")
installTCGA("RTCGA.methylation")
# or for all just type installTCGA()
The list of available datasets:
```{R} help(dataType) # where dataType is one of: 'datasetsTCGA', 'clinical', 'rnaseq' # 'mutations', 'pancan12', 'CNV', 'RPPA', 'mRNA', 'miRNASeq', 'methylation' ```

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 Chorod, [email protected]

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

RTCGA logo

rtcga's People

Contributors

jimhester avatar marcinkosinski avatar pbiecek avatar quares avatar wchodor avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.