Description Usage Arguments Value Examples
Function to read various geneset file formats and returns a list of vectors containing gene names.
1 | read_geneset(x, min_size = 15)
|
x |
file, |
min_size |
minimum size of geneset otherwise filter out. |
Returns a list of gene sets
1 2 3 | gmt_file <- system.file("extdata", "h.all.v7.4.symbols.gmt", package = "bowerbird")
gs <- read_geneset(gmt_file)
head(gs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.