Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 788 Bytes

ELeFHAnt-Shiny

ELeFHAnt: A supervised machine learning approach for label harmonization and annotation of single cell RNA-seq data (Shiny App)

Launch App

Please access the app using: https://elefhant.research.cchmc.org/

OR

if (!require("shiny")) install.packages("shiny", repos="http://cran.us.r-project.org") library(shiny) runGitHub("ELeFHAnt-Shiny", "praneet1988", launch.browser = TRUE, ref="main")

Citation

Please cite our preprint: https://www.biorxiv.org/content/10.1101/2021.09.07.459342v1 when using ELeFHAnt in your research.

Bugs/Issues

Please report bugs, issues and improvements using the issues section of the GitHub page.

Contribute to Code

Please open a pull request to contribute to existing code in terms of improvements / new features / bug removal.