Description Usage Format Source Examples
Cytogenetic banding information for Homo sapiens (Hs) ,Mus musculus (Mm) and Rattus norvegicus (Rn)
1 |
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.
UCSC Genome Browser http://genome.ucsc.edu/
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.