Description Usage Arguments Author(s) See Also Examples
Plot arrows defined by SRV on data
1 |
file1 |
a text file with NMR data |
file2 |
a text file with SRV results |
lo |
starting point on chemical shift |
hi |
ending point on chemical shift |
k |
number of samples |
title |
title of the plot |
Lyamine Hedjazi
1 2 3 4 5 6 7 8 9 10 11 | # Load data files
load_datafiles()
# Format data
format_mQTL(phenofile,genofile,physiodat,cleandat,cleangen)
## Plot SRV profile
SRV.plot(file1=cleandat,file2=rectangle_SRV,lo=3.02,hi=3.08,k=1:168,title="Cluster plot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.