view cytoBandIdeo.as @ 68:f9d7a9f9d796 draft

Deleted selected files
author yating-l
date Tue, 26 Sep 2017 17:55: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"
    )