cytogenetic_bands | R Documentation |
A dataset containing the GRCh38 human cytogenetic bands and their genomic coordinates.
cytogenetic_bands
A data frame with 862 rows and 8 variables:
Cytogenetic band name. See Cytogenetic Nomenclature below.
Chromosome name: 1 through 22 (the autosomes), X or Y.
Genomic start position of the cytogenetic band. Starts at 1.
Genomic end position of the cytogenetic band. End position is included in the band interval.
Length of the genomic interval of cytogenetic band.
Assembly version, should be 'GRCh38'.
Giemsa
stain results: Giemsa negative, 'gneg'
; Giemsa positive, of
increasing intensities, 'gpos25'
, 'gpos50'
, 'gpos75'
,
and 'gpos100'
; centromeric region, 'acen'
; heterochromatin,
either pericentric or telomeric, 'gvar'
; and short arm of
acrocentric chromosomes 13, 14, 15, 21, and 22 are coded as
'stalk'
.
Time stamp of last time this dataset was downloaded from Ensembl.
Genomic coordinates are for fully closed intervals.
Cytogenetic bands are numbered from the centromere outwards in both directions towards the telomeres on the shorter p arm and the longer q arm.
The first number or letter represents the chromosome. Chromosomes 1 through 22 (the autosomes) are designated by their chromosome number. The sex chromosomes are designated by X or Y. The next letter represents the arm of the chromosome: p or q.
The numbers cannot be read in the normal decimal numeric system e.g. 36, but rather 3-6 (region 3 band 6). Counting starts at the centromere as region 1 (or 1-0), to 11 (1-1) to 21 (2-1) to 22 (2-2) etc. Subbands are added in a similar way, e.g. 21.1 to 21.2, if the bands are small or only appear at a higher resolution.
https://rest.ensembl.org/info/assembly/homo_sapiens?content-type=application/json&bands=1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.