scran_variances
Model per-gene variance in expression
Loading...
Searching...
No Matches
scran_variances::ModelGeneVariancesResults< Stat_ > Struct Template Reference

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
 

Detailed Description

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

Results of model_gene_variances().

Template Parameters
Stat_Floating-point type of the output statistics.

Member Data Documentation

◆ mean

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

◆ variance

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

◆ fitted

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

◆ residual

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


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