|
scran_variances
Model per-gene variance in expression
|
Results of model_gene_variances().
More...
#include <model_gene_variances.hpp>
Public Attributes | |
| std::vector< Stat_ > | mean |
| std::vector< Stat_ > | variance |
| std::vector< Stat_ > | fitted |
| std::vector< Stat_ > | residual |
Results of model_gene_variances().
| Stat_ | Floating-point type of the output statistics. |
| std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::mean |
Vector of length equal to the number of genes, containing the mean log-expression for each gene.
| std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::variance |
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.
This will be empty if ModelGeneVariancesOptions::trend = false.
| std::vector<Stat_> scran_variances::ModelGeneVariancesResults< Stat_ >::residual |
Vector of length equal to the number of genes, containing the residuals of the mean-variance trend for each gene.
This will be empty if ModelGeneVariancesOptions::trend = false.