scran_markers
Marker detection for single-cell data
|
Container for the summary statistics. More...
#include <summarize_comparisons.hpp>
Public Attributes | |
std::vector< Stat_ > | min |
std::vector< Stat_ > | mean |
std::vector< Stat_ > | median |
std::vector< Stat_ > | max |
std::vector< Rank_ > | min_rank |
Container for the summary statistics.
Stat_ | Floating-point type for the statistics. |
Rank_ | Numeric type for the rank. |
std::vector<Stat_> scran_markers::SummaryResults< Stat_, Rank_ >::max |
Vector of length equal to the number of genes, to be filled with the maximum effect size for each gene.
std::vector<Stat_> scran_markers::SummaryResults< Stat_, Rank_ >::mean |
Vector of length equal to the number of genes, to be filled with the mean effect size for each gene.
std::vector<Stat_> scran_markers::SummaryResults< Stat_, Rank_ >::median |
Vector of length equal to the number of genes, to be filled with the median effect size for each gene.
std::vector<Stat_> scran_markers::SummaryResults< Stat_, Rank_ >::min |
Vector of length equal to the number of genes, to be filled with the minimum effect size for each gene.
std::vector<Rank_> scran_markers::SummaryResults< Stat_, Rank_ >::min_rank |
Vector of length equal to the number of genes, to be filled with the minimum rank of the effect sizes for each gene.