permute_rho | R Documentation |
Permutes the pair-wise Spearman rank co-occurrence, to determine a significant rho-cutoff.
permute_rho(phyloseq_obj, treatment = NULL, subset = NULL,
replicate_samples = NULL, permutations = 10, method = 'spearman',
cores = 1)
phyloseq_obj |
A |
treatment |
Column name as a |
subset |
A factor within the |
replicate_samples |
Column name as a |
permutations |
|
method |
Which correlation method to calculate, "pearson", "spearman". |
cores |
|
table
co_occurrence
permute_rho(soil_column, treatment = c('Matrix', 'Treatment'),
subset = 'Amended', replicate_samples = 'Day', permutations = 1, cores = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.