| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.RNAlien.Types
Description
This module contains data structures for RNAlien
Synopsis
- data StaticOptions = StaticOptions {
- tempDirPath :: String
- sessionID :: String
- nSCICutoff :: Double
- userTaxId :: Maybe Int
- singleHitperTaxToggle :: Bool
- querySelectionMethod :: String
- queryNumber :: Int
- lengthFilterToggle :: Bool
- coverageFilterToggle :: Bool
- blastSoftmaskingToggle :: Bool
- cpuThreads :: Int
- blastDatabase :: Maybe String
- taxRestriction :: Maybe String
- verbositySwitch :: Bool
- offline :: Bool
- data ModelConstruction = ModelConstruction {
- iterationNumber :: Int
- inputFasta :: [Fasta () ()]
- taxRecords :: [TaxonomyRecord]
- upperTaxonomyLimit :: Maybe Int
- taxonomicContext :: Maybe Taxon
- evalueThreshold :: Double
- alignmentModeInfernal :: Bool
- selectedQueries :: [Fasta () ()]
- potentialMembers :: [SearchResult]
- genomeFastas :: [Fasta () ()]
- data TaxonomyRecord = TaxonomyRecord {}
- data SequenceRecord = SequenceRecord {
- nucleotideSequence :: Fasta () ()
- aligned :: Int
- recordDescription :: ByteString
- data CMsearch = CMsearch {}
- data CMsearchHit = CMsearchHit {}
- data SearchResult = SearchResult {
- candidates :: [(Fasta () (), Int, ByteString)]
- blastDatabaseSize :: Maybe Double
- data CMstat = CMstat {}
Documentation
data StaticOptions Source #
Static construction options
Constructors
| StaticOptions | |
Fields
| |
Instances
| Show StaticOptions Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> StaticOptions -> ShowS # show :: StaticOptions -> String # showList :: [StaticOptions] -> ShowS # | |
data ModelConstruction Source #
Keeps track of model construction
Constructors
| ModelConstruction | |
Fields
| |
Instances
| Show ModelConstruction Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> ModelConstruction -> ShowS # show :: ModelConstruction -> String # showList :: [ModelConstruction] -> ShowS # | |
data TaxonomyRecord Source #
Constructors
| TaxonomyRecord | |
Fields | |
Instances
| Show TaxonomyRecord Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> TaxonomyRecord -> ShowS # show :: TaxonomyRecord -> String # showList :: [TaxonomyRecord] -> ShowS # | |
data SequenceRecord Source #
Constructors
| SequenceRecord | |
Fields
| |
Instances
| Show SequenceRecord Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> SequenceRecord -> ShowS # show :: SequenceRecord -> String # showList :: [SequenceRecord] -> ShowS # | |
Constructors
| CMsearch | |
Fields | |
data CMsearchHit Source #
Constructors
| CMsearchHit | |
Fields
| |
Instances
| Eq CMsearchHit Source # | |
Defined in Biobase.RNAlien.Types | |
| Read CMsearchHit Source # | |
Defined in Biobase.RNAlien.Types Methods readsPrec :: Int -> ReadS CMsearchHit # readList :: ReadS [CMsearchHit] # readPrec :: ReadPrec CMsearchHit # readListPrec :: ReadPrec [CMsearchHit] # | |
| Show CMsearchHit Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> CMsearchHit -> ShowS # show :: CMsearchHit -> String # showList :: [CMsearchHit] -> ShowS # | |
data SearchResult Source #
Constructors
| SearchResult | |
Fields
| |
Instances
| Show SearchResult Source # | |
Defined in Biobase.RNAlien.Types Methods showsPrec :: Int -> SearchResult -> ShowS # show :: SearchResult -> String # showList :: [SearchResult] -> ShowS # | |
Constructors
| CMstat | |
Fields
| |