sestats_to_dfs | R Documentation |
Extract stat as data.frame from SEStats results
sestats_to_dfs(
sestats,
assay_names,
contrast_names = NULL,
data_content = c("contrasts", "hits"),
hits_use_lfc = FALSE,
rename_contrasts = TRUE,
se = NULL,
rowData_colnames = NULL,
row_type = "gene_name",
verbose = FALSE,
...
)
sestats |
|
assay_names |
|
contrast_names |
|
data_content |
|
hits_use_lfc |
|
rename_contrasts |
|
se |
|
rowData_colnames |
|
row_type |
|
verbose |
|
... |
additional arguments are passed to |
The purpose is to output data.frame
or list
of data.frame
from SEStats results. This function is essentially a wrapper
to save_sestats()
with type="list"
.
list
of data.frame
based upon data_content
:
data_content="contrasts"
will return list
with one data.frame
for each contrast, and each assay_name.
Each list element is named by the contrast name.
data_content="hits"
will return list
with one data.frame
for each assay_name
, including one column for each contrast.
Each list element is named by "hits" plus the assay_name, for
example "hits quantile_counts"
.
data_content=c("contrasts", "hits")
will return list
which
includes both the options above.
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_df()
,
voom_jam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.