counts_to_relabu: Covert a counts table to a relative abundances table

View source: R/utils.R

counts_to_relabuR Documentation

Covert a counts table to a relative abundances table

Description

Covert a counts table to a relative abundances table

Usage

counts_to_relabu(counts_table)

Arguments

counts_table

A organism x sample data frame of counts

Value

A organism x sample data frame of relative abundances

Examples

counts_to_relabu(matrix(seq_len(12), 4))


compbiomed/animalcules documentation built on Feb. 7, 2024, 12:13 p.m.