Class Expressions
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.Expressions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.ga4gh.vrsatile.v1.Expression
An Human Genome Variation Society (HGVS) expression that denotes a DNA variant https://varnomen.hgvs.org/static org.ga4gh.vrsatile.v1.Expression
transcriptReference
(String value) The identifier of the transcript that is used as a reference for a variant
-
Constructor Details
-
Expressions
public Expressions()
-
-
Method Details
-
hgvsCdna
An Human Genome Variation Society (HGVS) expression that denotes a DNA variant https://varnomen.hgvs.org/- Parameters:
hgvsExpression
- a String such as NM_004006.1:c.3>T
-
transcriptReference
The identifier of the transcript that is used as a reference for a variant- Parameters:
value
- a string such as "NM_000321.2"
-