thinning_abs_threshold | R Documentation |
This function removes from the passed coexpression network x
all edges that,
in absolute value, are less of the passed threshold
.
thinning_abs_threshold(x, threshold = 0.5)
x |
a coexpression matrix, as returned by write.coexpressionMatrix |
threshold |
the value to be used for subsetting |
a smaller version of the original matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.