Description Usage Arguments Value Author(s) Examples
getThreshold method generics
select the GO term size
1 2 | ## S4 method for signature 'GSminer'
getThreshold(object, u = 0.5, l = 0.25)
|
object |
the GSminer object |
u |
the upper bound, 1/2 by default |
l |
the lower bound, 1/4 by default |
a list of upper bound and lower bound
Li Zhaohong && Wu Zefeng
1 2 3 4 | inputFile <- paste0(system.file(package = "GSminer"), "/extdata/TAIR.GO")
miner <- GSminer(inputFile = inputFile, sep = "\t")
# just for an example:
#getThreshold(miner, u = 0.5, l = 0.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.