cmat2table {microbiome} | R Documentation |
Arrange correlation matrices from associate into a table format.
cmat2table(res, verbose = FALSE)
res |
Output from associate |
verbose |
verbose |
Correlation table
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
data(peerj32) d1 <- peerj32$microbes[1:20, 1:10] d2 <- peerj32$lipids[1:20,1:10] cc <- associate(d1, d2, mode='matrix', method='pearson') cmat <- associate(d1, d2, mode='table', method='spearman')