Functions that perform and summarize gene dropping conducted on supplied pedigrees
geneDrop(
pedigree,
N,
parallel = FALSE,
ncores = getOption("mc.cores", 2L),
...
)# S3 method for default
geneDrop(
pedigree,
N,
parallel = FALSE,
ncores = getOption("mc.cores", 2L),
...
)
# S3 method for numPed
geneDrop(
pedigree,
N,
parallel = FALSE,
ncores = getOption("mc.cores", 2L),
...
)
a list
:
Original identities in the pedigree
Simulated maternal haplotypes
Simulated paternal haplotypes
Pedigree in class numPed
for convenient
post-processing of haplotypes
A pedigree with columns organized: ID, Dam, Sire.
The number of times to iteratively trace alleles through the pedigree
A logical indicating whether or not to use parallel processing. Note, this may only be available for Mac and Linux operating systems.
The number of cpus to use when constructing the dominance relatedness matrix. Default is all available.
Other arguments that can be supplied to alter what summaries are reported.
Missing parents (e.g., base population) should be denoted by either 'NA', '0' , or '*'.
parallel
= TRUE should only be used on Linux or Mac operating systems
(i.e., not Windows).
Founder allelic values (the alleles assigned to an individual's maternal, paternal, or both haplotypes when the maternal, paternal, or both parents are missing) are equivalent positive and negative integer values corresponding to the maternal and paternal haplotypes, respectively. For example, if the first individual in the pedigree has two unknown parents it will have the following two allelic values: 1=maternal haplotype and -1=paternal haplotype.
makeDsim