View source: R/cell_annotation.R
cell_annotation_labels_fn | R Documentation |
SingleR::SingleR()
.SingleR::SingleR()
returns three types of cell labels. In the returned list from this function,
names of those are prefixed by a reference dataset's name and modified such that:
first.labels
("raw" labels) -> <reference_name>_labels_raw
labels
(fine-tuned, unpruned labels) -> <reference_name>_labels
pruned.labels
(fine-tuned and pruned labels) -> <reference_name>_labels_pruned
Pruned labels contain NA
s for low quality labels.
cell_annotation_labels_fn(cell_annotation)
cell_annotation |
(input target) A |
A named list. Output target: cell_annotation_labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.