Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 728 Bytes

dbsinglecell

R-CMD-check

A collection of functions for processing single-cell RNAseq data that I am using constantly. I created this package to make these functions portable for myself. Use at your own risk.

Installation

If you so desire to use this package, install by using

remotes::install_github("dbrookeUAB/dbsinglecell")

To use HDSCAN or umap functions, you must install their respective python libraries by

library(dbsinglecell)
install_python_packages()

Cheers!