Analysis¶
Most analysis tools allow the grouping of data by categorical column values to summarize the underlying data. Grouping can be performed by single category or combination of multiple categories. Headers of categorical columns have a light blue background; all other column headers are displayed with a gray background.
The shown example table contains the following categorical columns that may be used for data grouping: Cell, Compartment, FOV, Treatment. Grouping by multiple categories follows a customizable hierarchical order.
Note
Changing the order of the grouping hierarchy changes ordering of rows of resulting data tables and data presentation in plots. The specific effects of different grouping hierarchies on data representation are analysis tool dependent and described with examples in the following subsections.
Icon |
Analysis Tool |
Description |
|---|---|---|
|
Calculates counts, min, max, mean, median, StDev, S.E.M, 25th percentile, and 75th percentile of grouped data. |
|
|
Converts input data to fold-change values relative to mean/median of reference group. |
|
|
Performs an analysis of a data series spread across multiple table columns. |
|
|
Categorizes data based on thresholded value bins in a specified table column. |
|
|
Performs a random forest classification analysis for grouped data. |
|
|
Reduces the dimensionality of dataset and outputs principal component values. |
|
|
Groups similar data points into clusters. |
|
|
Applies Kolmogorov–Smirnov test, to measure similarity between sample and theoretical distributions. |
|
|
Trains an autoencoder model on selected data features. |
|
|
Applies a pre-trained autoencoder model to data. |
|
|
Simulate.. |