Description Usage Arguments Examples
Calculates a distance matrix based on the distance measure of:
1 - |cor(x, y)|
1 | AbsCorDist(dataset, nthreads = NULL)
|
dataset |
A dataset created my using MedList on a transcriptomics dataset |
nthreads |
Number of processor threads for the filtering. If not specifed then the maximum number of logical cores are used. |
1 2 | meds <- MedList(Laurasmappings, nthreads = 2)
distance <- AbsCorDist(meds, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.