Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 1 KB

README.md

File metadata and controls

32 lines (31 loc) · 1 KB

Prediction of read depth in whole blood Dual RNA-seq data from malaria patients

We developed a simple prediction tool that enables the user to estimate the likely proportion of reads that will map to parasite and host given basic information about the sample.

The web tool can be found in the directory shinyapp4. To run the app from R Studio, copy and paste the following code from the folder:

### run the application:
install.packages(c("shiny", 
                 "shinythemes", 
                 "shinyalert", 
                 "ggExtra",
                 "ggplot2",
                 "rmarkdown",
                 "plotly",
                 "knitr",
                 "lmtest",
                 "png"))
shiny::runGitHub("malaria-prediction", "burfel", subdir="shinyapp4")