a b/OmicsFold/man/normalise.css.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/MixMC.R
3
\name{normalise.css}
4
\alias{normalise.css}
5
\title{Apply Cumulative Sum Scaling normalisation}
6
\usage{
7
normalise.css(otu.counts)
8
}
9
\arguments{
10
\item{otu.counts}{OTU count data frame of size n (sample) x p (OTU).}
11
}
12
\value{
13
Data frame containing count data normalised cumulatively.
14
}
15
\description{
16
Alternate Cumulative Sum Scale (CSS) method for normalising count data for
17
inter-sample depth. Relies upon the metagenomeSeq implementation.
18
}
19
\examples{
20
\dontrun{
21
normalise.css(otu.count)
22
}
23
}