Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.68 KB

smartid: Scoring and MARker identification method based on modified Tf-IDf

R-CMD-check Coverage status BioC status

An R package for automatically identify group specific signature and score cells based on given gene sets on scRNA data.

smartid is an R package designed for automated identification of signatures of interest. The package is developed for generating specific signature genes from multiple groups based on modified TF-IDF approach, which is good at finding markers for rare populations and pay more attention to the genes without high expression but with high variance across groups.

This package is particularly useful for the marker identification of novel or rare group populations in various biological and medical applications, including cancer research and developmental biology.

Check out the standard demonstration.

Installation

You can install the development version of smartid like so:

# install from GitHub
devtools::install_github("DavisLaboratory/smartid")

smartid can be installed from Bioconductor directly as follows:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("smartid")