voom_jam: Limma-voom customized for Jam

voom_jamR Documentation

Limma-voom customized for Jam

Description

Limma-voom customized for Jam

Usage

voom_jam(
  counts,
  design = NULL,
  lib.size = NULL,
  normalize.method = "none",
  block = NULL,
  correlation = NULL,
  weights = NULL,
  span = 0.5,
  plot = FALSE,
  save.plot = TRUE,
  verbose = FALSE,
  ...
)

Details

This function is based directly upon limma::voom() with a small adjustment to handle the presence of NA values, which otherwise causes the stats::lowess() output to be clearly incorrect. The correction removes NA values during this step, producing a result as expected.

See Also

Other jamses stats: ebayes2dfs(), handle_na_values(), matrix_normalize(), run_limma_replicate(), se_contrast_stats(), se_normalize()


jmw86069/jamses documentation built on May 31, 2024, 1:36 p.m.