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

Options for aggregate_across_genes(). More...

#include <aggregate_across_genes.hpp>

Public Attributes

int num_threads = 1
 
bool average = false
 

Detailed Description

Options for aggregate_across_genes().

Member Data Documentation

◆ num_threads

int scran_aggregate::AggregateAcrossGenesOptions::num_threads = 1

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

◆ average

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.


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