Export meta-analytic markers to file (including header with time stamp).
1 2 3 4 5 6 7 8 9 10 | export_meta_markers(
meta_markers,
filename,
dataset_names,
order_by = "auroc",
fdr_threshold = 0.05,
fc_threshold = 4,
detection_threshold = 0,
gzip = TRUE
)
|
meta_markers |
Meta-marker table obtained with |
filename |
File where to write meta-marker table. |
dataset_names |
Names of datasets used to compute meta-markers. |
order_by |
Secondary statistic by which meta-markers have been ranked. |
fdr_threshold |
FDR threshold used to identify Differentially Expressed (DE) genes. |
fc_threshold |
Fold change threshold used to identify DE genes. |
detection_threshold |
Detection rate threshold used to identify DE genes. |
gzip |
Boolean. Should output file be zipped to spare memory? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.