add.array: Add a genotyping array

Description Usage Arguments Value Examples

View source: R/add.array.R

Description

Function to add a genotyping array for the population

Usage

1
add.array(population, marker.included = TRUE, array.name = NULL)

Arguments

population

population list

marker.included

Vector with number of SNP entries coding if each marker is on the array (TRUE/FALSE)

array.name

Name of the added array

Value

Population list

Examples

1
2
data(ex_pop)
population <- add.array(ex_pop, marker.included = c(TRUE, FALSE), array.name="Half-density")

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to add.array in MoBPS...