gmt_import | R Documentation |
This function imports GMT files into a list of character vectors for mitch analysis. GMT files are a commonly used format for lists of genes used in pathway enrichment analysis. GMT files can be obtained from Reactome, MSigDB, etc.
gmt_import(gmtfile)
gmtfile |
a gmt file. |
a list of gene sets.
# Import some gene sets
genesetsExample<-gmt_import(system.file('extdata/sample_genesets.gmt',
package = 'mitch'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.