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

Results of model_gene_variances_blocked(). More...

#include <model_gene_variances.hpp>

Public Attributes

std::vector< ModelGeneVariancesResults< Stat_ > > per_block
 
ModelGeneVariancesResults< Stat_average
 

Detailed Description

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

Results of model_gene_variances_blocked().

Template Parameters
Stat_Floating-point type for the output statistics.

Member Data Documentation

◆ per_block

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

◆ average

Average across blocks for all statistics in per_block. This is only populated if ModelGeneVariancesOptions::compute_average = true.


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