View source: R/filter_pactr-accessors.R
get_group_averages | R Documentation |
get_group_averages()
is a wrapper function to return group averages
for the filtered peak table.
get_group_averages(mpactr_object)
mpactr_object |
The mpactr object that is created by calling the import_data() function. |
a data.table
reporting the average and relative standard
deviation across biological groups and technical replicates within
each group.
data <- import_data(
example_path("coculture_peak_table.csv"),
example_path("metadata.csv"),
format = "Progenesis"
)
data_filter <- filter_group(data, group_to_remove = "Blanks")
group_averages <- get_group_averages(data_filter)
head(group_averages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.