View source: R/prepare_net_features.R
prepare_net_features | R Documentation |
This function preprocesses edge and node data, combining both outputs into a list object to be used in
downstream functions, such as get_igraph()
.
prepare_net_features(
edges.,
node.ids,
p.val.cutoff,
correlation,
correlation.cutoff,
sign
)
edges. |
Output from |
node.ids |
Output from |
p.val.cutoff |
Any pairwise comparison with a p-value greater than this value will be dropped |
correlation |
Metric for pairwise comparisions (see |
correlation.cutoff |
Values from |
sign |
Direction(s) of pairwise relationship to include in network. Values from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.