README.md

RTCGA.mutations.20160128

This package was created with RTCGA::createTCGA() function and is a part of RTCGA project. It consist of data from The Cancer Genome Atlas Project.

Datasets existing in this package were downloaded automatically from Firehose Broad GDAC portal. They were taken from the 2016-01-28 release date. All release dates are available here. Datasets were downloaded with the use of RTCGA::downloadTCGA() function and were transposed with RTCGA::readTCGA() function.

The package contains following datasets, which names corresponds to: the cohort type, data type and release date. Cohort types can be checked with RTCGA::infoTCGA(), release dates with RTCGA::checkTCGA('Dates') and data types with e.g. RTCGA::checkTCGA('DataSets', 'BRCA') calls. The used data type for this package was Mutation_Packager_Calls.Level - all those information are included in the DESCRIPTION file. To see the manual page for included datasets run ?mutations.20160128 in R console.

Optionally, the data can be loaded through the ExperimentHub interface.

```{r, eval=FALSE} library(ExperimentHub) eh <- ExperimentHub() myfiles <- query(eh, "RTCGA.mutations.20160128" ) myfiles[[1]] ## load the first resource in the list



# Installation 

To install this package from GitHub use
```{r, eval=FALSE}
library(RTCGA) 
 installTCGA("RTCGA.mutations.20160128") 

Make sure you have Rtools installed on your computer, if you are trying devtools on Windows.

Notes

Note that this package is a data package with datasets from 2016-01-28 release date. There are few data packages already on Bioconductor with datasets from "2015-11-01". To read more check ?RTCGA::datasetsTCGA.



RTCGA/RTCGA.mutations.20160128 documentation built on May 8, 2019, 8:01 a.m.