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 Index_ , typename Stat_ , typename Rank_ > | |
void | scran_markers::summarize_effects (Index_ ngenes, size_t ngroups, const Stat_ *effects, const std::vector< SummaryBuffers< Stat_, Rank_ > > &summaries, const SummarizeEffectsOptions &options) |
template<typename Stat_ = double, typename Rank_ = int, typename Index_ > | |
std::vector< SummaryResults< Stat_, Rank_ > > | scran_markers::summarize_effects (Index_ ngenes, size_t ngroups, const Stat_ *effects, const SummarizeEffectsOptions &options) |
Summarize the effect sizes from pairwise comparisons.