Hs.cytoband {ideogram} | R Documentation |
Cytogenetic banding information for Homo sapiens (Hs) ,Mus musculus (Mm) and Rattus norvegicus (Rn)
data(Hs.cytoband)
Hs.cytoband is an environment containing 24 objects of class "cytoband" as defined by the ideogram package. Rn.cytoband and Mm.cytoband have also been included for the rat and mouse genomes.
UCSC Genome Browser http://genome.ucsc.edu/
data(Hs.cytoband) cyto <- get("1",env=Hs.cytoband) bands <- matrix(cyto@end-cyto@start,ncol=1) barplot(bands,col="white")