Uses of Class
org.snpeff.interval.Cds
-
Packages that use Cds Package Description org.snpeff.interval org.snpeff.snpEffect.factory org.snpeff.svg org.snpeff.vcf -
-
Uses of Cds in org.snpeff.interval
Methods in org.snpeff.interval that return Cds Modifier and Type Method Description CdsCds. cloneShallow()CdsTranscript. findCds(Exon exon)Find a CDS that matches exactly the exonMethods in org.snpeff.interval that return types with arguments of type Cds Modifier and Type Method Description java.util.List<Cds>Transcript. getCds()Get all CDSsMethods in org.snpeff.interval with parameters of type Cds Modifier and Type Method Description voidTranscript. add(Cds cdsInt)Add a CDS -
Uses of Cds in org.snpeff.snpEffect.factory
Methods in org.snpeff.snpEffect.factory with parameters of type Cds Modifier and Type Method Description protected voidSnpEffPredictorFactory. add(Cds cds) -
Uses of Cds in org.snpeff.svg
Constructors in org.snpeff.svg with parameters of type Cds Constructor Description SvgCds(Cds cds, Svg svg) -
Uses of Cds in org.snpeff.vcf
Methods in org.snpeff.vcf that return Cds Modifier and Type Method Description CdsVcfEntry. cloneShallow()
-