Learn R Programming

Fragman (version 1.0.9)

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

$pos

the index positions for the intensities

$hei

the intensities for the fragments found

$wei

the putative weights in base pairs based on the ladder provided

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
# NOT RUN {
#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