Package | Description |
---|---|
picard.util |
Modifier and Type | Method and Description |
---|---|
static VariantType |
VariantType.getVariantTypeFromOrdinal(int ordinal)
Gets the enum for a given ordinal
|
static VariantType |
VariantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantType[] |
VariantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DbSnpBitSetUtil(File dbSnpFile,
SAMSequenceDictionary sequenceDictionary,
Collection<VariantType> variantsToMatch)
Constructor.
|