write_csv | R Documentation |
Write a se to csv format
write_csv(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 csv
data(seq_se)
seq_se %>% round(3) %>% write_csv("out.csv", "expression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.