aggregate | R Documentation |
aggregate
aggregates data based on the specified aggregation method.
aggregate(
sqlite_file,
output_file,
compartments = c("cells", "cytoplasm", "nuclei"),
operation = "mean",
strata = c("Metadata_Plate", "Metadata_Well"),
image_table = "image",
image_variables = NULL,
variables = "all",
univariate = TRUE
)
sqlite_file |
SQLite database storing morphological profiles. |
output_file |
Output file for storing aggregated profiles. |
compartments |
Optional character vector specifying cellular compartments. default: |
operation |
Optional character string specifying method for aggregation, e.g. |
strata |
Character vector specifying grouping variables for aggregation. default: |
image_table |
Optional character string image table name. default: |
image_variables |
Optional character vector specifying observation variables in image table. default: |
variables |
Optional character vector specifying observation variables. default: |
univariate |
Optional boolean specifying whether aggregation function is univariate (vs multivariate). default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.