view cytoBandIdeo.as @ 65:5a4206366b41 draft

Uploaded
author yating-l
date Wed, 09 Aug 2017 16:40:21 -0400
parents 4a58094b051e
children
line wrap: on
line source

table cytoBandIdeo
"cytoBandIdeo Describes the positions of cytogenetic bands with a chromosome"
    (
    string chrom;      "Reference sequence chromosome or scaffold"
    uint   chromStart; "Start position in chromosome"
    uint   chromEnd;   "End position in chromosome"
    string name;       "Name of item"
    string   gieStain; "Giemsa stain results: gneg gpos25 gpos50 gpos75 gpos100 acen gvar stalk"
    )