Class CopyNumberBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.CopyNumberBuilder
-
Method Summary
Modifier and TypeMethodDescriptionalleleLocation
(String contig, int interbaseStartPos, int interbaseEndPos) Sequence ranges use an interbase coordinate system, which involves Two integers that define the start and end positions of a range of residues, possibly with length zero, and specified using “0-start, half-open” coordinates.org.ga4gh.vrs.v1.CopyNumber
build()
static CopyNumberBuilder
builder()
org.ga4gh.vrs.v1.Variation
Wrap the Allele message in a Variation messagecopyNumberId
(String id) nCopies
(int n) oneCopy()
-
Method Details
-
copyNumberId
-
alleleLocation
Sequence ranges use an interbase coordinate system, which involves Two integers that define the start and end positions of a range of residues, possibly with length zero, and specified using “0-start, half-open” coordinates. -
build
public org.ga4gh.vrs.v1.CopyNumber build() -
oneCopy
-
twoCopies
-
threeCopies
-
nCopies
-
buildVariation
public org.ga4gh.vrs.v1.Variation buildVariation()Wrap the Allele message in a Variation message- Returns:
- The constructed Variant message that contains the Allele and if provided SequenceLocation information.
-
builder
-