Information used in the SAV Indexing Tab
See full class description
index_count_summary& at |
( |
const size_t |
n | ) |
|
|
inline |
Get reference to lane summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
- Returns
- reference to lane summary
const_reference at |
( |
const size_type |
n | ) |
const |
|
inline |
Get constant reference to lane summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
- Returns
- constant reference to lane summary
float mapped_reads_cv |
( |
| ) |
const |
|
inline |
Coefficient of variation of the mapped reads
This is a measure of relative variability
- Returns
- coefficient of variation of the mapped reads
float max_mapped_reads |
( |
| ) |
const |
|
inline |
Maximum of the mapped reads
- Returns
- maximum of the mapped reads
float min_mapped_reads |
( |
| ) |
const |
|
inline |
Minimum of the mapped reads
- Returns
- minimum of the mapped reads
index_count_summary& operator[] |
( |
const size_type |
n | ) |
|
|
inline |
Get reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
- Returns
- reference to lane summary
const index_count_summary& operator[] |
( |
const size_t |
n | ) |
const |
|
inline |
Get constant reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
- Returns
- constant reference to lane summary
float total_fraction_mapped_reads |
( |
| ) |
const |
|
inline |
Total fraction of mapped reads (this is stored as a percent)
Displayed as % Reads Identified (PF)
in SAV
- Returns
- total fraction of mapped reads
read_count_t total_pf_reads |
( |
| ) |
const |
|
inline |
Total PF reads
- Returns
- total PF reads
read_count_t total_reads |
( |
| ) |
const |
|
inline |
Total Reads
- Returns
- total reads