Package | Description |
---|---|
htsjdk.variant.variantcontext |
Modifier and Type | Method and Description |
---|---|
static VariantContext.Validation |
VariantContext.Validation.valueOf(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(String source,
String ID,
String contig,
long start,
long stop,
Collection<Allele> alleles,
GenotypesContext genotypes,
double log10PError,
Set<String> filters,
Map<String,Object> attributes,
boolean fullyDecoded,
EnumSet<VariantContext.Validation> validationToPerform)
the actual constructor.
|