tcga_dataset_to_data_pool | R Documentation |
Takes a TCGA study abbreviation, creates a tcga_dataset_to_maf_dataset_wrapper object for the relevant dataset and adds the wrapper to the maf_data_pool
tcga_dataset_to_data_pool(
tcga_study_abbreviation,
maf_data_pool,
source = "Firehose"
)
tcga_study_abbreviation |
a TCGA cohort abbreviation (see maftools::tcgaAvailable()) (string) |
maf_data_pool |
the data pool to add the dataset wrapper to (maf_data_pool) |
source |
'MC3' or 'Firehose'. Source of TCGA data to use. See ?maftools::tcgaLoad for details (string) |
returns a data pool object with extra dataset added (maf_data_pool)
Other DataToWrapper:
tcga_dataset_to_maf_dataset_wrapper()
,
tcga_datasets_to_data_pool()
,
user_data_filepath_to_class_maf_dataset_wrapper()
,
user_to_dataset_to_data_pool()
CRUX:::tcga_dataset_to_data_pool("ACC", CRUX:::new_maf_data_pool())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.