Description Usage Arguments Value Examples
View source: R/convertSifToGmt.R
Convert SIF to GMT
1 | convertSifToGmt(sif, name = "gmt", returnSmallMolecules = FALSE)
|
sif |
a data.frame representing a SIF (Simple Interaction Format) |
name |
the name of the gene set |
returnSmallMolecules |
a boolean whether to return genes or small molecules in the gene set |
a list with one entry being a vector
1 2 | sif <- readSif(system.file("extdata", "test_sif.txt", package="paxtoolsr"))
gmt <- convertSifToGmt(sif)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.