scran_variances
Model per-gene variance in expression
|
Buffers for model_gene_variances()
and friends.
More...
#include <model_gene_variances.hpp>
Public Attributes | |
Stat_ * | means |
Stat_ * | variances |
Stat_ * | fitted |
Stat_ * | residuals |
Buffers for model_gene_variances()
and friends.
Stat_ | Floating-point type for the output statistics. |
In general, the pointers in this class should not be set to NULL
. The only exception is for instances of this class that are used as ModelGeneVariancesBlockedBuffers::average
, where setting the pointer to NULL
will omit calculation of the corresponding average statistic.
Stat_* scran_variances::ModelGeneVariancesBuffers< Stat_ >::means |
Pointer to an array of length equal to the number of genes, to be filled with the mean log-expression for each gene.
Stat_* scran_variances::ModelGeneVariancesBuffers< Stat_ >::variances |
Pointer to an array of length equal to the number of genes, containing the variance in the log-expression for each gene.
Stat_* scran_variances::ModelGeneVariancesBuffers< Stat_ >::fitted |
Pointer to an array of length equal to the number of genes, containing the fitted value of the mean-variance trend for each gene.
Stat_* scran_variances::ModelGeneVariancesBuffers< Stat_ >::residuals |
Vector of length equal to the number of genes, containing the residuals of the mean-variance trend for each gene.