Description Usage Arguments Value Examples
View source: R/cell_annotation.R
Cell type guess This function is a R adaptation from Alona similar python function. It uses PanglaoDB database
1 | cellType(markers, species = "mouse", pvalue = 0.05)
|
markers |
Dataframe with seurat marker predictions. |
species |
use mouse or human (default: "mouse") |
pvalue |
maximum pvalue for significancy on fisher test (default: 0.05) |
A list containing celltype predictions with adjusted p-values (fdr) and many other measures of performance. Output table is sorted by cluster and PPV (precision) as this one was the best classifier in some benchmarking datasets.
1 | celltypes(markers, species = "mouse", pvalue = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.