Takes a dataset object and normalizes the abundance
matrix by a variable from Map or a vector provided.
normalize(Dat, norm = NULL)
Arguments
Dat |
A Dataset object. |
norm |
Either a string indicating the variable name from
Map to use for normalization, or a numeric vector with normalization
values |