plot.CTLobject {ctl} | R Documentation |
Plot CTL curves or heatmaps
Description
Plot the CTL curve or heatmaps for a genome scan (the output of CTLscan
).
Usage
## S3 method for class 'CTLobject'
plot(x, phenocol = 1:length(x), ...)
Arguments
x |
An object of class |
phenocol |
Which phenotype column(s) should we plot. Defaults to creating an image of all phenotype columns |
... |
Passed to the function |
Details
None.
Value
None.
Author(s)
Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com
See Also
-
CTLscan
- Scan for CTL -
print.CTLscan
- Print a summary of a CTLscan -
par
- Plot parameters -
colors
- Colors used in plotting
Examples
library(ctl)
data(ath.result) # Arabidopsis Thaliana dataset
plot(ath.result)
[Package ctl version 1.0.0-10 Index]