Package | Description |
---|---|
htsjdk.variant.variantcontext |
Modifier and Type | Method and Description |
---|---|
static VariantContext.Validation |
VariantContext.Validation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariantContext.Validation[] |
VariantContext.Validation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VariantContext(java.lang.String source,
java.lang.String ID,
java.lang.String contig,
long start,
long stop,
java.util.Collection<Allele> alleles,
GenotypesContext genotypes,
double log10PError,
java.util.Set<java.lang.String> filters,
java.util.Map<java.lang.String,java.lang.Object> attributes,
boolean fullyDecoded,
java.util.EnumSet<VariantContext.Validation> validationToPerform)
the actual constructor.
|