Placement

Defined in file search_by_rsid.asn
C++ class: CPlacement


Placement ::= SEQUENCE {

    -- Id of RefSnp in string format. For example "rs268".
    rsid VisibleString,

    -- The sequence identifier in accession.version format.
    -- For example, "NC_000018.10"
    acc-ver VisibleString,

    -- Start position on reference seq of the variation (0-based)
    from INTEGER (0..MAXINT),
    
    -- Length of the variant deletion interval.
    length INTEGER  (0..MAXINT),

    -- Assembly id in accession.version format.
    -- For example, "GCF_000001405.33".
    assembly-acc VisibleString OPTIONAL,

    -- List of related TMS tracks-ids.
    -- For example "T709990".
    tracks SET OF TMgr-DTrackId
}