[e26484]: / OmicsFold / man / normalise.css.Rd

Download this file

24 lines (23 with data), 575 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% 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)
}
}