Description Usage Arguments Value Author(s) Examples
Compute the GO term similarity
1 2 |
g |
igraph object |
selectedGO |
list which name is selected GO term |
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. |
similarity matrix
Li Zhaohong && Wu Zefeng
1 2 3 4 5 | library(igraph)
#just for an example:
#HPPA <-dRDataLoader(RData='ig.HPPA')
#g <- ig.HPPA
#getGOSim(g, selectedGO, method= "Resnik", multicores = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.