View source: R/Celltype_Verification.R
Celltype_Verification | R Documentation |
This function performs verification of predicted cell types by selecting high log2FC and high expression proportion genes and generates and generate the validation dotplot.
Celltype_Verification(
seurat_obj,
SlimR_anno_result,
assay = "RNA",
gene_number = 5,
colour_low = "white",
colour_high = "navy",
annotation_col = "Cell_type_SlimR"
)
seurat_obj |
A Seurat object containing single-cell data. |
SlimR_anno_result |
A list containing SlimR annotation results with: Expression_list - List of expression matrices for each cell type. Prediction_results - Data frame with cluster annotations. |
assay |
Enter the assay used by the Seurat object, such as "RNA". Default parameters use "assay = 'RNA'". |
gene_number |
Integer specifying number of top genes to select per cell type. |
colour_low |
Color for lowest expression level. (default = "white") |
colour_high |
Color for highest expression level. (default = "black") |
annotation_col |
Character string specifying the column in meta.data to use for grouping. |
A ggplot object showing expression of top variable genes.
Other Automated_Annotation_Workflow:
Celltype_Annotation()
,
Celltype_Calculate()
## Not run:
Celltype_Verification(seurat_obj = sce,
SlimR_anno_result = SlimR_anno_result,
assay = "RNA",
gene_number = 5,
colour_low = "white",
colour_high = "navy",
annotation_col = "Cell_type_SlimR"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.