saveOutput: Save RData with SummarizedExperiment object and ProteinViz...

View source: R/saveOutput.R

saveOutputR Documentation

Save RData with SummarizedExperiment object and ProteinViz json

Description

Save RData with SummarizedExperiment object and ProteinViz json

Usage

saveOutput(
  IntensityExperiment,
  CompleteIntensityExperiment,
  longIntensityDT,
  outputFolder
)

Arguments

IntensityExperiment

Summarised experiment object returned by the 'runGenericDiscovery' function. This contains the initial data (row intensities and expeirment design) provided in input.

CompleteIntensityExperiment

Summarised experiment object returned by the 'runGenericDiscovery' function. This contains the results of the differential expression analysis, the intensities used for the analysis and a masking logical matrix showing which intensities have been imputed.

longIntensityDT

Tabular data structure resturned by the 'runGenericDiscovery' function. This contains, for each protein and sample, the raw, log2-transformed, normalised (when required) intensities, and a column indicating whether imputation has occurred for each intensity.

outputFolder

str. Path to folder where 'data' should be saved


MassDynamics/MassExpression documentation built on May 7, 2023, 11:29 a.m.