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

Results of fit_variance_trend(). More...

#include <fit_variance_trend.hpp>

Public Attributes

std::vector< Float_fitted
 
std::vector< Float_residuals
 

Detailed Description

template<typename Float_>
struct scran_variances::FitVarianceTrendResults< Float_ >

Results of fit_variance_trend().

Meaningful instances of this object should generally be constructed by calling the fit_variance_trend() function. Empty instances can be default-constructed as placeholders.

Template Parameters
Float_Floating-point type for the statistics.

Member Data Documentation

◆ fitted

Vector of length equal to the number of features, containing fitted values from the trend.

◆ residuals

template<typename Float_ >
std::vector<Float_> scran_variances::FitVarianceTrendResults< Float_ >::residuals

Vector of length equal to the number of features, containing residuals from the trend.


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