calculate_matrix_stats: calculate_matrix_stats(countmatrix = NULL, uselog = NULL,...

View source: R/calculate_matrix_stats.R

calculate_matrix_statsR Documentation

calculate_matrix_stats(countmatrix = NULL, uselog = NULL, statsonlog = TRUE, stattype = NULL, classesvector = NULL, invertbinaryorder = FALSE, fun_for_l2fc = "geom_mean", threshPA = 0, numthreads = 1, nperm = 999)

Description

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.

Usage

calculate_matrix_stats(
  countmatrix = NULL,
  uselog = NULL,
  statsonlog = TRUE,
  stattype = NULL,
  paired = FALSE,
  classesvector = NULL,
  invertbinaryorder = FALSE,
  fun_for_l2fc = "geom_mean",
  threshPA = 0,
  numthreads = 1,
  nperm = 10000
)

johnmcculloch/JAMS_BW documentation built on April 30, 2024, 8:09 p.m.