buildMapping-methods: Method buildMapping.

Description Usage Arguments Value Author(s) Examples

Description

Method buildMapping.

Usage

1
2
## S4 method for signature 'GeneGOMapping'
buildMapping(object, header = FALSE)

Arguments

object

the GeneGOMapping object

header

input mapping file has a header or not

Value

a GeneGOMapping with list of GO to Gene mapping

Author(s)

Li Zhaohong && Wu Zefeng

Examples

1
2
3
4
5
#relationship between the gene and GO terms
#sep used in the input file by default is tab
inputFile <- paste0(system.file(package = "GSminer"), "/extdata/TAIR.GO")
miner1 <- GSminer(inputFile = inputFile, sep = "\t")
buildMapping(miner1@ggmapping)

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