Description Usage Arguments Details Value Author(s) Examples
Scaling and centering a matrix.
1 2 |
object |
Numerical matrix (or an object coercible to such)
with samples in rows and variables as columns. Also takes
|
scale |
One of "UV" (unit variance a=a/σ_{a})
"vector" (vector normalisation b=b/||b||), "pareto" (sqrt
UV) or "none" to indicate which scaling should be used to scale
the matrix with a variables and b samples. Can also be
a vector of scales which should be used to scale the
matrix. |
center |
Either a logical which indicates if the matrix
should be mean centred or not, or a vector with averages which
should be suntracted from the matrix. |
eps |
Minimum variance, variable with lower variance are not scaled and warning is issued instead. |
simple |
Logical indicating if only the data should be returned or a list with the pre-processing statistics as well. |
reverse |
Logical indicating if matrix should be 'post-processed' instead by multiplying each column with its scale and adding the center. In this case, center and scale should be vectors with the statistics (no warning is issued if not, instead output becomes the same as input). |
... |
Only used for passing through arguments. |
Does basically the same as scale
but adds some
alternative scaling options and functionality for treating
pre-processing as part of a model.
A pre-processed matrix or a list with
center |
a vector with the estimated centers |
scale |
a vector with the estimated scales |
data |
the pre (or post) processed data |
Henning Redestig
1 2 3 4 5 |
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'pcaMethods'
The following object is masked from 'package:stats':
loadings
[1] 3.784121e-31
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.