Interface VisualizableVariant
public interface VisualizableVariant
The variant data for displaying in SVG widget.
-
Method Summary
Modifier and TypeMethodDescriptionalt()floatfloatgetUcsc()booleanstatic VisualizableVariantof(String sampleId, LiricalVariant lv, boolean isPassingPathogenicityThreshold) intpos()ref()
-
Method Details
-
of
static VisualizableVariant of(String sampleId, LiricalVariant lv, boolean isPassingPathogenicityThreshold) -
contigName
String contigName() -
pos
int pos() -
ref
String ref() -
alt
String alt() -
getUcsc
String getUcsc() -
isPassingPathogenicThreshold
boolean isPassingPathogenicThreshold() -
getPathogenicityScore
float getPathogenicityScore() -
getFrequency
float getFrequency() -
getGenotype
String getGenotype() -
getClinvar
String getClinvar() -
getAnnotationList
List<TranscriptAnnotation> getAnnotationList()
-