gene2BP-methods: Method gene2BP.

Description Usage Arguments Value Author(s) Examples

Description

Method gene2BP.

gene for GO Biological Process (BP) terms

Usage

1
2
## S4 method for signature 'GeneGOMapping'
gene2BP(object)

Arguments

object

the GeneGOMapping object

Value

a list of GO to Gene mapping

Author(s)

Li Zhaohong && Wu Zefeng

Examples

1
2
3
4
5
6
7
inputFile <- paste0(system.file(package = "GSminer"), "/extdata/TAIR.GO")
#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
#for an example how to use:
miner <- GSminer(inputFile = inputFile, sep = "\t")
#gene2BP(miner@ggmapping)

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