getData-protdata-method: Extract the data slot of a protdata object

getData,protdata-methodR Documentation

Extract the data slot of a protdata object

Description

getData extracts the data slot from a protdata object.

Usage

## S4 method for signature 'protdata'
getData(object, simplify = TRUE)

Arguments

object

A protdata object of which the data slot needs to be extracted.

simplify

Logical. Should the list of data frames be simplified to a data frame if the length of this list equals 1?

Value

The list of data frames corresponding to the data present in the protdata object.


statOmics/MSqRob documentation built on Dec. 8, 2022, 6 a.m.