Description Usage Arguments Value Examples
Add an Mutation Column to an Expression set made by build_TCGA_Eset() from TCGA Mutation Data, downloaded from https://gdac.broadinstitute.org/ Please download the Mutation_Packager_Oncotated_Calls
1 | fetch_TCGA_mutations(path, source)
|
path |
Path to the mutation Files downloaded from Firehose TCGA or path to the data_mutations_extended.txt file from cBioportal |
source |
Use "cBio"/"cBio_z_score" or "firehose" as a source |
Returns the Expression Set with added mutation data
1 2 3 4 | ## Not run:
mutset <- fetch_TCGA_mutations(path = "~/R/Projects/TCGA-Elisa/KIRC.Mutation_Packager_Oncotated_Calls/", Eset = Eset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.