Safe Haskell | None |
---|---|
Language | Haskell2010 |
Biobase.Clustal.Types
Description
This module contains data structures for the Clustal tools For more information on Clustal tools consult: http://www.clustal.org/
Synopsis
- data ClustalSummary = ClustalSummary {}
- data SequenceParameters = SequenceParameters {}
- data PairwiseAlignmentSummary = PairwiseAlignmentSummary {}
- data GroupSummary = GroupSummary {}
- data ClustalAlignment = ClustalAlignment {}
- showAlignment :: Int -> Int -> Int -> [ClustalAlignmentEntry] -> Text -> String
- showAlignmentBlock :: Int -> Int -> [ClustalAlignmentEntry] -> Text -> String
- showAlignmentLine :: Int -> Int -> ClustalAlignmentEntry -> String
- data ClustalAlignmentEntry = ClustalAlignmentEntry {}
- data ClustalAlignmentSlice = ClustalAlignmentSlice {}
- data ClustalAlignmentEntrySlice = ClustalAlignmentEntrySlice {}
- data StructuralClustalAlignment = StructuralClustalAlignment {}
- data StructuralClustalAlignmentEntrySlice = StructuralClustalAlignmentEntrySlice {}
Documentation
data ClustalSummary Source #
Data type for clustal summary, containing information about the alignment process, usually printed to STDOUT
Constructors
ClustalSummary | |
Instances
Eq ClustalSummary Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: ClustalSummary -> ClustalSummary -> Bool # (/=) :: ClustalSummary -> ClustalSummary -> Bool # | |
Show ClustalSummary Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> ClustalSummary -> ShowS # show :: ClustalSummary -> String # showList :: [ClustalSummary] -> ShowS # |
data SequenceParameters Source #
Constructors
SequenceParameters | |
Fields |
Instances
Eq SequenceParameters Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: SequenceParameters -> SequenceParameters -> Bool # (/=) :: SequenceParameters -> SequenceParameters -> Bool # | |
Show SequenceParameters Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> SequenceParameters -> ShowS # show :: SequenceParameters -> String # showList :: [SequenceParameters] -> ShowS # |
data PairwiseAlignmentSummary Source #
Constructors
PairwiseAlignmentSummary | |
Fields |
Instances
Eq PairwiseAlignmentSummary Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: PairwiseAlignmentSummary -> PairwiseAlignmentSummary -> Bool # (/=) :: PairwiseAlignmentSummary -> PairwiseAlignmentSummary -> Bool # | |
Show PairwiseAlignmentSummary Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> PairwiseAlignmentSummary -> ShowS # show :: PairwiseAlignmentSummary -> String # showList :: [PairwiseAlignmentSummary] -> ShowS # |
data GroupSummary Source #
Constructors
GroupSummary | |
Fields |
Instances
Eq GroupSummary Source # | |
Defined in Biobase.Clustal.Types | |
Show GroupSummary Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> GroupSummary -> ShowS # show :: GroupSummary -> String # showList :: [GroupSummary] -> ShowS # |
data ClustalAlignment Source #
Data structure for Clustal alignment format
Constructors
ClustalAlignment | |
Fields |
Instances
Eq ClustalAlignment Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: ClustalAlignment -> ClustalAlignment -> Bool # (/=) :: ClustalAlignment -> ClustalAlignment -> Bool # | |
Show ClustalAlignment Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> ClustalAlignment -> ShowS # show :: ClustalAlignment -> String # showList :: [ClustalAlignment] -> ShowS # |
showAlignment :: Int -> Int -> Int -> [ClustalAlignmentEntry] -> Text -> String Source #
showAlignmentBlock :: Int -> Int -> [ClustalAlignmentEntry] -> Text -> String Source #
showAlignmentLine :: Int -> Int -> ClustalAlignmentEntry -> String Source #
data ClustalAlignmentEntry Source #
Constructors
ClustalAlignmentEntry | |
Fields |
Instances
Eq ClustalAlignmentEntry Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: ClustalAlignmentEntry -> ClustalAlignmentEntry -> Bool # (/=) :: ClustalAlignmentEntry -> ClustalAlignmentEntry -> Bool # | |
Show ClustalAlignmentEntry Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> ClustalAlignmentEntry -> ShowS # show :: ClustalAlignmentEntry -> String # showList :: [ClustalAlignmentEntry] -> ShowS # |
data ClustalAlignmentSlice Source #
Constructors
ClustalAlignmentSlice | |
Fields |
Instances
Eq ClustalAlignmentSlice Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: ClustalAlignmentSlice -> ClustalAlignmentSlice -> Bool # (/=) :: ClustalAlignmentSlice -> ClustalAlignmentSlice -> Bool # | |
Show ClustalAlignmentSlice Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> ClustalAlignmentSlice -> ShowS # show :: ClustalAlignmentSlice -> String # showList :: [ClustalAlignmentSlice] -> ShowS # |
data ClustalAlignmentEntrySlice Source #
Constructors
ClustalAlignmentEntrySlice | |
Fields |
Instances
Eq ClustalAlignmentEntrySlice Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: ClustalAlignmentEntrySlice -> ClustalAlignmentEntrySlice -> Bool # (/=) :: ClustalAlignmentEntrySlice -> ClustalAlignmentEntrySlice -> Bool # | |
Show ClustalAlignmentEntrySlice Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> ClustalAlignmentEntrySlice -> ShowS # show :: ClustalAlignmentEntrySlice -> String # showList :: [ClustalAlignmentEntrySlice] -> ShowS # |
data StructuralClustalAlignment Source #
Data structure for structural Clustal alignment format
Constructors
StructuralClustalAlignment | |
Fields |
Instances
Eq StructuralClustalAlignment Source # | |
Defined in Biobase.Clustal.Types Methods (==) :: StructuralClustalAlignment -> StructuralClustalAlignment -> Bool # (/=) :: StructuralClustalAlignment -> StructuralClustalAlignment -> Bool # | |
Show StructuralClustalAlignment Source # | |
Defined in Biobase.Clustal.Types Methods showsPrec :: Int -> StructuralClustalAlignment -> ShowS # show :: StructuralClustalAlignment -> String # showList :: [StructuralClustalAlignment] -> ShowS # |
data StructuralClustalAlignmentEntrySlice Source #
Constructors
StructuralClustalAlignmentEntrySlice | |