Description Usage Arguments Value See Also Examples
Read/write gene set collections from/to a .gmt file
1 2  | 
filename | 
 The name of a .gmt file. As input, it should be a tab-separated text file, with one row per gene set. Column 1 has gene set names (identifiers), column 2 has gene set descriptions, remaining columns are gene ids for genes in that gene set.  | 
obj | 
 a list. See   | 
Function read.gmt returns a list with three components:
genesets | 
 List of gene names (identifiers) in each gene set  | 
geneset.names | 
 Vector of gene set names (identifiers)  | 
geneset.descriptions | 
 Vector of gene set descriptions  | 
msigdb.genesets, msigdb.version
1 2 3 4  | ## Not run: 
x = read.gmt('c2.cp.v7.4.symbols.gmt')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.