scran_markers
Marker detection for single-cell data
Loading...
Searching...
No Matches
scran_markers::SummaryBuffers< Stat_, Rank_ > Struct Template Reference

Pointers to arrays to hold the summary statistics. More...

#include <summarize_comparisons.hpp>

Public Attributes

Stat_ * min = NULL
 
Stat_ * mean = NULL
 
Stat_ * median = NULL
 
Stat_ * max = NULL
 
Rank_ * min_rank = NULL
 

Detailed Description

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

Pointers to arrays to hold 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>
Stat_* scran_markers::SummaryBuffers< Stat_, Rank_ >::max = NULL

Pointer to an array of length equal to the number of genes, to be filled with the maximum effect size for each gene. If NULL, the maximum is not computed.

◆ mean

template<typename Stat_ = double, typename Rank_ = int>
Stat_* scran_markers::SummaryBuffers< Stat_, Rank_ >::mean = NULL

Pointer to an array of length equal to the number of genes, to be filled with the mean effect size for each gene. If NULL, the mean is not computed.

◆ median

template<typename Stat_ = double, typename Rank_ = int>
Stat_* scran_markers::SummaryBuffers< Stat_, Rank_ >::median = NULL

Pointer to an array of length equal to the number of genes, to be filled with the median effect size for each gene. If NULL, the median is not computed.

◆ min

template<typename Stat_ = double, typename Rank_ = int>
Stat_* scran_markers::SummaryBuffers< Stat_, Rank_ >::min = NULL

Pointer to an array of length equal to the number of genes, to be filled with the minimum effect size for each gene. If NULL, the minimum is not computed.

◆ min_rank

template<typename Stat_ = double, typename Rank_ = int>
Rank_* scran_markers::SummaryBuffers< Stat_, Rank_ >::min_rank = NULL

Pointer to an array of length equal to the number of genes, to be filled with the minimum rank of the effect sizes for each gene. If NULL, the minimum rank is not computed.


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