scran_qc
Simple quality control on single-cell data
Loading...
Searching...
No Matches
scran_qc.hpp
Go to the documentation of this file.
1#ifndef SCRAN_QC_HPP
2#define SCRAN_QC_HPP
3
6#include "format_filters.hpp"
7#include "find_median_mad.hpp"
8
12
22namespace scran_qc {}
23
24#endif
Simple per-cell QC metrics from an ADT count matrix.
Define QC filter thresholds using a MAD-based approach.
Simple per-cell QC metrics from a CRISPR count matrix.
Compute the median and MAD from an array of values.
Format QC filters for downstream analysis.
Simple quality control for single-cell data.
Definition adt_quality_control.hpp:20
Compute per-cell quality control metrics.
Simple per-cell QC metrics from an RNA count matrix.