calculate_iR | R Documentation |
Calculate iR index to detect loci with excess of IBD sharing
snpdata = calculate_iR(snpdata, mat.name="Phased", family="Location", number.cores=4)
snpdata |
SNPdata object |
mat.name |
the name of the genotype table to be used. default="Phased" |
family |
the name of the column, in the metadata table, to be used to represent the sample's population |
number.cores |
the number of cores to be used. default=4 |
SNPdata object with an extra field: iR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.