Uses of Class
org.snpeff.interval.BioType
-
Packages that use BioType Package Description org.snpeff.interval org.snpeff.snpEffect org.snpeff.vcf -
-
Uses of BioType in org.snpeff.interval
Methods in org.snpeff.interval that return BioType Modifier and Type Method Description static BioTypeBioType. coding(boolean isCoding)Basic bioTypes for coding / non-coding genesBioTypeGffMarker. getBiotype()BioTypeGene. getBioType()BioTypeTranscript. getBioType()protected BioTypeGffMarker. getBiotypeGeneric()BioTypeGffMarker. getGeneBiotype()BioTypeGffMarker. getTranscriptBiotype()static BioTypeBioType. parse(java.lang.String str)Parse a BioTypestatic BioTypeBioType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BioType[]BioType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snpeff.interval with parameters of type BioType Modifier and Type Method Description voidGene. setBioType(BioType bioType)voidTranscript. setBioType(BioType bioType)Constructors in org.snpeff.interval with parameters of type BioType Constructor Description Gene(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, java.lang.String geneName, BioType bioType) -
Uses of BioType in org.snpeff.snpEffect
Methods in org.snpeff.snpEffect that return BioType Modifier and Type Method Description BioTypeVariantEffect. getBiotype()Get biotype -
Uses of BioType in org.snpeff.vcf
Methods in org.snpeff.vcf that return BioType Modifier and Type Method Description BioTypeVcfEffect. getBioType()Methods in org.snpeff.vcf with parameters of type BioType Modifier and Type Method Description voidVcfEffect. setBioType(BioType bioType)
-