knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

celltype

The goal of celltype is to use a dictionary of cell types to identify the identity of each cell in single cell RNA-seq data. You can check about celltype usage by checking the package web site: https://ddiez.github.io/celltype

Installation

You can install the development version of celltype from Github with:

remotes::install_github("ddiez/celltype")


ddiez/celltype documentation built on May 8, 2020, 9:34 p.m.