|
LRez
v2.1
|
#include <computeStats.h>
Public Attributes | |
| unsigned | nbBarcodes |
| unsigned | nbMappedReads |
| vector< unsigned > | readsPerBarcode |
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.
| unsigned Stats::nbBarcodes |
Definition at line 14 of file computeStats.h.
| unsigned Stats::nbMappedReads |
Definition at line 15 of file computeStats.h.
| vector<unsigned> Stats::readsPerBarcode |
Definition at line 16 of file computeStats.h.
1.8.17