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.
References
The file format is defined by the Broad Institute here
Examples
gmtFile <- system.file(
package = "BaseSet", "extdata",
"hallmark.gene.symbol.gmt"
)
gs <- getGMT(gmtFile)
nRelations(gs)
#> [1] 7324
nElements(gs)
#> [1] 4386
nSets(gs)
#> [1] 50