Description Usage Arguments Details Value Examples
This uses the network package to coerce the adjacency matrix into a network object. It also adds the fold change, label, and relative ontology level parameters to each node in the network.
1 | make_network_object(phenos, adjacency, hpo, colour_column = "fold_change")
|
phenos |
dataframe of phenotypes and values/ parameters. |
adjacency |
adjacency matrix (see ?adjacency_matrix) <matrix> |
hpo |
The HPO ontology data object |
colour_column |
The column from phenos that you wish to map to node colour |
It expects there to be a column of HPO IDs in the phenos dataframe called HPO_Id.
A ggnetowrk graph/ network object of a subset of the RD EWCE results.
1 | ## Not run: make_network_object(phenos,adjacency,hpo, colour_column = "fold_change")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.