Description Usage Arguments Value Author(s) Examples
Method gene2BP.
gene for GO Biological Process (BP) terms
1 2 | ## S4 method for signature 'GeneGOMapping'
gene2BP(object)
|
object |
the GeneGOMapping object |
a list of GO to Gene mapping
Li Zhaohong && Wu Zefeng
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.