Description Usage Arguments Examples
Finds perfect similarity cluster of SNPs. This is specially usfull in artificial crossing populations.
1 | identicals(snp, mc.cores = 1)
|
snp |
an object of class snpMatrix. |
mc.cores |
a positive integer for the number of cores for parallel computing. See
|
1 2 3 4 5 | # file containing example data for SNP data
gfile <- system.file("extdata/snpdata.csv", package = "qtcat")
snp <- read.snpData(gfile, sep = ",")
ident <- identicals(snp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.