CTLregions | R Documentation |
Get all significant interactions from a genome-wide CTLscan.
CTLregions(CTLobject, mapinfo, phenocol = 1, significance = 0.05, verbose = TRUE)
CTLobject |
An object of class |
mapinfo |
The mapinfo matrix with 3 columns: "Chr" - the chromosome number, "cM" - the location of the marker in centiMorgans and the 3rd column "Mbp" - The location of the marker in Mega basepairs. If supplied the marker names (rownames) should match those in the CTLobject. |
phenocol |
Which phenotype column should we analyse. |
significance |
Significance threshold to set a genome wide False Discovery Rate (FDR). |
verbose |
Be verbose. |
TODO
A matrix significant CTL interactions with 4 columns: trait, marker, trait, lod
TODO
Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com
TODO
library(ctl)
data(ath.metabolites) # Arabidopsis Thaliana data set
data(ath.result) # Arabidopsis Thaliana CTL results
regions <- CTLregions(ath.result, ath.metab$map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.