Description Usage Arguments Value Examples
View source: R/createOntologyNetwork.R
Creates a network of ontology terms based on the method provided.
1 2 3 4 5 6 | createOntologyNetwork(
ontology.id,
weighted = FALSE,
method = "jaccard",
organism = "hsa"
)
|
ontology.id |
A character |
weighted |
Weight calculated by |
method |
Calculated similarity between 2 ontology terms based on the
|
organism |
Organism identifier (required for GO annotations). Default is "hsa". Currently human ( |
A data.frame with columns:
Source node
Target node
Weight of edge
1 2 | ontology.id <- sample_data$GOBP$ID[1:10]
createOntologyNetwork(ontology.id, method = "jaccard")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.