Description Usage Arguments Details Value Author(s) See Also Examples
This function generates a table containing the genetic markers and thier associated metabolomic variables and estimated LOD score.
1  | summary_mQTL(results, redfile,Th = 5)
 | 
results | 
 a list sepcifying the mQTL mapping results  | 
redfile | 
 a text file containing the parameters of identified clusters(.PPM file)  | 
Th | 
 a numerical paramater indicating the threshold of top accepted score (LOD or -log10(p-value))  | 
Generates a text file containing a table of summary of mQTL mapping results
returns Summaries
Jean-Baptiste Cazier and Lyamine Hedjazi
1 2 3 4 5  |     load_datafiles()
    load(results)
    Th<-10 ## LOD threshold
    summary_mQTL(results,rectangle_SRV,Th)## summarizes mQTL results in a table
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.