View source: R/calculate_matrix_stats.R
calculate_matrix_stats | R Documentation |
Returns a data frame with the statistics for a feature count matrix ordered by highest variance or lowest Mann-Whitney-Wilcoxon test between binary categories. This function is used internally by the JAMS plotting functions, plot_Ordination, plot_relabund_heatmap, plot_correlation_heatmpap and plot_relabund_features.
calculate_matrix_stats(
countmatrix = NULL,
uselog = NULL,
statsonlog = TRUE,
stattype = NULL,
classesdf = NULL,
invertbinaryorder = FALSE,
fun_for_l2fc = "geom_mean",
threshPA = 0,
numthreads = 1,
nperm = 10000,
paired = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.