scran_qc
Simple quality control on single-cell data
|
Options for find_median_mad()
.
More...
#include <find_median_mad.hpp>
Public Attributes | |
bool | log = false |
bool | median_only = false |
Options for find_median_mad()
.
Whether to compute the median and MAD after log-transformation of the values. This is useful for defining thresholds based on fold changes from the center. If true
, all values are assumed to be non-negative.
Whether to only compute the median. If true, FindMedianMadResults::mad
will be set to NaN.