package format
- Alphabetic
- Public
- All
Type Members
-
sealed
trait
FeatureType
extends AnyRef
A GTF2.2 feature type
-
class
GTF22Record
extends FeatureBuilderModifier
A record representing the information contained in one line of a file in GTF2.2 feature.format (feature.format specification)
-
sealed
trait
MatureRNA
extends FeatureType
A GTF2.2 feature type that represents part of a mature RNA transcript
Value Members
-
object
CDS
extends MatureRNA with Product with Serializable
GTF2.2 CDS feature type
-
object
Exon
extends MatureRNA with Product with Serializable
GTF2.2 exon feature type
-
object
FeatureType
Utilities for GTF2.2 FeatureTypes
-
object
Ignore
extends FeatureType with Product with Serializable
Nonstandard feature type.
Nonstandard feature type. See feature.format specification for details.
-
object
Intergenic
extends FeatureType with Product with Serializable
GTF2.2 intergenic feature type
-
object
IntergenicCNS
extends FeatureType with Product with Serializable
GTF2.2 intergenic CNS feature type
-
object
IntronicCNS
extends FeatureType with Product with Serializable
GTF2.2 intronic CNS feature type
-
object
StartCodon
extends MatureRNA with Product with Serializable
GTF2.2 start codon feature type
-
object
StopCodon
extends MatureRNA with Product with Serializable
GTF2.2 stop codon feature type
-
object
UTR3
extends MatureRNA with Product with Serializable
GTF2.2 3'-UTR feature type
-
object
UTR5
extends MatureRNA with Product with Serializable
GTF2.2 5'-UTR feature type