| getGMT | R Documentation | 
The GMT (Gene Matrix Transposed) file format is a tab delimited file format that describes groups of genes. In this format, each row represents a group. Each group is described by a name, a description, and the genes in it.
getGMT(con, sep = "\t", ...)
| con | File name of the GMT file. | 
| sep | GMT file field separator, by default tabs. | 
| ... | Other arguments passed to  | 
A TidySet object.
The file format is defined by the Broad Institute here
Other IO functions: 
getGAF(),
getOBO()
gmtFile <- system.file(
    package = "BaseSet", "extdata",
    "hallmark.gene.symbol.gmt"
)
gs <- getGMT(gmtFile)
nRelations(gs)
nElements(gs)
nSets(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.