read.abif function
using cubic spline interpolation.peakabif(abifdata,
chanel,
npeak,
thres = 400/yscale,
fig = TRUE,
chanel.names = c(1:4,105),
DATA = paste("DATA", chanel.names[chanel], sep = "."),
tmin = 1/tscale,
tmax = abifdata$Data[["SCAN.1"]]/tscale,
tscale = 1000,
yscale = 1000,
irange = (tmin*tscale):(tmax*tscale),
y = abifdata$Data[[DATA]][irange]/yscale,
method = "monoH.FC",
maxrfu = 1000,
...)read.abifsplinefunbaselineabifplotcitation("seqinr")read.abif to import files in ABIF format,
plotabif to plot them,
data gs500liz for internal size standards,
data identifiler for allele names in the allelic ladder,
data JLO for an example of an individual sample file,
data ECH for an example of an allelic lader.data(JLO)
JLO.maxis <- peakabif(JLO, 5, npeak = 14, tmin = 2.7, thres = 0.1)$maxisRun the code above in your browser using DataLab