Description Usage Arguments Value Examples
This function is a wrapper function for colSums on the counts
assay.
1 | librarySize(object, ..., withDimnames = TRUE)
|
object |
PhIPData object |
... |
arguments passed to colSums |
withDimnames |
logical; if true, the vector names are the sample names; otherwise the vector is unnamed. |
a (named) numeric vector. The length of the vector is equal to the number of samples.
1 2 3 4 5 | example("PhIPData")
librarySize(phip_obj)
## Return an unnamed vector
librarySize(phip_obj, withDimnames = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.