Description Usage Arguments Value Author(s) Examples
View source: R/gdcFilterSamples.R
Filter out samples that are sequenced for two or more times
1 | gdcFilterDuplicate(metadata)
|
metadata |
metadata parsed from |
A filtered dataframe of metadata without duplicated samples
Ruidong Li and Han Qu
1 2 3 | ####### Parse metadata by project id and data type #######
metaMatrix <- gdcParseMetadata(project.id='TARGET-RT', data.type='RNAseq')
metaMatrix <- gdcFilterDuplicate(metadata=metaMatrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.