Uses of Class
org.snpeff.vcf.VcfEntry
-
-
Uses of VcfEntry in org.snpeff.fileIterator
Methods in org.snpeff.fileIterator that return VcfEntry Modifier and Type Method Description VcfEntryVcfFileIterator. parseVcfLine(java.lang.String line)Parse a line from a VCF fileprotected VcfEntryVcfFileIterator. readNext()protected VcfEntryVcfHapMapFileIterator. readNext()Methods in org.snpeff.fileIterator that return types with arguments of type VcfEntry Modifier and Type Method Description java.util.Collection<VcfEntry>VcfFileIterator. parse(java.lang.String str) -
Uses of VcfEntry in org.snpeff.outputFormatter
Methods in org.snpeff.outputFormatter with parameters of type VcfEntry Modifier and Type Method Description protected voidVcfOutputFormatter. addInfo(VcfEntry vcfEntry)Add effects to INFO fieldConstructor parameters in org.snpeff.outputFormatter with type arguments of type VcfEntry Constructor Description VcfOutputFormatter(java.util.List<VcfEntry> vcfEntries)Add all vcf entries to a list (used only for debugging and test-cases) -
Uses of VcfEntry in org.snpeff.snpEffect
Methods in org.snpeff.snpEffect with parameters of type VcfEntry Modifier and Type Method Description booleanVcfAnnotator. annotate(VcfEntry vcfEntry)Annotate a VCF file entrybooleanVcfAnnotatorChain. annotate(VcfEntry vcfEntry) -
Uses of VcfEntry in org.snpeff.snpEffect.commandLine
Methods in org.snpeff.snpEffect.commandLine that return types with arguments of type VcfEntry Modifier and Type Method Description java.util.List<VcfEntry>SnpEffCmdEff. run(boolean createList)Run according to command line optionsMethods in org.snpeff.snpEffect.commandLine with parameters of type VcfEntry Modifier and Type Method Description booleanSnpEffCmdEff. annotate(VcfEntry vcfEntry)Annotate a VCF entry -
Uses of VcfEntry in org.snpeff.snpEffect.testCases.integration
Methods in org.snpeff.snpEffect.testCases.integration that return types with arguments of type VcfEntry Modifier and Type Method Description java.util.List<VcfEntry>TestCasesIntegrationBase. snpEffect(java.lang.String genome, java.lang.String vcfFile, java.lang.String[] otherArgs)Calculate snp effect for an input VCF filejava.util.List<VcfEntry>TestCasesIntegrationBase. snpEffect(java.lang.String genome, java.lang.String vcfFile, java.lang.String[] otherArgs, EffFormatVersion effFormatVersion)Calculate snp effect for an input VCF file -
Uses of VcfEntry in org.snpeff.stats
Methods in org.snpeff.stats with parameters of type VcfEntry Modifier and Type Method Description voidAlleleCountStats. sample(VcfEntry vcfEntry)Update MAC countersvoidGenotypeStats. sample(VcfEntry vcfEntry)Update countersvoidHomHetStats. sample(VcfEntry vcfEntry)Update Hom/Het countersvoidTsTvStats. sample(VcfEntry vcfEntry)Update Ts and Tv counters Only for SNPsvoidVariantTypeStats. sample(VcfEntry vcfEntry)Update MAC countersvoidVcfStats. sample(VcfEntry vcfEntry) -
Uses of VcfEntry in org.snpeff.vcf
Fields in org.snpeff.vcf declared as VcfEntry Modifier and Type Field Description protected VcfEntryVariantVcfEntry. vcfEntryMethods in org.snpeff.vcf that return VcfEntry Modifier and Type Method Description VcfEntryVariantVcfEntry. getVcfEntry()VcfEntryVcfGenotype. getVcfEntry()VcfEntryVcfLof. getVcfEntry()VcfEntryVcfEntry. uncompressGenotypes()Uncompress VCF entry having genotypes in "HO,HE,NA" fieldsMethods in org.snpeff.vcf with parameters of type VcfEntry Modifier and Type Method Description booleanPedigree. anyBackToRef(VcfEntry vcfEntry)Are there any "back to reference" cancer variantjava.util.Set<Tuple<java.lang.Integer,java.lang.Integer>>Pedigree. compareCancerGenotypes(VcfEntry vcfEntry)Analyze which comparisons to make in cancer genomesstatic java.util.Collection<VariantVcfEntry>VariantVcfEntry. factory(VcfEntry vcfEntry)Create a collection of allstatic java.util.List<VcfConsequence>VcfConsequence. parse(VcfConsequenceHeader vcfConsequenceHeader, VcfEntry ve)Constructors in org.snpeff.vcf with parameters of type VcfEntry Constructor Description VariantVcfEntry(Variant variant, VcfEntry vcfEntry)VcfGenotype(VcfEntry vcfEntry, java.lang.String format, java.lang.String values)VcfLof(VcfEntry vcfEntry, java.lang.String lofStr)VcfNmd(VcfEntry vcfEntry, java.lang.String nmdStr)
-