Learn R Programming

Fragman (version 1.0.1)

jm.conv: Scores to JoinMap converter

Description

This function converts a data frame containing the scores from score.easy to a new data frame with joinmap calls. The parents need to be provided in the first and second row.

Usage

jm.conv(a)

Arguments

a
A data frame containing the scores from score.easy function extracted from get.scores function containing the parental calls in the first 2 rows.

Value

  • If arguments are correct the function returns a new data frame [object Object]

Details

No major details.

References

Covarrubias-Pazaran G, Diaz-Garcia L, Schlautman B, Salazar W, Zalapa J. Fragma: An R package for fragment analysis. http://horticulture.wisc.edu/cggl/ZalapaLab/People.html. 2015.

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.

Examples

Run this code
xx <- data.frame(cbind(a=rep(150, 96), b=c(rep(100,48), rep(150,48))))
jm.conv(xx)
# try using apply to a dataframe

Run the code above in your browser using DataLab