Description Usage Arguments Value Author(s) See Also Examples
Plot NMR profile plus SRV regions and consensus across the various statistics
1 | 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
1 2 3 4 5 6 7 8 9 10 | # 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.