read_gmt | R Documentation |
Read gmt gene sets file
read_gmt(x, from = NULL, to = NULL, orgdb = NULL)
x |
The file name of a .gmt file. |
from |
Gene ID type in the original gmt file. Value can only take values in 'ENTREZ/SYMBOL/ENSEMBL/REFSEQ'. |
to |
Gene ID type that you want to convert to. Value can only take values in 'ENTREZ/SYMBOL/ENSEMBL/REFSEQ'. |
orgdb |
The name of an OrgDb database. |
A named list of vectors.
read_gmt(url("http://dsigdb.tanlab.org/Downloads/D2_LINCS.gmt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.