SRV.plot {mQTL.NMR} | R Documentation |
Plot arrows defined by SRV on data
SRV.plot(file1,file2,lo,hi,k,title)
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
# 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")