View source: R/mpactr-accessors.R
get_peak_table | R Documentation |
get_peak_table()
a wrapper function to return the peak table
object of the given mpactr object.
get_peak_table(mpactr_object)
mpactr_object |
The mpactr object that is created by calling the import_data() function. |
a data.table
.
data <- import_data(
example_path("coculture_peak_table.csv"),
example_path("metadata.csv"),
format = "Progenesis"
)
peak_table <- get_peak_table(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.