Description Usage Arguments Details Value Author(s) Examples
Download the metadata from all the projects. This can be useful for finding samples of interests across all projects.
1 | all_metadata(subset = "sra", verbose = TRUE)
|
subset |
Either |
verbose |
If |
Note that for subset = 'gtex'
, there are more variables than
the ones we have for 'sra'. This information corresponds to file
GTEx_Data_V6_Annotations_SampleAttributesDS.txt available at
http://www.gtexportal.org/home/datasets. There you can find the
information describing these variables.
For TCGA we acquired metadata information from 3 different sources:
GDC: via a json query
CGC: via json queries and a custom script to merge the tables
TCGAbiolinks: we used to to parse GDC's XML files For more information, check https://github.com/leekgroup/recount-website/tree/master/metadata/tcga_prep.
A DataFrame-class object with the phenotype metadata.
Leonardo Collado-Torres
1 | metadata <- all_metadata()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.