GeneGOMapping-class: Class "GeneGOMapping" A S4 class for mapping between gene and...

Description Slots Author(s) See Also Examples

Description

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.

Slots

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

Author(s)

Li Zhaohong && Wu Zefeng

See Also

GSminer

Examples

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")	

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