View source: R/gexp-transform_funcs.R
pf_norm | R Documentation |
Normalizes a matrix using one round of proportional fitting.
pf_norm(dat.mat, sf)
dat.mat |
Matrix of data (features X samples). |
sf |
Optional size factor argument. If not specified, will be computed as mean of column sums. |
Normalized matrix (features X samples).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.