|
scran_aggregate
Aggregate expression values across cells
|
Options for aggregate_across_cells().
More...
#include <aggregate_across_cells.hpp>
Public Attributes | |
| bool | compute_sums = true |
| bool | compute_detected = true |
| int | num_threads = 1 |
Options for aggregate_across_cells().
| bool scran_aggregate::AggregateAcrossCellsOptions::compute_sums = true |
Whether to compute the sum within each group. This option only affects the aggregate_across_cells() overload where an AggregateAcrossCellsResults object is returned.
| bool scran_aggregate::AggregateAcrossCellsOptions::compute_detected = true |
Whether to compute the number of detected cells within each group. This option only affects the aggregate_across_cells() overload where an AggregateAcrossCellsResults object is returned.
| int scran_aggregate::AggregateAcrossCellsOptions::num_threads = 1 |
Number of threads to use. The parallelization scheme is determined by tatami::parallelize().