Description Usage Arguments Value Examples
Return the list of the TCGA case.ids which have the mutation of TCGA Type <mutation_type> on the gene with Gene Ensembl equal to <gene.ensembl> that couse the TCGA Consequence Type <mutation.cons_type>
| 1 | get.list_cases(gene.ensembl, mutation.type, mutation.cons_type = "")
 | 
| gene.ensembl | a Gene Symbol of a gene that occur in TCGA | 
| mutation.type | a TCGA mutation Type (related to the mutations) | 
| mutation.cons_type | a TCGA Consequence Type (related to the mutations) | 
the list of the case.ids which have the mutation of <mutation.type> on the gene <gene.ensembl>
| 1 | get.list_cases("ENSG00000152217", "Single base substitution", "missense_variant")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.