View source: R/getSimSires.R View source: R/getPotentialSires.R
getPotentialSires | R Documentation |
Provides list of potential sires
Provides list of potential sires
getPotentialSires(ids, minAge = 1, ped)
getPotentialSires(ids, minAge = 1, ped)
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 |
A character vector of potential sire Ids
A character vector of potential sire Ids
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedWithGenotype
ids <- nprcgenekeepr::qcBreeders
getPotentialSires(ids, minAge = 1, ped)
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedWithGenotype
ids <- nprcgenekeepr::qcBreeders
getPotentialSires(ids, minAge = 1, ped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.