Description Usage Arguments Details Value Author(s) See Also Examples
Read in a gene set collection from a .gmt file. Code was adapted from the GSA package by Tibshirani and Efron.
1 | gsaReadGmt(filename, direction)
|
filename |
The name of a file to read data values from. 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 geneset. |
direction |
Optionally, if the gene set consists of only up- or down-regulated genes, this direction ("up" or "down"). |
Reads gene sets in the GMT format, for example from MSigDB.
An object of class gsagenesets
.
Robert Tibshirani (adapted from the GSA package), Markus Riester markus@jimmy.harvard.edu, Levi Waldron lwaldron@hsph.harvard.edu, Christoph Bernau bernau@ibe.med.uni-muenchen.de
1 2 3 4 | require(survHD)
require(survHDExtra)
gmt <- gsaReadGmt(system.file("extdata/ovarian_gene_signatures.gmt",
package = "survHD"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.