View source: R/analysis_relatedness_functions.R
kinshipMatrix | R Documentation |
This function will calculate a kinship matrix using
TASSEL's Kinship
plugin and respective parameters.
kinshipMatrix(
tasObj,
method = "Centered_IBS",
maxAlleles = 6,
algorithmVariation = "Observed_Allele_Freq"
)
tasObj |
An object of class |
method |
A Kinship method. Defaults to |
maxAlleles |
Maximum number of alleles. Can be within the range of
|
algorithmVariation |
Algorithm variation. If
|
Returns a 'TasselDistanceMatrix' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.