norm.PCR | R Documentation |
This function normalizes the expression data
norm.PCR( x, meth = c("none", "mean control genes", "max expression", "median expression", "quantile"), ctrl = NA, max.cyc )
x |
the Rscexv object |
meth |
The normalization method; one of "none","mean control genes","max expression","median expression","quantile" default="none" |
ctrl |
the control genes default=NA |
max.cyc |
this function does also invert the Ct values this is the value that is used as maximum default=NA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.