Skip to content

burfel/malaria-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Project2 of MSc Bioinf/TSB, IC London

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published