Skip to content

An R package for Scoring and Marker Selection Based on Modified TF-IDF

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

DavisLaboratory/smartid

Repository files navigation

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")

About

An R package for Scoring and Marker Selection Based on Modified TF-IDF

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages