Please! if using the confidence interval method ("ci"), which is NOT the default, once you have found the best parameters for the arguments to match your ladder using this function, please pass those values to all the posterior functions, making sure the 'dev' argument is passed to the new functions. If using the correlation method ("cor"), don't worry about it.
detect.ladder(stored, ind=1, ladder, channel.ladder=dim(stored[[1]])[2],
ci.upp=1.96, ci.low=1.96, draw=TRUE, dev=50, warn=TRUE,
init.thresh=250,sep.index=8, method="cor", avoid=1500, who="sample")
storing.inds
function.find.ladder
functionBen Hui Liu. 1998. Statistical Genomics. CRC Press LLC. ISBN 0-8493-3166-8.
data(my.plants)
my.ladder <- c(120, 125, 129, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375)
# looking at the first individual
detect.ladder(stored=my.plants, ind=1, ladder=my.ladder)
Run the code above in your browser using DataLab