Uses of Enum Class
org.snpeff.interval.BioType
Packages that use BioType
-
Uses of BioType in org.snpeff.interval
Methods in org.snpeff.interval that return BioTypeModifier and TypeMethodDescriptionstatic BioType
BioType.coding
(boolean isCoding) Basic bioTypes for coding / non-coding genesGffMarker.getBiotype()
Gene.getBioType()
Transcript.getBioType()
protected BioType
GffMarker.getBiotypeGeneric()
GffMarker.getGeneBiotype()
GffMarker.getTranscriptBiotype()
static BioType
Parse a BioTypestatic BioType
Returns the enum constant of this class with the specified name.static BioType[]
BioType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snpeff.interval with parameters of type BioTypeModifier and TypeMethodDescriptionvoid
Gene.setBioType
(BioType bioType) void
Transcript.setBioType
(BioType bioType) Constructors in org.snpeff.interval with parameters of type BioType -
Uses of BioType in org.snpeff.snpEffect
Methods in org.snpeff.snpEffect that return BioType -
Uses of BioType in org.snpeff.vcf
Methods in org.snpeff.vcf that return BioTypeMethods in org.snpeff.vcf with parameters of type BioType