Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype GeneticSex = GeneticSex {}
- newtype GroupName = GroupName Text
- newtype JannoAlternativeID = JannoAlternativeID Text
- newtype JannoRelationTo = JannoRelationTo Text
- data JannoRelationDegree
- newtype JannoRelationType = JannoRelationType Text
- newtype JannoRelationNote = JannoRelationNote Text
- newtype JannoCollectionID = JannoCollectionID Text
- newtype JannoCountry = JannoCountry Text
- newtype JannoCountryISO = JannoCountryISO Country
- newtype JannoLocation = JannoLocation Text
- newtype JannoSite = JannoSite Text
- newtype JannoLatitude = JannoLatitude Double
- newtype JannoLongitude = JannoLongitude Double
- data JannoDateType
- = C14
- | Contextual
- | Modern
- newtype JannoDateC14Labnr = JannoDateC14Labnr Text
- newtype JannoDateC14UncalBP = JannoDateC14UncalBP Int
- newtype JannoDateC14UncalBPErr = JannoDateC14UncalBPErr Int
- newtype JannoDateBCADStart = JannoDateBCADStart Int
- newtype JannoDateBCADMedian = JannoDateBCADMedian Int
- newtype JannoDateBCADStop = JannoDateBCADStop Int
- newtype JannoDateNote = JannoDateNote Text
- newtype JannoMTHaplogroup = JannoMTHaplogroup Text
- newtype JannoYHaplogroup = JannoYHaplogroup Text
- newtype JannoSourceTissue = JannoSourceTissue Text
- newtype JannoNrLibraries = JannoNrLibraries Int
- newtype JannoLibraryName = JannoLibraryName Text
- data JannoCaptureType
- data JannoUDG
- data JannoLibraryBuilt
- data JannoGenotypePloidy
- newtype JannoDataPreparationPipelineURL = JannoDataPreparationPipelineURL Text
- newtype JannoEndogenous = JannoEndogenous Double
- newtype JannoNrSNPs = JannoNrSNPs Int
- newtype JannoCoverageOnTargets = JannoCoverageOnTargets Double
- newtype JannoDamage = JannoDamage Double
- newtype JannoContamination = JannoContamination Text
- newtype JannoContaminationErr = JannoContaminationErr Text
- newtype JannoContaminationMeas = JannoContaminationMeas Text
- newtype JannoContaminationNote = JannoContaminationNote Text
- data JannoGeneticSourceAccessionID
- newtype JannoPrimaryContact = JannoPrimaryContact Text
- newtype JannoPublication = JannoPublication Text
- newtype JannoComment = JannoComment Text
- newtype JannoKeyword = JannoKeyword Text
Documentation
newtype GeneticSex Source #
A datatype for the Genetic_Sex .janno column
Instances
A datatype for the Group_Name .janno column
newtype JannoAlternativeID Source #
A datatype for the Alternative_IDs .janno column
Instances
Show JannoAlternativeID Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoAlternativeID -> ShowS # show :: JannoAlternativeID -> String # showList :: [JannoAlternativeID] -> ShowS # | |
FromField JannoAlternativeID Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoAlternativeID | |
ToField JannoAlternativeID Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoAlternativeID -> Field | |
Eq JannoAlternativeID Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoAlternativeID -> JannoAlternativeID -> Bool # (/=) :: JannoAlternativeID -> JannoAlternativeID -> Bool # | |
Makeable JannoAlternativeID Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoRelationTo Source #
A datatype for the Relation_To .janno column
Instances
Show JannoRelationTo Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoRelationTo -> ShowS # show :: JannoRelationTo -> String # showList :: [JannoRelationTo] -> ShowS # | |
FromField JannoRelationTo Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoRelationTo | |
ToField JannoRelationTo Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoRelationTo -> Field | |
Eq JannoRelationTo Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoRelationTo -> JannoRelationTo -> Bool # (/=) :: JannoRelationTo -> JannoRelationTo -> Bool # | |
Makeable JannoRelationTo Source # | |
Defined in Poseidon.ColumnTypes |
data JannoRelationDegree Source #
A datatype for the Relation_Degree .janno column
Instances
newtype JannoRelationType Source #
A datatype for the Relation_Type .janno column
Instances
Show JannoRelationType Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoRelationType -> ShowS # show :: JannoRelationType -> String # showList :: [JannoRelationType] -> ShowS # | |
FromField JannoRelationType Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoRelationType | |
ToField JannoRelationType Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoRelationType -> Field | |
Eq JannoRelationType Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoRelationType -> JannoRelationType -> Bool # (/=) :: JannoRelationType -> JannoRelationType -> Bool # | |
Makeable JannoRelationType Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoRelationNote Source #
A datatype for the Relation_Note .janno column
Instances
Show JannoRelationNote Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoRelationNote -> ShowS # show :: JannoRelationNote -> String # showList :: [JannoRelationNote] -> ShowS # | |
FromField JannoRelationNote Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoRelationNote | |
ToField JannoRelationNote Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoRelationNote -> Field | |
Eq JannoRelationNote Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoRelationNote -> JannoRelationNote -> Bool # (/=) :: JannoRelationNote -> JannoRelationNote -> Bool # | |
Makeable JannoRelationNote Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoCollectionID Source #
A datatype for the Collection_ID .janno column
Instances
Show JannoCollectionID Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoCollectionID -> ShowS # show :: JannoCollectionID -> String # showList :: [JannoCollectionID] -> ShowS # | |
FromField JannoCollectionID Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoCollectionID | |
ToField JannoCollectionID Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoCollectionID -> Field | |
Eq JannoCollectionID Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoCollectionID -> JannoCollectionID -> Bool # (/=) :: JannoCollectionID -> JannoCollectionID -> Bool # | |
Makeable JannoCollectionID Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoCountry Source #
A datatype for the Country .janno column
Instances
Show JannoCountry Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoCountry -> ShowS # show :: JannoCountry -> String # showList :: [JannoCountry] -> ShowS # | |
FromField JannoCountry Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoCountry | |
ToField JannoCountry Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoCountry -> Field | |
Eq JannoCountry Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoCountry -> JannoCountry -> Bool # (/=) :: JannoCountry -> JannoCountry -> Bool # | |
Ord JannoCountry Source # | |
Defined in Poseidon.ColumnTypes compare :: JannoCountry -> JannoCountry -> Ordering # (<) :: JannoCountry -> JannoCountry -> Bool # (<=) :: JannoCountry -> JannoCountry -> Bool # (>) :: JannoCountry -> JannoCountry -> Bool # (>=) :: JannoCountry -> JannoCountry -> Bool # max :: JannoCountry -> JannoCountry -> JannoCountry # min :: JannoCountry -> JannoCountry -> JannoCountry # | |
Makeable JannoCountry Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoCountryISO Source #
A datatype for countries in ISO-alpha2 code format
JannoCountryISO Country |
Instances
newtype JannoLocation Source #
A datatype for the Location .janno column
Instances
Show JannoLocation Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoLocation -> ShowS # show :: JannoLocation -> String # showList :: [JannoLocation] -> ShowS # | |
FromField JannoLocation Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoLocation | |
ToField JannoLocation Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoLocation -> Field | |
Eq JannoLocation Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoLocation -> JannoLocation -> Bool # (/=) :: JannoLocation -> JannoLocation -> Bool # | |
Makeable JannoLocation Source # | |
Defined in Poseidon.ColumnTypes |
A datatype for the Site .janno column
newtype JannoLatitude Source #
A datatype for the Latitude .janno column
Instances
newtype JannoLongitude Source #
A datatype for the Longitude .janno column
Instances
data JannoDateType Source #
A datatype for the Date_Type .janno column
Instances
newtype JannoDateC14Labnr Source #
A datatype for the Date_C14_Labnr .janno column
Instances
Show JannoDateC14Labnr Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoDateC14Labnr -> ShowS # show :: JannoDateC14Labnr -> String # showList :: [JannoDateC14Labnr] -> ShowS # | |
FromField JannoDateC14Labnr Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoDateC14Labnr | |
ToField JannoDateC14Labnr Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoDateC14Labnr -> Field | |
Eq JannoDateC14Labnr Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoDateC14Labnr -> JannoDateC14Labnr -> Bool # (/=) :: JannoDateC14Labnr -> JannoDateC14Labnr -> Bool # | |
Makeable JannoDateC14Labnr Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoDateC14UncalBP Source #
A datatype for the Date_C14_Uncal_BP .janno column
Instances
newtype JannoDateC14UncalBPErr Source #
A datatype for the Date_C14_Uncal_BP_Err .janno column
Instances
newtype JannoDateBCADStart Source #
A datatype for the Date_BC_AD_Start .janno column
Instances
newtype JannoDateBCADMedian Source #
A datatype for the Date_BC_AD_Median .janno column
Instances
newtype JannoDateBCADStop Source #
A datatype for the Date_BC_AD_Stop .janno column
Instances
newtype JannoDateNote Source #
A datatype for the Date_Note .janno column
Instances
newtype JannoMTHaplogroup Source #
A datatype for the MT_Haplogroup .janno column
Instances
newtype JannoYHaplogroup Source #
A datatype for the Y_Haplogroup .janno column
Instances
newtype JannoSourceTissue Source #
A datatype for the Source_Tissue .janno column
Instances
Show JannoSourceTissue Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoSourceTissue -> ShowS # show :: JannoSourceTissue -> String # showList :: [JannoSourceTissue] -> ShowS # | |
FromField JannoSourceTissue Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoSourceTissue | |
ToField JannoSourceTissue Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoSourceTissue -> Field | |
Eq JannoSourceTissue Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoSourceTissue -> JannoSourceTissue -> Bool # (/=) :: JannoSourceTissue -> JannoSourceTissue -> Bool # | |
Makeable JannoSourceTissue Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoNrLibraries Source #
A datatype for the Nr_Libraries .janno column
Instances
newtype JannoLibraryName Source #
A datatype for the Library_Names .janno column
Instances
Show JannoLibraryName Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoLibraryName -> ShowS # show :: JannoLibraryName -> String # showList :: [JannoLibraryName] -> ShowS # | |
FromField JannoLibraryName Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoLibraryName | |
ToField JannoLibraryName Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoLibraryName -> Field | |
Eq JannoLibraryName Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoLibraryName -> JannoLibraryName -> Bool # (/=) :: JannoLibraryName -> JannoLibraryName -> Bool # | |
Makeable JannoLibraryName Source # | |
Defined in Poseidon.ColumnTypes |
data JannoCaptureType Source #
A datatype for the Capture_Type .janno column
Shotgun | |
A1240K | |
ArborComplete | |
ArborPrimePlus | |
ArborAncestralPlus | |
TwistAncientDNA | |
OtherCapture | |
ReferenceGenome |
Instances
A datatype for the UDG .janno column
Instances
Bounded JannoUDG Source # | |
Enum JannoUDG Source # | |
Generic JannoUDG Source # | |
Show JannoUDG Source # | |
FromField JannoUDG Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoUDG | |
ToField JannoUDG Source # | |
Defined in Poseidon.ColumnTypes | |
Eq JannoUDG Source # | |
Ord JannoUDG Source # | |
Defined in Poseidon.ColumnTypes | |
Makeable JannoUDG Source # | |
type Rep JannoUDG Source # | |
Defined in Poseidon.ColumnTypes type Rep JannoUDG = D1 ('MetaData "JannoUDG" "Poseidon.ColumnTypes" "poseidon-hs-1.6.0.0-CwGty8Kh6aTIT5Pu2ecao6" 'False) ((C1 ('MetaCons "Minus" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Half" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Plus" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Mixed" 'PrefixI 'False) (U1 :: Type -> Type))) |
data JannoLibraryBuilt Source #
A datatype for the Library_Built .janno column
Instances
data JannoGenotypePloidy Source #
A datatype for the Genotype_Ploidy .janno column
Instances
newtype JannoDataPreparationPipelineURL Source #
A datatype for the Genotype_Ploidy .janno column
Instances
newtype JannoEndogenous Source #
A datatype for the Endogenous .janno column
Instances
newtype JannoNrSNPs Source #
A datatype for the Nr_SNPs .janno column
Instances
newtype JannoCoverageOnTargets Source #
A datatype for the Coverage_on_Target_SNPs .janno column
Instances
newtype JannoDamage Source #
A datatype for the Damage .janno column
Instances
newtype JannoContamination Source #
A datatype for the Contamination .janno column
Instances
Show JannoContamination Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoContamination -> ShowS # show :: JannoContamination -> String # showList :: [JannoContamination] -> ShowS # | |
FromField JannoContamination Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoContamination | |
ToField JannoContamination Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoContamination -> Field | |
Eq JannoContamination Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoContamination -> JannoContamination -> Bool # (/=) :: JannoContamination -> JannoContamination -> Bool # | |
Makeable JannoContamination Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoContaminationErr Source #
A datatype for the Contamination_Err .janno column
Instances
Show JannoContaminationErr Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoContaminationErr -> ShowS # show :: JannoContaminationErr -> String # showList :: [JannoContaminationErr] -> ShowS # | |
FromField JannoContaminationErr Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoContaminationErr | |
ToField JannoContaminationErr Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoContaminationErr -> Field | |
Eq JannoContaminationErr Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoContaminationErr -> JannoContaminationErr -> Bool # (/=) :: JannoContaminationErr -> JannoContaminationErr -> Bool # | |
Makeable JannoContaminationErr Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoContaminationMeas Source #
A datatype for the Contamination_Meas .janno column
Instances
Show JannoContaminationMeas Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoContaminationMeas -> ShowS # show :: JannoContaminationMeas -> String # showList :: [JannoContaminationMeas] -> ShowS # | |
FromField JannoContaminationMeas Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoContaminationMeas | |
ToField JannoContaminationMeas Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoContaminationMeas -> Field | |
Eq JannoContaminationMeas Source # | |
Defined in Poseidon.ColumnTypes | |
Makeable JannoContaminationMeas Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoContaminationNote Source #
A datatype for the Contamination_Note .janno column
Instances
Show JannoContaminationNote Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoContaminationNote -> ShowS # show :: JannoContaminationNote -> String # showList :: [JannoContaminationNote] -> ShowS # | |
FromField JannoContaminationNote Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoContaminationNote | |
ToField JannoContaminationNote Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoContaminationNote -> Field | |
Eq JannoContaminationNote Source # | |
Defined in Poseidon.ColumnTypes | |
Makeable JannoContaminationNote Source # | |
Defined in Poseidon.ColumnTypes |
data JannoGeneticSourceAccessionID Source #
A datatype for the Genetic_Source_Accession_IDs .janno column
INSDCProject Text | |
INSDCStudy Text | |
INSDCBioSample Text | |
INSDCSample Text | |
INSDCExperiment Text | |
INSDCRun Text | |
INSDCAnalysis Text | |
OtherID Text |
Instances
newtype JannoPrimaryContact Source #
A datatype for the Primary_Contact .janno column
Instances
Show JannoPrimaryContact Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoPrimaryContact -> ShowS # show :: JannoPrimaryContact -> String # showList :: [JannoPrimaryContact] -> ShowS # | |
FromField JannoPrimaryContact Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoPrimaryContact | |
ToField JannoPrimaryContact Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoPrimaryContact -> Field | |
Eq JannoPrimaryContact Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoPrimaryContact -> JannoPrimaryContact -> Bool # (/=) :: JannoPrimaryContact -> JannoPrimaryContact -> Bool # | |
Makeable JannoPrimaryContact Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoPublication Source #
A datatype for the Publication .janno column
Instances
newtype JannoComment Source #
A datatype for the Note .janno column
Instances
Show JannoComment Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoComment -> ShowS # show :: JannoComment -> String # showList :: [JannoComment] -> ShowS # | |
FromField JannoComment Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoComment | |
ToField JannoComment Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoComment -> Field | |
Eq JannoComment Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoComment -> JannoComment -> Bool # (/=) :: JannoComment -> JannoComment -> Bool # | |
Makeable JannoComment Source # | |
Defined in Poseidon.ColumnTypes |
newtype JannoKeyword Source #
A datatype for the Keywords .janno column
Instances
Show JannoKeyword Source # | |
Defined in Poseidon.ColumnTypes showsPrec :: Int -> JannoKeyword -> ShowS # show :: JannoKeyword -> String # showList :: [JannoKeyword] -> ShowS # | |
FromField JannoKeyword Source # | |
Defined in Poseidon.ColumnTypes parseField :: Field -> Parser JannoKeyword | |
ToField JannoKeyword Source # | |
Defined in Poseidon.ColumnTypes toField :: JannoKeyword -> Field | |
Eq JannoKeyword Source # | |
Defined in Poseidon.ColumnTypes (==) :: JannoKeyword -> JannoKeyword -> Bool # (/=) :: JannoKeyword -> JannoKeyword -> Bool # | |
Makeable JannoKeyword Source # | |
Defined in Poseidon.ColumnTypes |