scran_markers
Marker detection for single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_markers::SummaryResults< Stat_, Rank_ > Struct Template Reference

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
 

Detailed Description

template<typename Stat_ = double, typename Rank_ = int>
struct scran_markers::SummaryResults< Stat_, Rank_ >

Container for the summary statistics.

Template Parameters
Stat_Floating-point type for the statistics.
Rank_Numeric type for the rank.

Member Data Documentation

◆ max

template<typename Stat_ = double, typename Rank_ = int>
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.

◆ mean

template<typename Stat_ = double, typename Rank_ = int>
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.

◆ median

template<typename Stat_ = double, typename Rank_ = int>
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.

◆ min

template<typename Stat_ = double, typename Rank_ = int>
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.

◆ min_rank

template<typename Stat_ = double, typename Rank_ = int>
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.


The documentation for this struct was generated from the following file: