cellType: Cell type guess This function is a R adaptation from Alona...

Description Usage Arguments Value Examples

View source: R/cell_annotation.R

Description

Cell type guess This function is a R adaptation from Alona similar python function. It uses PanglaoDB database

Usage

1
cellType(markers, species = "mouse", pvalue = 0.05)

Arguments

markers

Dataframe with seurat marker predictions.

species

use mouse or human (default: "mouse")

pvalue

maximum pvalue for significancy on fisher test (default: 0.05)

Value

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.

Examples

1
celltypes(markers, species = "mouse", pvalue = 0.01)

ramonvidal/punyplatypus documentation built on May 27, 2020, 7:34 p.m.