- Must be normalized and debarcoded.
- All fcs files must have the same channels. It’s fixable though, when missing channels are not important ones.
- Pre-gating by using a few markers is recommended.
2023.
Press F11 for full screen mode
Fig. PCA - PRE
Shows batch-wise localization
Fig. PCA - POST
localization improved
metadata
panel list
A metadata and a panel list can be read from a csv(xslx) file or can be constructed as a data frame.
sce <- prepData(data_folder, panel = panel_list, md = metadata, features = panel_list$fcs_colname)
CATALYST library comes with useful internal commands for data manupulation/extraction and plot production.
Check marker expression profiles to see whether markers were active.
Umap
uwot::umap(matrix_4_umap, n_neighbors = 15, n_components = comp_numb, min_dist = mdist, n_threads = 32, n_epochs = 200, ret_nn = TRUE, ret_extra = "fgraph")
Leiden
leiden(uwot_graph, partition_type = "ModularityVertexPartition", weights = E(uwot_graph)$weight, resolution_parameter = rp)
Compare cluster-wise data in groups separated by metadata.