scran_aggregate
Aggregate expression values across cells
|
Options for aggregate_across_genes()
.
More...
#include <aggregate_across_genes.hpp>
Public Attributes | |
int | num_threads = 1 |
bool | average = false |
Options for aggregate_across_genes()
.
int scran_aggregate::AggregateAcrossGenesOptions::num_threads = 1 |
Number of threads to use. The parallelization scheme is determined by tatami::parallelize()
.
bool scran_aggregate::AggregateAcrossGenesOptions::average = false |
Whether to compute the average expression within each gene set. If the gene set contains weights, a weighted average is computed.