| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Omics.AnnotationStore
Documentation
data StoreOptionsProperty Source #
Constructors
| StoreOptionsProperty | |
Fields | |
Instances
data TsvStoreOptionsProperty Source #
Constructors
| TsvStoreOptionsProperty | |
Fields
| |
Instances
| ToJSON TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Methods toJSON :: TsvStoreOptionsProperty -> Value # toEncoding :: TsvStoreOptionsProperty -> Encoding # toJSONList :: [TsvStoreOptionsProperty] -> Value # | |||||
| Show TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Methods showsPrec :: Int -> TsvStoreOptionsProperty -> ShowS # show :: TsvStoreOptionsProperty -> String # showList :: [TsvStoreOptionsProperty] -> ShowS # | |||||
| Eq TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Methods (==) :: TsvStoreOptionsProperty -> TsvStoreOptionsProperty -> Bool # (/=) :: TsvStoreOptionsProperty -> TsvStoreOptionsProperty -> Bool # | |||||
| ToResourceProperties TsvStoreOptionsProperty Source # | |||||
| Property "AnnotationType" TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Associated Types
Methods set :: PropertyType "AnnotationType" TsvStoreOptionsProperty -> TsvStoreOptionsProperty -> TsvStoreOptionsProperty # | |||||
| Property "FormatToHeader" TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Associated Types
Methods set :: PropertyType "FormatToHeader" TsvStoreOptionsProperty -> TsvStoreOptionsProperty -> TsvStoreOptionsProperty # | |||||
| Property "Schema" TsvStoreOptionsProperty Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore.TsvStoreOptionsProperty Associated Types
Methods set :: PropertyType "Schema" TsvStoreOptionsProperty -> TsvStoreOptionsProperty -> TsvStoreOptionsProperty # | |||||
| type PropertyType "AnnotationType" TsvStoreOptionsProperty Source # | |||||
| type PropertyType "FormatToHeader" TsvStoreOptionsProperty Source # | |||||
| type PropertyType "Schema" TsvStoreOptionsProperty Source # | |||||
data AnnotationStore Source #
Constructors
| AnnotationStore | |
Fields
| |
Instances
| ToJSON AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Methods toJSON :: AnnotationStore -> Value # toEncoding :: AnnotationStore -> Encoding # toJSONList :: [AnnotationStore] -> Value # toEncodingList :: [AnnotationStore] -> Encoding # omitField :: AnnotationStore -> Bool # | |||||
| Show AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Methods showsPrec :: Int -> AnnotationStore -> ShowS # show :: AnnotationStore -> String # showList :: [AnnotationStore] -> ShowS # | |||||
| Eq AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Methods (==) :: AnnotationStore -> AnnotationStore -> Bool # (/=) :: AnnotationStore -> AnnotationStore -> Bool # | |||||
| ToResourceProperties AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Methods toResourceProperties :: AnnotationStore -> ResourceProperties # | |||||
| Property "Description" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "Description" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "Name" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "Name" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "Reference" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "Reference" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "SseConfig" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "SseConfig" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "StoreFormat" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "StoreFormat" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "StoreOptions" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "StoreOptions" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| Property "Tags" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore Associated Types
Methods set :: PropertyType "Tags" AnnotationStore -> AnnotationStore -> AnnotationStore # | |||||
| type PropertyType "Description" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "Name" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "Reference" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "SseConfig" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "StoreFormat" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "StoreOptions" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
| type PropertyType "Tags" AnnotationStore Source # | |||||
Defined in Stratosphere.Omics.AnnotationStore | |||||
mkAnnotationStore :: Value Text -> Value Text -> AnnotationStore Source #