adj_method_list {mina}R Documentation

List of adjacency matix calculation methods/ orrelations supported in adj

Description

Correlation methods should be specified by exact string match.

Usage

adj_method_list

Format

A list of character vectors.

pearson

Pearson correlation.

spearman

Spearman correlation.

sparcc

SparCC correlation by spearman.

See Also

adj

Examples

? adj_method_list

[Package mina version 1.2.0 Index]