thinning_percentile | R Documentation |
This function subsets the edges from the passed network and keeps only those comprised in the desired top percentile.
thinning_percentile(x, top_percentile = 0.1)
x |
a coexpression network, as returned by write.coexpressionMatrix |
top_percentile |
the desired percentile (e.g. 0.1 means "keep only top 10%") |
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.