Description Usage Arguments Examples
Cut a qtcatClust object at an specific height.
1 | cutClust(snp, snpClust, absCor = 1)
|
snp |
an object of class snpMatrix. |
snpClust |
an object of class |
absCor |
a cutting height in absolute value of correlation. |
1 2 3 4 5 6 | # file containing example data for SNP data
gfile <- system.file("extdata/snpdata.csv", package = "qtcat")
snp <- read.snpData(gfile, sep = ",")
clust <- qtcatClust(snp)
cclust <- cutClust(snp, clust, .5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.