write_csv: Write a se to csv format

View source: R/io.R

write_csvR Documentation

Write a se to csv format

Description

Write a se to csv format

Usage

write_csv(se, path, assay_name = NULL)

Arguments

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

Value

The path to where the SummarizedExperiment was written

Examples

# write the example se to csv
data(seq_se)
seq_se %>% round(3) %>% write_csv("out.csv", "expression")

martijnvanattekum/cleanse documentation built on Nov. 20, 2023, 8:28 p.m.