voom_jam | R Documentation |
Limma-voom customized for Jam
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,
...
)
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.
Other jamses stats:
ebayes2dfs()
,
format_hits()
,
handle_na_values()
,
hit_array_to_list()
,
process_sestats_to_hitim()
,
run_limma_replicate()
,
save_sestats()
,
se_contrast_stats()
,
sestats_to_dfs()
,
sestats_to_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.