LRez  v2.1
Public Attributes | List of all members
Stats Struct Reference

#include <computeStats.h>

Public Attributes

unsigned nbBarcodes
 
unsigned nbMappedReads
 
vector< unsigned > readsPerBarcode
 

Detailed Description

Structure recording global stats. nbBarcodes: Overall number of barcodes nbMappedReads: Overrall number of mapped reads readsPerBarcode: List of the counts of number of reads per barcode

Definition at line 13 of file computeStats.h.

Member Data Documentation

◆ nbBarcodes

unsigned Stats::nbBarcodes

Definition at line 14 of file computeStats.h.

◆ nbMappedReads

unsigned Stats::nbMappedReads

Definition at line 15 of file computeStats.h.

◆ readsPerBarcode

vector<unsigned> Stats::readsPerBarcode

Definition at line 16 of file computeStats.h.


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