Description Usage Arguments Author(s) See Also Examples
normalizeRPM
Normalizes the counts of each experiment to RPM.
1 2 3 4 5 6 | normalizeRPM(
object,
assay = "counts",
normalized = "rpm",
removeHighestValues = 0
)
|
object |
A |
assay |
Character vector selecting the assay of the |
normalized |
Character vector specifying the assay name of the normalized data. |
removeHighestValues |
Defines the number of highest count values that should
be removed before the library sizes are calculated in the denominator.
|
Felix A. Klein, felix.klein@embl.de
1 2 3 4 5 6 7 8 9 10 |
data(fc, package="FourCSeq")
fc <- combineFragEnds(fc)
fc
fc <- normalizeRPM(fc)
fc
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.