write_tsv | R Documentation |
Rounds the values in all of the underlying assay matrices to the given number of digits
write_tsv(se, path, assay_name = NULL)
se |
SummarizedExperiment to round |
path |
Path or connection to write to |
assay_name |
Name of the assay contained in se to write. Not required when only 1 assay is contained in the se |
The path to where the SummarizedExperiment was written
# write the example se to tsv
data(seq_se)
seq_se %>% round(3) %>% write_tsv("out.tsv", "expression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.