|
scran_norm
Scaling normalization of single-cell data
|
Options for center_spike_in_factors().
More...
#include <center_spike_in_factors.hpp>

Public Attributes | |
| bool | ignore_invalid = true |
| SizeFactorDiagnostics * | endogenous_diagnostics = NULL |
| std::vector< SizeFactorDiagnostics * > | spike_in_diagnostics |
Options for center_spike_in_factors().
| bool scran_norm::CenterSpikeInFactorsOptions::ignore_invalid = true |
| SizeFactorDiagnostics* scran_norm::CenterSpikeInFactorsOptions::endogenous_diagnostics = NULL |
Diagnostics of the size factors for endogenous genes, see CenterSizeFactorsOptions::diagnostics for more details.
| std::vector<SizeFactorDiagnostics*> scran_norm::CenterSpikeInFactorsOptions::spike_in_diagnostics |
Vector of diagnostics of the size factors for spike-in transcripts. This should be of the same length as the number of spike-in sets (i.e., spike_ins). Individual pointers may be NULL to omit calculation of diagnostics for each set. See CenterSizeFactorsOptions::diagnostics for more details.