powered by
get_peak_table() a wrapper function to return the peak table object of the given mpactr object.
get_peak_table()
get_peak_table(mpactr_object)
a data.table.
data.table
The mpactr object that is created by calling the import_data() function.
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