pastThinning: Given a data frame and a pedigree, filter out crosses in the...

View source: R/pastThinning.R

pastThinningR Documentation

Given a data frame and a pedigree, filter out crosses in the data frame that are already present in the pedigree

Description

Given a data frame and a pedigree, filter out crosses in the data frame that are already present in the pedigree

Usage

pastThinning(data, ped)

Arguments

data

data frame with possible crosses to filter out

pedigree

pedigree to not repeat

Value

Filtered data frame

Author(s)

Rodrigo R Amadeu, rramadeu@gmail.com


rramadeu/SimpleMating documentation built on Jan. 30, 2023, 7:29 p.m.