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 "CTLobject", as output by CTLscan.

phenocol

Which phenotype column(s) should we plot. Defaults to creating an image of all phenotype columns

...

Passed to the function image.CTLobject plot.CTLscan when it is called.

Details

None.

Value

None.

Author(s)

Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com

See Also

Examples

  library(ctl)
  data(ath.result) # Arabidopsis Thaliana dataset
  plot(ath.result)

[Package ctl version 1.0.0-10 Index]