scran_markers
Marker detection for single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
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

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

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

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: