autopadZeros | R Documentation |
Autopad zeros
autopadZeros(object, ...)
## S4 method for signature 'SummarizedExperiment'
autopadZeros(
object,
rownames = FALSE,
colnames = TRUE,
sampleNames = TRUE,
sort = TRUE
)
## S4 method for signature 'matrix'
autopadZeros(object, rownames = FALSE, colnames = TRUE, sort = TRUE)
object |
Object. |
rownames |
|
colnames |
|
sampleNames |
|
sort |
|
... |
Additional arguments. |
For methods on objects supporting dim()
(e.g. matrix
), the object will be
returned with the rows and/or columns resorted by default. This does not
apply to the character
method defined in syntactic.
character
.
Updated 2021-09-02.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
autopadZeros(object, rownames = TRUE, colnames = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.