maftools_extract_geneset_by_altered_samples | R Documentation |
Create a genelist containing the genes mutated in the most samples in a maf. If topn > total number of mutated genes then all mutated genes are returned.
maftools_extract_geneset_by_altered_samples(maf, topn = 100)
maf |
tab delimited MAF file. File can also be gz compressed. Required. Alternatively, you can also provide already read MAF file as a dataframe. |
topn |
How many genes to include in the gene-set. |
The names of genes mutated in the most samples (character vector).
CRUX:::maftools_extract_geneset_by_altered_samples(maftools::tcgaLoad("GBM"), topn=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.