View source: R/CELESTA_functions.R
GetFinalInferredCellTypes | R Documentation |
Get final cell types and writes two files: the final cell type assignments and the anchor cell type assignments.
GetFinalInferredCellTypes( project_name, total_rounds, current_cell_type_assignment, anchor_cell_type_assignment, prior_info, lineage_info, coords, original_exp, save_result = T )
total_rounds |
the maximum round |
current_cell_type_assignment |
the current cell type assignments (number_cells x total_rounds) |
anchor_cell_type_assignment |
the anchor cell type assignments |
prior_info |
user-defined cell-type signature matrix. The data should contain two columns (name X and Y) for the x, y coordinates and a column for each protein marker. Each row represents the data for a single cell, including its x, y coordinates and expression for each protein marker. |
lineage_info |
the lineage information from |
coords |
the x, y coordinates of each cell |
original_exp |
original protein marker expression (containing only the
protein markers specified in |
save_data |
whether or not to save the final cell type assignment and anchor cell assignment results |
the final cell type assignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.