scanSlopes.cross | R Documentation |
Create a slope difference profile between two traits (using an R/qtl cross object)
scanSlopes.cross(cross, phenocol = 1, doRank = FALSE, verbose = FALSE)
cross |
An object of class |
phenocol |
Which phenotype column(s) should we analyse. Default: Analyse phenotype 1 |
doRank |
Transform quantitative data into ranked data before analyzing the slope. |
verbose |
Be verbose. |
TODO
TODO
TODO
Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com
TODO
CTLscan
- Main function to scan for CTL
CTLsignificant
- Significant interactions from a CTLscan
CTLnetwork
- Create a CTL network from a CTLscan
image.CTLobject
- Heatmap overview of a CTLscan
plot.CTLscan
- Plot the CTL curve for a single trait
library(ctl)
data(multitrait) # Arabidopsis Thaliana (R/qtl cross object)
multitrait$pheno <- multitrait$pheno[,1:4]
slopes <- scanSlopes.cross(multitrait)
image(1:nrow(slopes), 1:ncol(slopes), -log10(slopes))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.