public class BrAPICall extends Object
| Constructor and Description |
|---|
BrAPICall() |
| Modifier and Type | Method and Description |
|---|---|
BrAPICall |
addGenotypeLikelihoodItem(Double genotypeLikelihoodItem) |
BrAPICall |
addGenotypeMetadataItem(BrAPICallGenotypeMetadata genotypeMetadataItem) |
BrAPICall |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPICall |
callSetDbId(String callSetDbId) |
BrAPICall |
callSetName(String callSetName) |
boolean |
equals(Object o) |
BrAPICall |
genotype(BrAPIListValue genotype) |
BrAPICall |
genotypeLikelihood(List<Double> genotypeLikelihood) |
BrAPICall |
genotypeMetadata(List<BrAPICallGenotypeMetadata> genotypeMetadata) |
BrAPICall |
genotypeValue(String genotypeValue) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getCallSetDbId()
The ID of the call set this variant call belongs to.
|
String |
getCallSetName()
The name of the call set this variant call belongs to.
|
@Valid BrAPIListValue |
getGenotype()
Get genotype
|
List<Double> |
getGenotypeLikelihood()
The genotype likelihood for this variant call.
|
List<BrAPICallGenotypeMetadata> |
getGenotypeMetadata()
Genotype Metadata are additional layers of metadata associated with each genotype.
|
String |
getGenotypeValue() |
String |
getPhaseSet()
If this field is populated, this variant call's genotype ordering implies the phase of the bases and is consistent with any other variant calls on the same contig which have the same phase set string.
|
String |
getVariantDbId()
The ID of the variant this call belongs to.
|
String |
getVariantName()
The name of the variant this call belongs to.
|
String |
getVariantSetDbId()
The unique identifier for a VariantSet
|
String |
getVariantSetName()
The human readable name for a VariantSet
|
int |
hashCode() |
BrAPICall |
phaseSet(String phaseSet) |
BrAPICall |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setCallSetDbId(String callSetDbId) |
void |
setCallSetName(String callSetName) |
void |
setGenotype(BrAPIListValue genotype) |
void |
setGenotypeLikelihood(List<Double> genotypeLikelihood) |
void |
setGenotypeMetadata(List<BrAPICallGenotypeMetadata> genotypeMetadata) |
void |
setGenotypeValue(String genotypeValue) |
void |
setPhaseSet(String phaseSet) |
void |
setVariantDbId(String variantDbId) |
void |
setVariantName(String variantName) |
void |
setVariantSetDbId(String variantSetDbId) |
void |
setVariantSetName(String variantSetName) |
String |
toString() |
BrAPICall |
variantDbId(String variantDbId) |
BrAPICall |
variantName(String variantName) |
BrAPICall |
variantSetDbId(String variantSetDbId) |
BrAPICall |
variantSetName(String variantSetName) |
public BrAPICall additionalInfo(com.google.gson.JsonObject additionalInfo)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public String getCallSetDbId()
public void setCallSetDbId(String callSetDbId)
public String getCallSetName()
public void setCallSetName(String callSetName)
public BrAPICall genotype(BrAPIListValue genotype)
@Valid public @Valid BrAPIListValue getGenotype()
public void setGenotype(BrAPIListValue genotype)
public BrAPICall genotypeMetadata(List<BrAPICallGenotypeMetadata> genotypeMetadata)
public BrAPICall addGenotypeMetadataItem(BrAPICallGenotypeMetadata genotypeMetadataItem)
public List<BrAPICallGenotypeMetadata> getGenotypeMetadata()
public void setGenotypeMetadata(List<BrAPICallGenotypeMetadata> genotypeMetadata)
public String getGenotypeValue()
public void setGenotypeValue(String genotypeValue)
public List<Double> getGenotypeLikelihood()
public String getPhaseSet()
public void setPhaseSet(String phaseSet)
public String getVariantDbId()
public void setVariantDbId(String variantDbId)
public String getVariantName()
public void setVariantName(String variantName)
public String getVariantSetDbId()
public void setVariantSetDbId(String variantSetDbId)
public String getVariantSetName()
public void setVariantSetName(String variantSetName)
Copyright © 2023. All rights reserved.