Interface VisualizableVariant
public interface VisualizableVariant
The variant data for displaying in SVG widget.
-
Method Summary
Modifier and TypeMethodDescriptionalt()
float
float
getUcsc()
boolean
static VisualizableVariant
of
(String sampleId, LiricalVariant lv, boolean isPassingPathogenicityThreshold) int
pos()
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()
-