Return the peak table data.table from the mpactr object.
Source:R/mpactr-accessors.R
get_peak_table.Rd
get_peak_table()
a wrapper function to return the peak table
object of the given mpactr object.
Examples
data <- import_data(
example_path("coculture_peak_table.csv"),
example_path("metadata.csv"),
format = "Progenesis"
)
peak_table <- get_peak_table(data)