Description Slots Author(s) See Also Examples
Class "GeneGOMapping" A S4 class for mapping between gene and GO terms This class is the solt of the GSminer which used to select genes.
inputFile
the name of input file which contain the mapping relationship between the gene and GO terms
sep
used in the input file by default is tab
mapping
is a private env
Li Zhaohong && Wu Zefeng
1 2 3 4 5 | inputFile <- paste0(system.file(package = "GSminer"), "/extdata/TAIR.GO")
ggmap <- GeneGOMapping(inputFile = inputFile, sep = "\t")
###
ggmap <- methods::new("GeneGOMapping", inputFile = inputFile,
sep = "\t")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.