scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran::GroupedSizeFactors::Results< Out > Struct Template Reference

Result of the size factor calculations. More...

#include <GroupedSizeFactors.hpp>

Public Attributes

std::vector< Out > factors
 

Detailed Description

template<typename Out>
struct scran::GroupedSizeFactors::Results< Out >

Result of the size factor calculations.

Template Parameters
OutNumeric type for the size factors.

Member Data Documentation

◆ factors

template<typename Out >
std::vector<Out> scran::GroupedSizeFactors::Results< Out >::factors

Vector of length equal to the number of cells, containing the size factor for each cell.


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