make_f1: Create an F1 from two parents

View source: R/make_f1.R

make_f1R Documentation

Create an F1 from two parents

Description

Create an F1 from two parents

Usage

make_f1(p1, p2, g_map, chroms = 10)

Arguments

p1

The first parents to cross. An Indv object created by indv_init()

p2

The second parent to cross. An Indv object created by indv_init()

g_map

Dataframe with physical and genetic positions for chromosome trying to be simulated. Of format chr,physical_position,gentic_position

chroms

chromsome number, default=10

Value

An Indv object with one chromosome pulled from both of the parents


sarahodell/magicsim documentation built on Sept. 25, 2023, 8:12 a.m.