scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran::ModelGeneVariances::Results Struct Reference

Results of variance modelling without blocks. More...

#include <ModelGeneVariances.hpp>

Public Attributes

std::vector< double > means
 
std::vector< double > variances
 
std::vector< double > fitted
 
std::vector< double > residuals
 

Detailed Description

Results of variance modelling without blocks.

Meaningful instances of this object should generally be constructed by calling the ModelGeneVariances::run() methods. Empty instances can be default-constructed as placeholders.

Member Data Documentation

◆ means

std::vector<double> scran::ModelGeneVariances::Results::means

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

◆ variances

std::vector<double> scran::ModelGeneVariances::Results::variances

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

◆ fitted

std::vector<double> scran::ModelGeneVariances::Results::fitted

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

◆ residuals

std::vector<double> scran::ModelGeneVariances::Results::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: