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

Results of variance modelling with blocks. More...

#include <ModelGeneVariances.hpp>

Collaboration diagram for scran::ModelGeneVariances::BlockResults:
Collaboration graph
[legend]

Public Attributes

std::vector< Resultsper_block
 
Results average
 

Detailed Description

Results of variance modelling with blocks.

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

Member Data Documentation

◆ per_block

std::vector<Results> scran::ModelGeneVariances::BlockResults::per_block

Vector of length equal to the number of blocks, where each entry contains the variance modelling results for a single block.

◆ average

Results scran::ModelGeneVariances::BlockResults::average

Average across blocks for all statistics in per_block.


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