Skip to contents

get_peak_table() a wrapper function to return the peak table object of the given mpactr object.

Usage

get_peak_table(mpactr_object)

Arguments

mpactr_object

The mpactr object that is created by calling the import_data() function.

Value

a data.table.

Examples

data <- import_data(example("coculture_peak_table.csv"),
  example("metadata.csv"),
  format = "Progenesis"
)

peak_table <- get_peak_table(data)