snps.assoc | R Documentation |
snps
matrix.This vector specifies the identities (names) of the loci in the genetic data matrix (see: data(snps)
)
that have been simulated along the phylogenetic tree (see: data(tree)
)
to be in statistical association with the phenotype (see: data(phen)
).
Comparing this vector of snps column names to the set of snps loci identified by treeWAS
allows us to evaluate the performance of the treeWAS GWAS method.
After applying treeWAS to the components of this dataset,
using: treeWAS(snps, phen, tree)
,
we can assess the ability of treeWAS to recover these "known" associated sites
via any of its three association scores
(see the treeWAS vignette).
data(snps.assoc)
A vector of length 10.
Caitlin Collins caitiecollins@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.