View source: R/aggregate-functions.R
aggregate_metadata | R Documentation |
Groups metadata by the specified grouping keys and returns a
summary of info for each group. For more details on how to use this function:
vignette("workflow_start", package = "ISAnalytics")
aggregate_metadata(
association_file,
grouping_keys = c("SubjectID", "CellMarker", "Tissue", "TimePoint"),
aggregating_functions = default_meta_agg(),
import_stats = lifecycle::deprecated()
)
An aggregated data frame
Other Data cleaning and pre-processing:
aggregate_values_by_key()
,
compute_near_integrations()
,
default_meta_agg()
,
outlier_filter()
,
outliers_by_pool_fragments()
,
purity_filter()
,
realign_after_collisions()
,
remove_collisions()
,
threshold_filter()
data("association_file", package = "ISAnalytics")
aggreg_meta <- aggregate_metadata(
association_file = association_file
)
head(aggreg_meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.