Description Usage Arguments Author(s) See Also Examples
Plot lines defined by SRV on top SRV clusters
1 | Top_SRV.plot(file1,file2,results,met,intMeth,clustidx)
|
file1 |
a text file with NMR data |
file2 |
a text file with SRV clusters |
results |
a list containinig results of mQTL mapping |
met |
a character specifying the summarizing statistical measure of peaks |
intMeth |
a charcter specifying summarizing method across samples ("mean" or "max") |
clustidx |
index specifying the SRV cluser of interest (optinal) |
Lyamine Hedjazi
1 2 3 4 5 6 7 8 9 10 | load_datafiles()
load(results)
# Format data
format_mQTL(phenofile,genofile,physiodat,cleandat,cleangen)
## Plot SRV profile
Top_SRV.plot(file1=cleandat,file2=rectangle_SRV,results=results,met=met,intMeth="mean")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.