Description Usage Arguments Value Author(s) Examples
Method buildMapping.
1 2 | ## S4 method for signature 'GeneGOMapping'
buildMapping(object, header = FALSE)
|
object |
the GeneGOMapping object |
header |
input mapping file has a header or not |
a GeneGOMapping with list of GO to Gene mapping
Li Zhaohong && Wu Zefeng
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.