Description Usage Arguments Value Examples
Normalization of a raw counts matrix using the estimate of the shape parameter of the Pareto distribution.
1 2 3 4 5 6 7 8 9 10 |
x |
A SingleCellExperiment/SummarizedExperiment object or a matrix=like object with genes in rows and samples in columns. |
... |
generic argument |
whichAssay |
if x is a SingleCellExperiment/SummarizedExperiment the assay with the counts to normalize (default to 1). |
assayName |
if x is a SummarizedExperiment the name of the assay in which to save the normalized data (default to "PsiNorm"). |
If the input is a SingleCellExperiment object the function returns the same object adding as sizeFactors those computed by PsiNorm. If the object is a SummarizedExperiment object, the function returns the same objject adding an assay with the normalized count matrix. If the input is a matrix-like object pareto_norm returns a matrix with the same dimensions containing the normalized counts.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.