simple.plot {mQTL.NMR} | R Documentation |
Plot NMR profile plus SRV regions and consensus across the various statistics
simple.plot(file,lo,hi,k,title)
file |
a text file containing NMR data |
lo |
starting point on the chemical axis |
hi |
ending point on the chemical axis |
k |
number of samples |
title |
title of the plot |
NMR profile and SRV region plot with peak calling consensus
Jean-Baptiste Cazier
# Load data files load_datafiles() # Format data format_mQTL(phenofile,genofile,physiodat,cleandat,cleangen) # Plot NMR profile simple.plot(file=cleandat,lo=3.02,hi=3.08,k=1:20,title="NMR profile")