Description Usage Arguments Value Examples
convenient shortcut to find mutations
1 2 3 4 5 6 | cgMutation(
cgds,
cancer_study_id,
genes = NA,
caselist_name = "Samples with mutation data"
)
|
cgds |
object, output from the cgBase() function |
cancer_study_id |
string, the as given in the cgBase() printout |
genes |
genes string vector with genes of interest. Symbols, EntrezIds and EnsemblIds work. If nothing (NA) is provided, all genes in the GO database will be used. This will take some time, so if you only need a specific set of genes, specify it here. |
caselist_name |
string, should be chosen so that only samples with mutation data are used. |
data.frame, each row is a patient, each column is a gene
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.