Description Arguments Slots Author(s) See Also Examples
GSminer has three slots: 1. ggmapping object for gene to GO terms mapping 2. BPoffsprings a list for BP GO terms to gene mapping 3. CCoffsprings a list for CC GO terms to gene mapping Note: the BPoffspring and CCoffspring mimic the behavior of pass by const reference in C++
inputFile |
input file name(with absolute path) |
sep |
input file separator by default is tab |
ggmapping
which is the instance of GeneGOMapping for gene to GO terms mapping
mapping
is a private env
Li Zhaohong && Wu Zefeng
1 2 3 4 5 | inputFile <- paste0(system.file(package = "GSminer"), "/extdata/TAIR.GO")
miner <- GSminer(inputFile = inputFile, sep = "\t")
ggmap <- methods::new("GeneGOMapping", inputFile = inputFile, sep = "\t")
miner@ggmapping <- ggmap
loadBPoffsprings(miner)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.