Skip to content

An easy-to-use R wrapper function to run celltype identifiers for single-cell RNA-seq data

Notifications You must be signed in to change notification settings

combio-dku/RCTIcollection

Repository files navigation

RCTIcollection: an easy-to-use wrapper function to run celltype identifiers in R

  • The package provides an easy-to-use R wrapper function to run various celltype identifiers for single-cell RNA-seq data.

  • It was used to obtain the results in the following papers.

Supported celltype identifiers

Requirements & Installation

  • Python 3.8 or later

  • R 4.0.2 or later

  • Required python packages: numpy, pandas, scikit-learn, scipy, scikit-network, MarkerCount (HiCAT is bundled with MarkerCount) (can be installed using pip install <package name>) (see git repo. https://github.com/combio-dku/HiCAT and https://github.com/combio-dku/MarkerCount)

  • Required R packages: igraph, scater, xgboost, SingleCellExperiment, dplyr, stringr, preprocessCore, Seurat, org.Hs.eg.db, scuttle, SingleR, CHETAH, scmap, SCINA, scSorter, garnett, scCATCH, reticulate

  • Once requirements are met, RCTIcollection can be installed using the following command in R:

    1. run R
    2. run devtools::install_github("combio-dku/RCTIcollection") in R

Using the package

See the jupyter notebook provided in this repo. (RCTIcollection_example.ipynb)

Contact

Send email to syoon@dku.edu for any inquiry on the usages.

About

An easy-to-use R wrapper function to run celltype identifiers for single-cell RNA-seq data

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published