hit_array_to_list | R Documentation |
Quick conversion of hit_array to hit_list
hit_array_to_list(
hit_array,
contrast_names = NULL,
cutoff_names = NULL,
assay_names = NULL,
...
)
hit_array |
|
contrast_names |
|
This function is mainly useful when there are multiple dimensions
unresolved in a hit_array, in which case this function will combine
hits across the different cutoffs and signals contained
in the hit_array
of sestats
output from se_contrast_stats()
.
list
named by contrast_names
, that contains unique statistical
hits by combining entries across the cutoff_names
and assay_names
for each contrast.
Other jamses stats:
ebayes2dfs()
,
format_hits()
,
handle_na_values()
,
process_sestats_to_hitim()
,
run_limma_replicate()
,
save_sestats()
,
se_contrast_stats()
,
sestats_to_dfs()
,
sestats_to_df()
,
voom_jam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.