round.SummarizedExperiment | R Documentation |
Rounds the values in all of the underlying assay matrices to the given number of digits
## S3 method for class 'SummarizedExperiment'
round(x, digits = 0)
x |
SummarizedExperiment to round |
digits |
integer indicating the number of decimal places |
A SummarizedExperiment after the round operation
# round the example se to 2 digits
data(seq_se)
seq_se %>% round(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.