cytobands | R Documentation |
Cytogenetic bands for GRCh37/hg19 and GRCh38/hg38
data(grch37.cytobands)
data(grch38.cytobands)
Cytogenetic bands for standard chromosomes from GRCh37,in the format required by IdeogramTrack. A data.frame with 5 columns:
Chromosome
Starting position for each cytogenetic band
End position for each cytogenetic band
Name for each band, e.g. p.36.33
Staining pattern
An object of class data.frame
with 862 rows and 5 columns.
https://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/cytoBand.txt.gz
https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/cytoBand.txt.gz
data(grch37.cytobands)
head(grch37.cytobands)
data(grch38.cytobands)
head(grch38.cytobands)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.