counts_to_logcpm {animalcules}R Documentation

Covert a counts table to a relative abundances table

Description

Covert a counts table to a relative abundances table

Usage

counts_to_logcpm(counts_table)

Arguments

counts_table

A organism x sample data frame of counts

Value

A organism x sample data frame of logcpm counts

Examples

logcpm <- counts_to_logcpm(as.data.frame(matrix(seq_len(12),4)))


[Package animalcules version 1.0.4 Index]