rowSums.RleDataFrame | R Documentation |
Drop-in replacement for the rowSums
function, which does not work natively
on S4Vectors::DataFrame
objects containing S4Vectors::Rle
-encoded
numerical values.
rowSums.RleDataFrame(x, na.rm = FALSE)
x |
A |
na.rm |
logical. Should missing values (including |
See the file benchmarks/rowSums_on_Rle_DF.md
in the source Git repository
of CAGEr for the alternatives that were considered.
A Rle
-encoded numerical vector of the same class as in the
DataFrame
.
Charles Plessy
Other Rle DataFrames:
rowsum.RleDataFrame()
exampleCAGEexp |> CTSStagCountDF() |> CAGEr:::rowSums.RleDataFrame(na.rm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.