Skip to contents

Export the SummarizedExperiment object, the meta data, and the normalized data.

Usage

export_data(se, out_dir, ain = NULL)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

out_dir

Path of output directory

ain

Vector of strings which assay should be downloaded (default NULL). If NULL then all assays of the se object are saved.

Value

Nothing

Examples

data(tuberculosis_TMT_se)
if (FALSE) export_data(tuberculosis_TMT_se, out_dir = "data/",
            ain = c("IRS_on_RobNorm", "IRS_on_Median")) # \dontrun{}