View source: R/prepare_corr_data.R
prepare_corr_data | R Documentation |
This function filters input data and returns a normalized abundance matrix.
prepare_corr_data(prepared.data, obs.cutoff, transformation, out.dr, cores = 1)
prepared.data |
Output from |
obs.cutoff |
Optional Minimum number of observations required per pairwise relationship to be included in correlation matrix (default = |
transformation |
Optional Numeric transformation to apply to data (default = none). |
out.dr |
Required. Output directory for pairwise summary data. |
The parameter obs.cutoff
refers to the minimum number of observations
per pairwise relationship required for inclusion in the output matrix.
prepare_corr_data(prepared.data, obs.cutoff, transformation, out.dr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.