Process sestats input into a hit incidence matrix
Source:R/jam_prep_sestats_hitim.R
process_sestats_to_hitim.RdProcess sestats input into a hit incidence matrix
Usage
process_sestats_to_hitim(
sestats,
cutoff_names = NULL,
contrast_names = NULL,
assay_names = NULL,
contrast_suffix = NULL,
rename_contrasts = FALSE,
rows = NULL,
verbose = FALSE,
...
)Arguments
- sestats
one of the following:
listobject output fromse_contrast_stats(), containing"hit_array"arrayin format"hit_array"with dimnames"Cutoffs","Contrasts","Signals".listofcharactervectors representingrownames(se)for the parentheatmap_se()function.listofnumericvectors named byrownames(se).
- cutoff_names, contrast_names, assay_names
characterornumericpassed tohit_array_to_list()when the input issestatsorhit_array.- contrast_suffix
characteroptional suffix appended to the end of each contrast name.- rename_contrasts
logicalindicating whether to rename contrasts by callingcontrast2comp()- rows
characterorNULLwith optional fixed set of rownames expected in the output matrix. Whenrows=NULLall rows are returned using data fromsestats. Otherwise, only rows defined byrowsare returned.- verbose
logicalindicating whether to print verbose output.- ...
additional arguments are passed to
contrast2comp()if relevant.
See also
Other jamses stats:
ebayes2dfs(),
format_hits(),
handle_na_values(),
hit_array_to_list(),
run_limma_replicate(),
save_sestats(),
se_contrast_stats(),
sestats_to_dfs(),
sestats_to_df(),
voom_jam()