storing.inds
function and does the ssr calling in the channel specified and returns the index position, height and base pair position.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 the detect.ladder
function, please pass those values to this function since it will use the same function internally and your dna sizes will depend on that, so if that's the case make sure the 'dev' argument is passed to the new functions.
score.easy(my.inds, cols = 1, n.inds = NULL, panel=NULL,
thresh=NULL, shift=0.8, ladder, channel.ladder=NULL,
ploidy=2, ci.upp=1.96, ci.low=1.96, dev=50, left.cond=c(0.6,3),
right.cond=0.35, warn=FALSE, window=0.5, init.thresh=200,
ladd.init.thresh=200, method="cor", env = parent.frame(),
plotting=TRUE, electro=TRUE)
storing.inds
function outputthreshs
functionfind.ladder
functionfind.ladder
functionfind.ladder
functionfind.ladder
functionfind.ladder
function. We recommend not to deal to much with it unless you identified special situations with your ladderdetect.ladder
function, please pass those values to this function since it will use the same function internally and your dna sizes will depend on that, please make sure the 'dev' argument is passed to the new functions since could be very specific for each ladder.Covarrubias-Pazaran G, Diaz-Garcia L, Schlautman B, Salazar W, Zalapa J. (2015) Fragma: An R package for fragment analysis. R package version 1.0. URL https://cran.r-project.org/web/packages/Fragman/.
Robert J. Henry. 2013. Molecular Markers in Plants. Wiley-Blackwell. ISBN 978-0-470-95951-0.
Ben Hui Liu. 1998. Statistical Genomics. CRC Press LLC. ISBN 0-8493-3166-8.
data(my.plants)
my.plants <- my.plants[1]
my.ladder <- c(120, 125, 129, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375)
my.panel <- c(190:230)
# make sure to have sufficient plot area or will get an error message
score.easy (my.inds=my.plants, cols = 1, panel=my.panel, ladder=my.ladder)
Run the code above in your browser using DataLab