Normalises the taxa/columns counts by entity/row. The scale parameter can be used to scale the normalised values, defaults to 100.

normalise_taxa(.data, cols = 1, scale = 100)

Arguments

.data

Data frame.

cols

Numeric vector with the columns to be ignored (metadata columns).

scale

Numeric scale factor, default = 100.

Value

Data frame with normalised taxa/columns counts.