SRV.plot {mQTL.NMR}R Documentation

Plot SRV clusters

Description

Plot arrows defined by SRV on data

Usage

SRV.plot(file1,file2,lo,hi,k,title)

Arguments

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

Author(s)

Lyamine Hedjazi

See Also

simple.plot

Examples


# 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")


[Package mQTL.NMR version 1.14.0 Index]