Description Usage Arguments Value Examples
Get clusters of link communities
1 | getOntoClust(lc, minClusterSize = 3, verbose = TRUE)
|
lc |
Output of |
minClusterSize |
Minimum number of members in a cluster. Default is 3. |
verbose |
Print detailed output. Default is TRUE. |
A list
object with
|
Binary matrix. Rows: ontologies, columns: link communities |
|
data.frame with columns of ontology IDs and link communities |
|
Distance matrix of |
|
|
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)
oc <- getOntoClust(lc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.