Description Usage Arguments Value Examples
View source: R/loading_files.R
'readSetFile' reads a tab-delimited text file containing a collection of gene sets.
1 | readSetFile(fileName)
|
fileName |
a string containing the file name |
a list of gene sets. Each element of the list is a character vector v, where v[1] contains the gene set name, v[2] descriptions about the set, v[3..length(v)] the genes that belong to the set.
1 2 3 | # Read example set file
set_fname <- system.file("extdata", "variableSet_BioNetStat_tutorial_data.gmt", package = "BioNetStat")
deneSets <- readSetFile(set_fname)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.