AbsCorDist: AbsCorDist

Description Usage Arguments Examples

View source: R/custom_dist.R

Description

Calculates a distance matrix based on the distance measure of:

1 - |cor(x, y)|

Usage

1
AbsCorDist(dataset, nthreads = NULL)

Arguments

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.

Examples

1
2
meds <- MedList(Laurasmappings, nthreads = 2)
distance <- AbsCorDist(meds, nthreads = 2)

nathansam/CircadianTools documentation built on Dec. 26, 2019, 11:30 a.m.