Description Usage Arguments Value See Also Examples
getIBDparameters()
estimates the number of meiosis and the probabilities of sharing 0, 1 and 2 alleles IBD between all pairwise
combinations of isolates.
1 | getIBDparameters(ped.genotypes, number.cores = 1)
|
ped.genotypes |
A list containing 2 objects. See the |
number.cores |
Positive integer. The number of cores used for parallel execution. |
A data frame with the following eight columns:
Family 1 ID
Isolate 1 ID
Family 2 ID
Isolate 2 ID
The number of meiosis separating the pair
Probability of sharing 0 alleles IBD
Probability of sharing 1 allele IBD
Probability of sharing 2 alleles IBD
where each row describes a unique pair of isolates. The data frame is headed fid1, iid1, fid2, iid2, m, ibd0, ibd1
and ibd2
respectively.
getGenotypes
and getIBDsegments
.
1 2 3 4 5 6 | # following processing and filtering of genotype data,
# we estimate the proportion of genome shared IBD
my_parameters <- getIBDparameters(ped.genotypes = png_genotypes,
number.cores = 1)
head(my_parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.