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

Options for per_cell_qc_metrics(). More...

#include <per_cell_qc_metrics.hpp>

Public Attributes

bool compute_sum = true
 
bool compute_detected = true
 
bool compute_max_value = true
 
bool compute_max_index = true
 
bool compute_subset_sum = true
 
bool compute_subset_detected = true
 
int num_threads = 1
 

Detailed Description

Options for per_cell_qc_metrics().

Member Data Documentation

◆ compute_sum

bool scran_qc::PerCellQcMetricsOptions::compute_sum = true

Whether to compute the sum of expression values for each cell. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ compute_detected

bool scran_qc::PerCellQcMetricsOptions::compute_detected = true

Whether to compute the number of detected features for each cell. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ compute_max_value

bool scran_qc::PerCellQcMetricsOptions::compute_max_value = true

Whether to compute the maximum expression value for each cell. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ compute_max_index

bool scran_qc::PerCellQcMetricsOptions::compute_max_index = true

Whether to store the index of the feature with the maximum value for each cell. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ compute_subset_sum

bool scran_qc::PerCellQcMetricsOptions::compute_subset_sum = true

Whether to compute the sum expression in each feature subset. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ compute_subset_detected

bool scran_qc::PerCellQcMetricsOptions::compute_subset_detected = true

Whether to compute the number of detected features in each feature subset. This option only affects the per_cell_qc_metrics() overload that returns a PerCellQcMetricsResults object.

◆ num_threads

int scran_qc::PerCellQcMetricsOptions::num_threads = 1

Number of threads to use. The parallelization scheme is determined by tatami::parallelize().


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