scran_norm
Scaling normalization of single-cell data
|
Diagnostics for the size factors. More...
#include <sanitize_size_factors.hpp>
Public Attributes | |
bool | has_negative = false |
bool | has_zero = false |
bool | has_nan = false |
bool | has_infinite = false |
Diagnostics for the size factors.
bool scran_norm::SizeFactorDiagnostics::has_negative = false |
Whether negative factors were detected.
bool scran_norm::SizeFactorDiagnostics::has_zero = false |
Whether size factors of zero were detected.
bool scran_norm::SizeFactorDiagnostics::has_nan = false |
Whether NaN size factors were detected.
bool scran_norm::SizeFactorDiagnostics::has_infinite = false |
Whether size factors of positive infinity were detected.