Learn R Programming

mpactr (version 0.1.0)

get_peak_table: Return the peak table data.table from the mpactr object.

Description

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

Usage

get_peak_table(mpactr_object)

Value

a data.table.

Arguments

mpactr_object

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

Examples

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

peak_table <- get_peak_table(data)

Run the code above in your browser using DataLab