scran_qc
Simple quality control on single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_qc::FindMedianMadOptions Struct Reference

Options for find_median_mad(). More...

#include <find_median_mad.hpp>

Public Attributes

bool log = false
 
bool median_only = false
 

Detailed Description

Options for find_median_mad().

Member Data Documentation

◆ log

bool scran_qc::FindMedianMadOptions::log = false

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.

◆ median_only

bool scran_qc::FindMedianMadOptions::median_only = false

Whether to only compute the median. If true, FindMedianMadResults::mad will be set to NaN.


The documentation for this struct was generated from the following file: