| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.Types.Odds
Description
Discretized log-odds.
Documentation
Discretized log-odds.
The BLOSUM matrices, for example, store data in discretized log-odds form.
TODO Might move up even higher into statistics modules.
Instances
| Eq DLO Source | |
| Ord DLO Source | |
| Read DLO Source | |
| Show DLO Source | |
| Generic DLO Source | |
| ToJSON DLO Source | |
| FromJSON DLO Source | |
| Binary DLO Source | |
| Serialize DLO Source | |
| NFData DLO Source | |
| Unbox DLO Source | |
| Vector Vector DLO Source | |
| MVector MVector DLO Source | |
| type Rep DLO Source | |
| data Vector DLO = V_DLO (Vector Int) Source | |
| data MVector s0 DLO = MV_DLO (MVector s Int) Source |