Learn R Programming

selectSNPs (version 1.0.1)

scoreU: Compute the Uniformness(U) score

Description

This function computes the (U) scores, which measures the uniformness of all the markers on one or more chromsoomes.

Usage

scoreU(object, ...)

# S4 method for Chrom scoreU(object)

# S4 method for Map scoreU(object, chrom)

Arguments

object

An input object, which can be a vector of map position, a Chrom object, or a Map object.

...

Extra input parameters, as needed.

chrom

Names of the chromosomes for which the U score is to be computed; Optional.

Value

The computed U score of the input object.

References

1. Wu XL, Li H, Ferretti R, Simpson B, Walker J, Parham J, Mastro L, Qiu J, Schultz T, Tait RG Jr, Bauck S, (2010). A unified local objective function for optimally selecting SNPs on arrays for agricultural genomics applications. Anim Genet. 2020 Jan 31. doi: 10.1111/age.12916.

2. Wu XL, Xu J, Feng G, Wiggans GR, Taylor JF, He J, Qian C, Qiu J, Simpson B, Walker J, Bauck S. (2016). Optimal Design of Low-Density SNP Arrays for Genomic Prediction: Algorithm and Applications. PLoS One. 11(9):0161719. doi: 10.1371/journal.pone.0161719.

Examples

Run this code
# NOT RUN {
data(bov80K)
scoreU(bov80K)

# }

Run the code above in your browser using DataLab