View source: R/mpactr-accessors.R
get_meta_data | R Documentation |
get_meta_data()
a wrapper function to return the meta data object
of the given mpactr object.
get_meta_data(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"
)
meta_data <- get_meta_data(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.