hist.CTLobject {ctl} | R Documentation |
Plot histogram of CTL permutations (the output of CTLscan
).
## S3 method for class 'CTLobject'
hist(x, phenocol=1, ...)
x |
An object of class |
phenocol |
Which phenotype column(s) should we analyse. Defaults to analyse all phenotype columns |
... |
Passed to the function |
None.
For a detailed description, see CTLprofiles
Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com
CTLscan
- Scan for CTL
CTLprofiles
- Extract CTL interaction profiles
print.CTLscan
- Print a summary of a CTLscan
par
- Plot parameters
colors
- Colors used in plotting
library(ctl) # Load CTL library
data(ath.result)
hist(ath.result, phenocol = 1:3) # Compare the results of the first 3 scans