Postgres database: iondb
Postgres table: rundb_analysismetrics
Analysis metrics data model.
The rundb_analysismetrics table values are computed during the pipeline analysis phase.
| Field | Type | Description |
|---|---|---|
| adjusted_addressable | Integer | adjusted addressable |
| amb | Integer | amb |
| bead | Integer | bead |
| dud | Integer | dud |
| empty | Integer | empty |
| excluded | Integer | excluded |
| id | Integer | ID |
| ignored | Integer | ignored |
| keypass_all_beads | Integer | keypass all beads |
| lib | Integer | lib |
| libFinal | Integer | libFinal |
| libKp | Integer | libKp |
| libLive | Integer | libLive |
| libMix | Integer | libMix |
| lib_pass_basecaller | Integer | lib pass basecaller |
| lib_pass_cafie | Integer | lib pass cafie |
| live | Integer | live |
| loading | Floating point number | loading |
| pinned | Integer | pinned |
| report | Results (ForeignKey) | the related rundb.Results row |
| sysCF | Floating point number | sysCF |
| sysDR | Floating point number | sysDR |
| sysIE | Floating point number | sysIE |
| tf | Integer | tf |
| tfFinal | Integer | tfFinal |
| tfKp | Integer | tfKp |
| tfLive | Integer | tfLive |
| tfMix | Integer | tfMix |
| total | Integer | total |
| washout | Integer | washout |
| washout_ambiguous | Integer | washout ambiguous |
| washout_dud | Integer | washout dud |
| washout_library | Integer | washout library |
| washout_live | Integer | washout live |
| washout_test_fragment | Integer | washout test fragment |