R/utils.R
counts_to_logcpm.Rd
Covert a counts table to a relative abundances table
counts_to_logcpm(counts_table)
A organism x sample data frame of counts
A organism x sample data frame of logcpm counts
logcpm <- counts_to_logcpm(as.data.frame(matrix(seq_len(12), 4)))