|
scran_qc
Simple quality control on single-cell data
|
Options for compute_rna_qc_metrics().
More...
#include <rna_quality_control.hpp>
Public Attributes | |
| int | num_threads = 1 |
| bool | subset_containers_have_indices = true |
Options for compute_rna_qc_metrics().
| int scran_qc::ComputeRnaQcMetricsOptions::num_threads = 1 |
Number of threads to use. The parallelization scheme is determined by tatami::parallelize().
| bool scran_qc::ComputeRnaQcMetricsOptions::subset_containers_have_indices = true |
Whether the subsets supplied to compute_rna_qc_metrics() contain the row indices of the features within each subset, see PerCellQcMetricsOptions::subset_containers_have_indices for more details.