scran_variances
Model per-gene variance in expression
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_variances::ModelGeneVariancesResults< Stat_ > Struct Template Reference

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
 

Detailed Description

template<typename Stat_>
struct scran_variances::ModelGeneVariancesResults< Stat_ >

Results of model_gene_variances().

Template Parameters
Stat_Floating-point type for the output statistics.

Member Data Documentation

◆ means

Vector of length equal to the number of genes, containing the mean log-expression for each gene.

◆ variances

template<typename Stat_ >
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.

◆ fitted

Vector of length equal to the number of genes, containing the fitted value of the mean-variance trend for each gene.

◆ residuals

template<typename Stat_ >
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.


The documentation for this struct was generated from the following file: