Hs.cytoband: Cytogenetic Banding information

Description Usage Format Source Examples

Description

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

Usage

1

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

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

idiogram documentation built on Nov. 8, 2020, 5:54 p.m.