scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Classes | Namespaces
FitVarianceTrend.hpp File Reference

Fit a mean-variance trend to log-count data. More...

#include "../utils/macros.hpp"
#include <algorithm>
#include <vector>
#include "WeightedLowess/WeightedLowess.hpp"
Include dependency graph for FitVarianceTrend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scran::FitVarianceTrend
 Fit a mean-variance trend to log-count data. More...
 
struct  scran::FitVarianceTrend::Defaults
 Parameter defaults for trend fitting. More...
 
struct  scran::FitVarianceTrend::Results
 Results of the trend fit. More...
 

Namespaces

namespace  scran
 Functions for single-cell RNA-seq analyses.
 

Detailed Description

Fit a mean-variance trend to log-count data.