scanSD.cross | R Documentation |
Analyze the differences in standard deviation between two traits at a certain genetic marker
scanSD.cross(cross, phenocol = c(1,2), doRank = FALSE)
cross |
An object of class |
phenocol |
Which phenotype column(s) should be plotted against each other, Default: phenotype 1 versus 2 |
doRank |
Transform quantitative data into ranked data before analyzing the slope. |
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)
sds <- scanSD.cross(multitrait)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.