scran_norm
Scaling normalization of single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_norm::SizeFactorDiagnostics Struct Reference

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
 

Detailed Description

Diagnostics for the size factors.

Member Data Documentation

◆ has_negative

bool scran_norm::SizeFactorDiagnostics::has_negative = false

Whether negative factors were detected.

◆ has_zero

bool scran_norm::SizeFactorDiagnostics::has_zero = false

Whether size factors of zero were detected.

◆ has_nan

bool scran_norm::SizeFactorDiagnostics::has_nan = false

Whether NaN size factors were detected.

◆ has_infinite

bool scran_norm::SizeFactorDiagnostics::has_infinite = false

Whether size factors of positive infinity were detected.


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