scran_markers
Marker detection for single-cell data
|
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 |
Pointers to arrays to hold the summary statistics.
Stat_ | Floating-point type for the statistics. |
Rank_ | Numeric type for the rank. |
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.
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.
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.
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.
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.