View source: R/mean_func_occ_diff_plot.R
mean_func_occ_diff_plot | R Documentation |
Plots a heatmap showing the mean occurrence frequency difference between core and non-core functional otu under different minimal tpm and thresholds.
mean_func_occ_diff_plot( functional_profile, sample, min_tpm, max_tpm, tpm_step, min_thre, max_thre, thre_step )
functional_profile |
a community count data matrix with samples in rows and OTUs/taxa in column, |
sample |
a sample information data.frame. The rownames must match the sample names in the otu, |
max_tpm |
the maximum TPM of the loop, |
max_thre |
the maximum threshold of the loop, |
thre_step |
the threshold step of the loop, |
mini_tpm |
the minimum TPM of the loop, |
abun_step |
the TPM step of the loop, |
mini_thre |
the minimum threshold of the loop, |
Plots a heatmap showing the mean occurrence frequency difference between core and non-core functional otu under different minimal tpm and thresholds.
A heatmap showing the mean occurrence frequency difference between core and non-core functional otu under different minimal tpm and thresholds.
mean_func_occ_diff_plot(functional_profile, sample, min_tpm = 0, max_tpm = 4000, tpm_step = 100, min_thre = 0, max_thre = 0.1, thre_step = 0.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.