parse_data_by_ctypes {scITD} | R Documentation |
Parse main counts matrix into per-celltype-matrices. Generally, this should be done through calling the form_tensor() wrapper function.
Description
Parse main counts matrix into per-celltype-matrices. Generally, this should be done through calling the form_tensor() wrapper function.
Usage
parse_data_by_ctypes(container)
Arguments
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
Value
The project container with separate scMinimal objects per cell type in the container$scMinimal_ctype slot
[Package scITD version 1.0.4 Index]