cmat2table: Arrange correlation matrices from cross.correlate into a...

Description Usage Arguments Value Author(s) References Examples

View source: R/utils.R

Description

Arrange correlation matrices from cross.correlate into a table format

Usage

1
cmat2table(res, verbose = FALSE)

Arguments

res

Output from cross.correlate

verbose

verbose

Value

Correlation table

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation('microbiome')

Examples

1
2
3
4
5
data(peerj32)
  d1 <- peerj32$microbes[1:20, 1:10]
  d2 <- peerj32$lipids[1:20,1:10]
  cc <- cross.correlate(d1, d2, mode = 'matrix')
  cmat <- cmat2table(cc)

microbiome/microbiomeold documentation built on May 22, 2019, 9:57 p.m.