Description Usage Arguments Value Examples
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.
1 | gmt_import(gmtfile)
|
gmtfile |
a gmt file. |
a list of gene sets.
1 2 3 | # 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.