Learn R Programming

Fragman (version 1.0.1)

homogenize.to.parentals: complementary tools

Description

This functions takes a list of positions, heights and weights for ssr calls of a certain plant and uses parental information and a window to homogenize to the parent calls.

Usage

homogenize.to.parentals(x, parents, window)

Arguments

x
list of positions, heights and weights
parents
different parental calls
window
window in base pairs indicating when should be considered the same allele

Value

  • If arguments are correct the function returns a list containing [object Object],[object Object],[object Object]

Details

No major details.

References

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
#No example provided, internally working to round to the closest parent ssr call.
x <- 1:10

Run the code above in your browser using DataLab