scran_aggregate
Aggregate expression values across cells
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_aggregate::AggregateAcrossCellsOptions Struct Reference

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
 

Detailed Description

Options for aggregate_across_cells().

Member Data Documentation

◆ compute_sums

bool scran_aggregate::AggregateAcrossCellsOptions::compute_sums = true

Whether to compute the sum within each factor level. This option only affects the aggregate_across_cells() overload where an AggregateAcrossCellsResults object is returned.

◆ compute_detected

bool scran_aggregate::AggregateAcrossCellsOptions::compute_detected = true

Whether to compute the number of detected cells within each factor level. This option only affects the aggregate_across_cells() overload where an AggregateAcrossCellsResults object is returned.

◆ num_threads

int scran_aggregate::AggregateAcrossCellsOptions::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: