Description Usage Arguments Value
Calculate network adjacencies for filter
1 2 | calculate_adjacency(datan, filter, soft_power = 2,
method = c("pearson", "kendall", "spearman"))
|
datan |
Data frame were rows correspond to samples and columns to features. |
filter |
Filter-Matrix as generated by the nb_filter function. |
soft_power |
Integer. Exponent of the transformation. Set automatically based on the scale free topology criterion if unspecified. |
method |
A character string specifying the method to be used for correlation coefficients. |
Vector with adjacencies for the filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.