wcit: A "which cell is that" function.

Description Usage Arguments Value Examples

View source: R/wcit.R

Description

This function allows you to infer the cell identity from a list of putative markers

Usage

1
wcit(markers, panglao = TRUE, CellMarkers = TRUE)

Arguments

markers

A vector containing the gene markers in Gene Symbol format, for humans

panglao

A boolean determining if panglaoDB is going to be used or not. Defaults to TRUE

CellMarkers

A boolean determining if CellMarkersDB is going to be used or not. Defaults to TRUE

Value

A list of putative cell types

Examples

1
2
3
# B cell markers
  markers <- c("CD79A", "CD79B", "MS4A1")
  marker_hits <- wcit(markers)

lubianat/wcit documentation built on Dec. 5, 2019, 7:17 p.m.