Description Usage Arguments Value Examples
Function for 'sparcc' correlation calculation. Modified from Schmidt et al. 2016, find the scripts here and the SparCC paper here.
1 | sparcc(x, threads = 80, nblocks = 400)
|
x |
An matrix for correlation calculation. |
threads |
The number of threads used for parallel running, 80 by default. |
nblocks |
The number of row /column for splitting sub-matrix, 400 by default. |
y The adjacency matrix.
1 2 3 4 | ## Not run:
asv_sparcc <- sparcc(maize_asv2, threads = 2, nblocks = 40)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.