paint.chromosome {lodplot} | R Documentation |
Produce an ideogram of a specified human chromosome, using base graphics. Usually for addition to a plot of linkage analysis results, so the chromosome length is in genetic map units (usually cM).
paint.chromosome(chrom, pos = 0, units = "cM", width = 0.4, bands = "major")
chrom |
is the chromosome (1..X). |
pos |
is the Y position. |
units |
is the user X axis units, usually "cM" or "M". |
width |
is the width of the ideogram. |
bands |
is which chromosomal bands to display on the ideogram. |
A base graphics plot.
David L Duffy