Copyright | (c) Matthew Mosior 2024 |
---|---|
License | BSD-style |
Maintainer | mattm.github@gmail.com |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.BAM.Version1_6.BAM.Header.RG
Description
Description
This library enables the decoding/encoding of SAM, BAM and CRAM file formats.
Synopsis
- data BAM_V1_6_Read_Group = BAM_V1_6_Read_Group {
- bam_v1_6_read_group_identifier :: BAM_V1_6_Read_Group_Identifier
- bam_v1_6_read_group_barcode_sequence :: Maybe BAM_V1_6_Read_Group_Barcode_Sequence
- bam_v1_6_read_group_sequencing_center :: Maybe BAM_V1_6_Read_Group_Sequencing_Center
- bam_v1_6_read_group_description :: Maybe BAM_V1_6_Read_Group_Description
- bam_v1_6_read_group_run_date :: Maybe BAM_V1_6_Read_Group_Run_Date
- bam_v1_6_read_group_flow_order :: Maybe BAM_V1_6_Read_Group_Flow_Order
- bam_v1_6_read_group_key_sequence :: Maybe BAM_V1_6_Read_Group_Key_Sequence
- bam_v1_6_read_group_library :: Maybe BAM_V1_6_Read_Group_Library
- bam_v1_6_read_group_programs :: Maybe BAM_V1_6_Read_Group_Programs
- bam_v1_6_read_group_predicted_median_insert_size :: Maybe BAM_V1_6_Read_Group_Predicted_Median_Insert_Size
- bam_v1_6_read_group_platform :: Maybe BAM_V1_6_Read_Group_Platform
- bam_v1_6_read_group_platform_model :: Maybe BAM_V1_6_Read_Group_Platform_Model
- bam_v1_6_read_group_platform_unit :: Maybe BAM_V1_6_Read_Group_Platform_Unit
- bam_v1_6_read_group_sample :: Maybe BAM_V1_6_Read_Group_Sample
- newtype BAM_V1_6_Read_Group_Identifier = BAM_V1_6_Read_Group_Identifier {}
- newtype BAM_V1_6_Read_Group_Barcode_Sequence = BAM_V1_6_Read_Group_Barcode_Sequence {}
- newtype BAM_V1_6_Read_Group_Sequencing_Center = BAM_V1_6_Read_Group_Sequencing_Center {}
- newtype BAM_V1_6_Read_Group_Description = BAM_V1_6_Read_Group_Description {}
- newtype BAM_V1_6_Read_Group_Run_Date = BAM_V1_6_Read_Group_Run_Date {}
- newtype BAM_V1_6_Read_Group_Flow_Order = BAM_V1_6_Read_Group_Flow_Order {}
- newtype BAM_V1_6_Read_Group_Key_Sequence = BAM_V1_6_Read_Group_Key_Sequence {}
- newtype BAM_V1_6_Read_Group_Library = BAM_V1_6_Read_Group_Library {}
- newtype BAM_V1_6_Read_Group_Programs = BAM_V1_6_Read_Group_Programs {}
- newtype BAM_V1_6_Read_Group_Predicted_Median_Insert_Size = BAM_V1_6_Read_Group_Predicted_Median_Insert_Size {}
- newtype BAM_V1_6_Read_Group_Platform = BAM_V1_6_Read_Group_Platform {}
- newtype BAM_V1_6_Read_Group_Platform_Model = BAM_V1_6_Read_Group_Platform_Model {}
- newtype BAM_V1_6_Read_Group_Platform_Unit = BAM_V1_6_Read_Group_Platform_Unit {}
- newtype BAM_V1_6_Read_Group_Sample = BAM_V1_6_Read_Group_Sample {}
BAM version 1.6 Read group data type
data BAM_V1_6_Read_Group Source #
Custom BAM (version 1.6) BAM_V1_6_Read_Group
data type.
See section 4.2 of the SAM v1.6 specification documentation.
Constructors
Instances
BAM version 1.6 Read group data types
newtype BAM_V1_6_Read_Group_Identifier Source #
ID tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Identifier | |
Instances
Generic BAM_V1_6_Read_Group_Identifier Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Identifier :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Identifier Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Identifier -> ShowS # show :: BAM_V1_6_Read_Group_Identifier -> String # showList :: [BAM_V1_6_Read_Group_Identifier] -> ShowS # | |
Eq BAM_V1_6_Read_Group_Identifier Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG | |
type Rep BAM_V1_6_Read_Group_Identifier Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Identifier = D1 ('MetaData "BAM_V1_6_Read_Group_Identifier" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Identifier" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_identifier_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Barcode_Sequence Source #
BC tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Barcode_Sequence | |
Instances
newtype BAM_V1_6_Read_Group_Sequencing_Center Source #
CN tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Sequencing_Center | |
Instances
newtype BAM_V1_6_Read_Group_Description Source #
DS tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Description | |
Instances
Generic BAM_V1_6_Read_Group_Description Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Description :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Description Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Description -> ShowS # | |
Eq BAM_V1_6_Read_Group_Description Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG | |
type Rep BAM_V1_6_Read_Group_Description Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Description = D1 ('MetaData "BAM_V1_6_Read_Group_Description" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Description" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_description_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Run_Date Source #
DT tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Run_Date | |
Instances
newtype BAM_V1_6_Read_Group_Flow_Order Source #
FO tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Flow_Order | |
Instances
Generic BAM_V1_6_Read_Group_Flow_Order Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Flow_Order :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Flow_Order Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Flow_Order -> ShowS # show :: BAM_V1_6_Read_Group_Flow_Order -> String # showList :: [BAM_V1_6_Read_Group_Flow_Order] -> ShowS # | |
Eq BAM_V1_6_Read_Group_Flow_Order Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG | |
type Rep BAM_V1_6_Read_Group_Flow_Order Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Flow_Order = D1 ('MetaData "BAM_V1_6_Read_Group_Flow_Order" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Flow_Order" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_flow_order_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Key_Sequence Source #
KS tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Key_Sequence | |
Instances
Generic BAM_V1_6_Read_Group_Key_Sequence Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Key_Sequence :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Key_Sequence Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Key_Sequence -> ShowS # | |
Eq BAM_V1_6_Read_Group_Key_Sequence Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG | |
type Rep BAM_V1_6_Read_Group_Key_Sequence Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Key_Sequence = D1 ('MetaData "BAM_V1_6_Read_Group_Key_Sequence" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Key_Sequence" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_key_sequence_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Library Source #
LB tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Library | |
Instances
newtype BAM_V1_6_Read_Group_Programs Source #
PG tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Programs | |
Instances
newtype BAM_V1_6_Read_Group_Predicted_Median_Insert_Size Source #
PI tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Predicted_Median_Insert_Size | |
Instances
Generic BAM_V1_6_Read_Group_Predicted_Median_Insert_Size Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Predicted_Median_Insert_Size :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Predicted_Median_Insert_Size Source # | |
Eq BAM_V1_6_Read_Group_Predicted_Median_Insert_Size Source # | |
type Rep BAM_V1_6_Read_Group_Predicted_Median_Insert_Size Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Predicted_Median_Insert_Size = D1 ('MetaData "BAM_V1_6_Read_Group_Predicted_Median_Insert_Size" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Predicted_Median_Insert_Size" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_predicted_median_insert_size_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Platform Source #
PL tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Platform | |
Instances
newtype BAM_V1_6_Read_Group_Platform_Model Source #
PM tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Platform_Model | |
Instances
Generic BAM_V1_6_Read_Group_Platform_Model Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Platform_Model :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Platform_Model Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Platform_Model -> ShowS # | |
Eq BAM_V1_6_Read_Group_Platform_Model Source # | |
type Rep BAM_V1_6_Read_Group_Platform_Model Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Platform_Model = D1 ('MetaData "BAM_V1_6_Read_Group_Platform_Model" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Platform_Model" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_platform_model_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Platform_Unit Source #
PU tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Platform_Unit | |
Instances
Generic BAM_V1_6_Read_Group_Platform_Unit Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Associated Types type Rep BAM_V1_6_Read_Group_Platform_Unit :: Type -> Type # | |
Show BAM_V1_6_Read_Group_Platform_Unit Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG Methods showsPrec :: Int -> BAM_V1_6_Read_Group_Platform_Unit -> ShowS # | |
Eq BAM_V1_6_Read_Group_Platform_Unit Source # | |
type Rep BAM_V1_6_Read_Group_Platform_Unit Source # | |
Defined in Data.BAM.Version1_6.BAM.Header.RG type Rep BAM_V1_6_Read_Group_Platform_Unit = D1 ('MetaData "BAM_V1_6_Read_Group_Platform_Unit" "Data.BAM.Version1_6.BAM.Header.RG" "hs-samtools-0.10.0.3-inplace" 'True) (C1 ('MetaCons "BAM_V1_6_Read_Group_Platform_Unit" 'PrefixI 'True) (S1 ('MetaSel ('Just "bam_v1_6_read_group_platform_unit_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
newtype BAM_V1_6_Read_Group_Sample Source #
SM tag for BAM_V1_6_Read_Group
.
Constructors
BAM_V1_6_Read_Group_Sample | |