GSminer-class: Class "GSminer"

Description Arguments Slots Author(s) See Also Examples

Description

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++

Arguments

inputFile

input file name(with absolute path)

sep

input file separator by default is tab

Slots

ggmapping

which is the instance of GeneGOMapping for gene to GO terms mapping

mapping

is a private env

Author(s)

Li Zhaohong && Wu Zefeng

See Also

GeneGOMapping

Examples

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)

ShadowFiendSF/GSminer documentation built on May 29, 2019, 3:03 p.m.