Biobase.Infernal.TabularHit
Description
Simple tabular hits as returned by Infernal.
- data TabularHit = TabularHit {
- thModel :: !ModelIdentification
- thTarget :: !Scaffold
- thTargetStart :: !Int
- thTargetStop :: !Int
- thModelStart :: !Int
- thModelStop :: !Int
- thBitScore :: !BitScore
- thEvalue :: !Double
- thGCpercent :: !Int
Documentation
data TabularHit Source
Tabular Infernal hits. See Biobase.Infernal.Hit for description of the individual fields.
Constructors
| TabularHit | |
Fields
| |
Instances
| Read TabularHit | |
| Show TabularHit | |
| Hit TabularHit | Generalized accessors. |