scran_variances
Model per-gene variance in expression
|
Results of model_gene_variances()
.
More...
#include <model_gene_variances.hpp>
Public Attributes | |
std::vector< Stat_ > | means |
std::vector< Stat_ > | variances |
std::vector< Stat_ > | fitted |
std::vector< Stat_ > | residuals |
Results of model_gene_variances()
.
Stat_ | Floating-point type for the output statistics. |
std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::means |
Vector of length equal to the number of genes, containing the mean log-expression for each gene.
std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::variances |
Vector of length equal to the number of genes, containing the variance in the log-expression for each gene.
std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::fitted |
Vector of length equal to the number of genes, containing the fitted value of the mean-variance trend for each gene.
std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::residuals |
Vector of length equal to the number of genes, containing the residuals of the mean-variance trend for each gene.