|
scran_markers
Marker detection for single-cell data
|
Summarize the effect sizes from pairwise comparisons. More...
Go to the source code of this file.
Classes | |
| struct | scran_markers::SummarizeEffectsOptions |
Options for summarize_effects(). More... | |
Namespaces | |
| namespace | scran_markers |
| Marker detection for single-cell data. | |
Functions | |
| template<typename Gene_ , typename Stat_ , typename Rank_ > | |
| void | scran_markers::summarize_effects (const Gene_ ngenes, const std::size_t ngroups, const Stat_ *const effects, const std::vector< SummaryBuffers< Stat_, Rank_ > > &summaries, const SummarizeEffectsOptions &options) |
| template<typename Stat_ = double, typename Rank_ = int, typename Gene_ > | |
| std::vector< SummaryResults< Stat_, Rank_ > > | scran_markers::summarize_effects (const Gene_ ngenes, const std::size_t ngroups, const Stat_ *const effects, const SummarizeEffectsOptions &options) |
Summarize the effect sizes from pairwise comparisons.