scran_variances
Model per-gene variance in expression
|
Results of fit_variance_trend()
.
More...
#include <fit_variance_trend.hpp>
Public Attributes | |
std::vector< Float_ > | fitted |
std::vector< Float_ > | residuals |
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.
Float_ | Floating-point type for the statistics. |
std::vector<Float_> scran_variances::FitVarianceTrendResults< Float_ >::fitted |
Vector of length equal to the number of features, containing fitted values from the trend.
std::vector<Float_> scran_variances::FitVarianceTrendResults< Float_ >::residuals |
Vector of length equal to the number of features, containing residuals from the trend.