rowsum.RleDataFrame | R Documentation |
Drop-in replacement for the rowsum
function, which does not work natively
on S4Vectors::DataFrame
objects containing S4Vectors::Rle
-encoded
numerical values.
## S3 method for class 'RleDataFrame'
rowsum(x, group, reorder = TRUE, na.rm = FALSE, ...)
x |
A |
group |
a vector or factor giving the grouping, with one element per row
of |
reorder |
If |
na.rm |
Logical ( |
... |
Other arguments to be passed to or from methods. |
See the file benchmarks/rowsum_on_Rle_DF.md
in the source Git repository
of CAGEr for the alternatives that were considered.
Charles Plessy
Other Rle DataFrames:
rowSums.RleDataFrame()
exampleCAGEexp |> CTSStagCountDF() |>
CAGEr:::rowsum.RleDataFrame(decode(CTSScoordinatesGR(exampleCAGEexp)$cluster), reorder = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.