Description Usage Arguments Value See Also
Given a data matrix, it computes pair-wise Jaccard/Tanimoto similarity coefficients
and p-values among rows (variables). For fine controls, use "jaccard.test"
.
1 2 | jaccard.test.pairwise(dat, method = "mca", verbose = TRUE,
compute.qvalue = TRUE, ...)
|
dat |
a data matrix |
method |
a method to compute a p-value ( |
verbose |
whether to print progress messages |
compute.qvalue |
whether to compute q-values |
... |
optional arguments for specific computational methods |
jaccard.test.pairwise
returns a list of matrices
statistics |
Jaccard/Tanimoto similarity coefficients |
pvalues |
p-values |
qvalues |
q-values |
jaccard.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.