hypo_which_CHROM determines the LG from a vector of genomic position.

hypo_which_CHROM(x)

Arguments

x

integer vector (mandatory), a vector of bp positions on the hamlet genome.

Details

The function vectorizes the hypo_which_CHROM_s function.

See also

Examples

hypo_which_CHROM(c(11235813, 123581321))
#> [1] "LG01" "LG05"