View source: R/cell_annotation.R
cell_annotation_fn | R Documentation |
SingleR::SingleR()
.A new list column cell_annotation
is added to cell_annotation_params
, containing the returned
DataFrame
s (one for each reference dataset) from SingleR::SingleR()
.
train_params
and classify_params
in cell_annotation_params
are passed to SingleR::SingleR()
, and internally
to SingleR::trainSingleR()
and SingleR::classifySingleR()
, respectively.
Label pruning is performed via SingleR::pruneScores()
after calling SingleR::SingleR()
, with parameters defined in
cell_annotation_params$prune_score_params
.
cell_annotation_fn(
cell_annotation_params,
sce_test,
BPPARAM = BiocParallel::SerialParam()
)
cell_annotation_params |
(input target) A |
sce_test |
(input target) A |
BPPARAM |
A BiocParallel::BiocParallelParam object. |
A tibble
. Output target: cell_annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.