Description Usage Arguments Value Author(s) Examples
selectGO method generics
select the GO term based on the threshold
1 2 3 4 |
object |
the GSminer object |
u |
the upper bound, 1/2 by default |
l |
the lower bound, 1/4 by default |
method |
method for computing the similarity |
multicores |
an integer to specify how many cores will be registered as the multicore parallel backend to the 'foreach' package. |
seed |
for reproducibility, the seed of the random number generator can be set to a fixed value before adding noise. |
a vector which name is selected GO term
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
#selectGO(miner,u = 0.5, l = 0.25, method= "Resnik", multicores = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.