kpAddChromosomeNames {karyoploteR}R Documentation

kpAddChromosomeNames

Description

Plots the chromosome names in the karyoplot

Usage

kpAddChromosomeNames(karyoplot, ...)

Arguments

karyoplot

a karyoplot object returned by a call to plotKaryotype

...

any additional parameter to be passed to the text plotting. All R base graphics params are passed along.

Details

Given a KaryoPlot object, plot the names of the depicted chromosomes. This function is usually automatically called by plotKaryotype unless labels.plotter is NULL.

Value

invisibly returns the given karyoplot object

See Also

plotKaryotype, getChromosomeNamesBoundingBox

Examples


kp <- plotKaryotype(labels.plotter = NULL)
kpAddChromosomeNames(kp, col="red", srt=30)
 

[Package karyoploteR version 1.4.2 Index]