Description Usage Arguments Value Examples
Get Link Communities
1 |
network |
A |
hcmethod |
Hierarchical clustering method. See |
verbose |
Print detailed output. Default is TRUE. |
An object of class linkcomm
. See getLinkCommunities
for details.
1 2 3 4 5 6 7 | ## Not run:
ontology.id <- sample_data$GOBP$ID[1:100]
network <- createOntologyNetwork(ontology.id, method = "jaccard", weighted = FALSE)
lc <- getLC(network)
lc
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.