Description Usage Arguments Value Author(s) Examples
Merge raw counts data that is downloaded from GDC to a single expression matrix
1 | gdcRNAMerge(metadata, path, data.type, organized = FALSE)
|
metadata |
metadata parsed from |
path |
path to downloaded files for merging |
data.type |
one of |
organized |
logical, whether the raw counts data have already
been organized into a single folder (eg., data downloaded by the
'GenomicDataCommons' method are already organized).
Default is |
A dataframe or numeric matrix of raw counts data with rows are genes or miRNAs and columns are samples
Ruidong Li and Han Qu
1 2 3 4 5 6 | ####### Merge RNA expression data #######
metaMatrix <- gdcParseMetadata(project.id='TARGET-RT',
data.type='RNAseq')
## Not run: rnaExpr <- gdcRNAMerge(metadata=metaMatrix, path='RNAseq/',
data.type='RNAseq')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.