Package org.snpsift.annotate
Class DbVcfTabix
- java.lang.Object
-
- org.snpsift.annotate.DbVcf
-
- org.snpsift.annotate.DbVcfTabix
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringchrPrependprotected htsjdk.tribble.readers.TabixReadertabixReaderprotected org.snpeff.fileIterator.VcfFileIteratorvcf-
Fields inherited from class org.snpsift.annotate.DbVcf
dbFileName, debug, vcfHeader, verbose
-
-
Constructor Summary
Constructors Constructor Description DbVcfTabix(java.lang.String dbFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close database, free resourcesprotected booleaninitTabix(java.lang.String fileName)Initialize tabix readervoidopen()Open database annotation filejava.util.List<org.snpeff.vcf.VariantVcfEntry>query(org.snpeff.interval.Variant variant)Find matching entries in the database-
Methods inherited from class org.snpsift.annotate.DbVcf
getVcfHeader, setDebug, setVerbose
-
-
-
-
Method Detail
-
close
public void close()
Description copied from interface:DbMarkerClose database, free resources
-
initTabix
protected boolean initTabix(java.lang.String fileName)
Initialize tabix reader
-
open
public void open()
Open database annotation file
-
query
public java.util.List<org.snpeff.vcf.VariantVcfEntry> query(org.snpeff.interval.Variant variant)
Description copied from class:DbVcfFind matching entries in the database
-
-