write_delim | R Documentation |
Rounds the values in all of the underlying assay matrices to the given number of digits
write_delim(se, path, delim = " ", assay_name = NULL)
se |
SummarizedExperiment to round |
path |
Path or connection to write to |
delim |
Delimiter used to separate values |
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 delim file, defaulting to " " as delimiter
data(seq_se)
seq_se %>% round(3) %>% write_delim("out.txt", assay_name = "expression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.