getPotentialSires {nprcgenekeepr} | R Documentation |
Provides list of potential sires
Description
Provides list of potential sires
Provides list of potential sires
Usage
getPotentialSires(ids, minAge = 1L, ped)
getPotentialSires(ids, minAge = 1L, ped)
Arguments
ids |
character vector of IDs of the animals |
minAge |
integer value indicating the minimum age to consider in group formation. Pairwise kinships involving an animal of this age or younger will be ignored. Default is 1 year. |
ped |
dataframe that is the |
Value
A character vector of potential sire Ids
A character vector of potential sire Ids
Examples
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedWithGenotype
ids <- nprcgenekeepr::qcBreeders
getPotentialSires(ids, minAge = 1L, ped)
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedWithGenotype
ids <- nprcgenekeepr::qcBreeders
getPotentialSires(ids, minAge = 1, ped)
[Package nprcgenekeepr version 1.0.7 Index]