powered by
Plot histogram of CTL permutations (the output of CTLscan).
CTLscan
# S3 method for CTLobject hist(x, phenocol=1, ...)
For a detailed description, see CTLprofiles
CTLprofiles
An object of class "CTLscan", as output by CTLscan.
"CTLscan"
Which phenotype column(s) should we analyse. Defaults to analyse all phenotype columns
Passed to the function image when it is called.
image
Danny Arends Danny.Arends@gmail.com Maintainer: Danny Arends Danny.Arends@gmail.com
None.
CTLscan - Scan for CTL
CTLprofiles - Extract CTL interaction profiles
print.CTLscan - Print a summary of a CTLscan
print.CTLscan
par - Plot parameters
par
colors - Colors used in plotting
colors
library(ctl) # Load CTL library data(ath.result) hist(ath.result, phenocol = 1:3) # Compare the results of the first 3 scans
Run the code above in your browser using DataLab