Package org.snpsift.annotate
Class DbVcfMem
- java.lang.Object
-
- org.snpsift.annotate.DbVcf
-
- org.snpsift.annotate.DbVcfMem
-
-
Field Summary
Fields Modifier and Type Field Description static int
SHOW
static int
SHOW_LINES
-
Fields inherited from class org.snpsift.annotate.DbVcf
dbFileName, debug, vcfHeader, verbose
-
-
Constructor Summary
Constructors Constructor Description DbVcfMem(java.lang.String dbFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Close database, free resourcesvoid
open()
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
-
-
-
-
Field Detail
-
SHOW
public static final int SHOW
- See Also:
- Constant Field Values
-
SHOW_LINES
public static final int SHOW_LINES
- See Also:
- Constant Field Values
-
-
Method Detail
-
close
public void close()
Description copied from interface:DbMarker
Close database, free resources
-
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:DbVcf
Find matching entries in the database
-
-