powered by
Analyze the differences in Standard Deviation between genotypes between two traits
scanSD(genotypes, phenotypes, phenocol=c(1,2), doRank = FALSE)
TODO
Matrix of genotypes. (individuals x markers)
Matrix of phenotypes. (individuals x phenotypes)
Which phenotype column(s) should be plotted against each other, Default: phenotype 1 versus 2
Transform quantitative data into ranked data before analyzing the slope.
Danny Arends Danny.Arends@gmail.com Maintainer: Danny Arends Danny.Arends@gmail.com
CTLscan - Main function to scan for CTL
CTLscan
CTLsignificant - Significant interactions from a CTLscan
CTLsignificant
CTLnetwork - Create a CTL network from a CTLscan
CTLnetwork
image.CTLobject - Heatmap overview of a CTLscan
image.CTLobject
plot.CTLscan - Plot the CTL curve for a single trait
plot.CTLscan
library(ctl) data(multitrait) # Arabidopsis Thaliana (R/qtl cross object) sds <- scanSD(pull.geno(multitrait),pull.pheno(multitrait))
Run the code above in your browser using DataLab