class SnpEffInfo extends java.lang.Object
Support for parsing annotations from SnpEff
| Type | Name and description |
|---|---|
static java.lang.Object |
EFFECTS_RANKEDValid values of SnpEFF impacts |
static java.lang.Object |
EFFECT_TO_VEP |
java.lang.String |
geneThe gene impacted (if any) by the variant |
java.lang.String |
impactThe severity of the impact - HIGH, MODIFIER, MODERATE, LOW |
java.lang.String |
infoThe original subclause within the info line from which |
java.lang.String |
transcriptThe transcript impacted (if any) by the variant |
java.lang.String |
typeThe kind of impact. |
| Constructor and description |
|---|
SnpEffInfo
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getConsequence()This is an alias for the SNPEFF 'type' which is useful when trying to make code use both SNPEFF and VEP annotations |
|
boolean |
isTruncating() |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Valid values of SnpEFF impacts
The gene impacted (if any) by the variant
The severity of the impact - HIGH, MODIFIER, MODERATE, LOW
The original subclause within the info line from which
The transcript impacted (if any) by the variant
The kind of impact. One of the values from SnpEffInfo.EFFECTS_RANKED
Groovy Documentation