Description Usage Arguments Value Author(s) Examples
Read in gene sets from a GMT file
1 | readGmt(filename)
|
filename |
GMT file name |
A gene set list, wrapped in a S3-class gmtlist
. Each list item is
a list with three items: gene set name (name
), gene set
description (desc
), and gene list (a character vector,
genes
).
Jitao David Zhang <[email protected]>
1 2 | gmt_file <- system.file("extdata/exp.tissuemark.affy.roche.symbols.gmt", package="BioQC")
gmt_list <- readGmt(gmt_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.