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

Results of the trend fit. More...

#include <FitVarianceTrend.hpp>

Public Attributes

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

Detailed Description

Results of the trend fit.

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

Member Data Documentation

◆ fitted

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

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

◆ residuals

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