Skip to content
/ dseqr Public

single-cell and bulk RNA-seq analyses from counts → pathways → drug candidates.

License

Unknown, MIT licenses found

Licenses found

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

hms-dbmi/dseqr

Repository files navigation

CI DOI

Dseqr

End-to-End RNA-Seq Analysis

Dseqr is a web application that helps you run 10X single-cell and bulk RNA-seq analyses from fastq → pathways → drug candidates.

💡 Read the Docs →

Local setup with Docker

# pull image
docker pull alexvpickering/dseqr --platform linux/amd64

# make directory to store data
mkdir dseqr_data

# run at http://0.0.0.0:3838/ and keep data on exit
docker run -v $(pwd)/dseqr_data:/srv/dseqr \
-p 3838:3838 \
alexvpickering/dseqr R -e 'library(dseqr); run_dseqr("example", "/srv/dseqr")'

About

single-cell and bulk RNA-seq analyses from counts → pathways → drug candidates.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published