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

Result of the size factor calculation. More...

#include <MedianSizeFactors.hpp>

Public Attributes

std::vector< Out > factors
 

Detailed Description

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

Result of the size factor calculation.

Template Parameters
OutNumeric type for the size factors.

Member Data Documentation

◆ factors

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

Vector of length equal to the number of columns, containing the size factor for each column.


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