idiogram (version 1.44.0)

Hs.cytoband: Cytogenetic Banding information

Description

Cytogenetic banding information for Homo sapiens (Hs) ,Mus musculus (Mm) and Rattus norvegicus (Rn)

Usage

data(Hs.cytoband)

Arguments

Format

Hs.cytoband is an environment containing 24 objects of class "cytoband" as defined by the idiogram package. Rn.cytoband and Mm.cytoband have also been included for the rat and mouse genomes.

Source

UCSC Genome Browser http://genome.ucsc.edu/

Examples

Run this code
data(Hs.cytoband)
cyto <- get("1",env=Hs.cytoband)
bands <- matrix(cyto@end-cyto@start,ncol=1)
barplot(bands,col="white")

Run the code above in your browser using DataCamp Workspace