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

Compute the median and MAD from an array of values. More...

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

Go to the source code of this file.

Classes

class  scran::ComputeMedianMad
 Compute the median and MAD from an array of values. More...
 
struct  scran::ComputeMedianMad::Defaults
 Default parameters. More...
 
struct  scran::ComputeMedianMad::Results
 Medians and MADs, possibly for multiple blocks. More...
 

Namespaces

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

Detailed Description

Compute the median and MAD from an array of values.