Description Usage Arguments Value Examples
Create a binary matrix of LC members
1 | createLCmatrix(lc, includeOutlierLC = FALSE)
|
lc |
Output of |
includeOutlierLC |
Include the ontology terms that are not part of a link community. Default FALSE |
Binary LC membership matrix
. Rows: ontology terms, columns: link communities.
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)
createLCmatrix(lc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.