% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MixMC.R
\name{normalise.css}
\alias{normalise.css}
\title{Apply Cumulative Sum Scaling normalisation}
\usage{
normalise.css(otu.counts)
}
\arguments{
\item{otu.counts}{OTU count data frame of size n (sample) x p (OTU).}
}
\value{
Data frame containing count data normalised cumulatively.
}
\description{
Alternate Cumulative Sum Scale (CSS) method for normalising count data for
inter-sample depth. Relies upon the metagenomeSeq implementation.
}
\examples{
\dontrun{
normalise.css(otu.count)
}
}