DEploid-dev / DEploid-ShinyApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEploid-ShinyApp

License (GPL version 3)

DEploid-ShinyApp is an interactive web interface for DEploid (also available in R). DEploid is designed for deconvoluting mixed genomes with unknown proportions. DEploid-ShinyApp provides a user friendly interface to interact the deconvoluted haplotypes with specific population groups, and look up for existing drug resistance mutations and etc.

logo

Installation

Make sure you have the following R packages installed.

install.packages(c("shinythemes", "shinyjs", "shiny", "dplyr", "quantmod",
    "RCurl", "plotly", "ggplot2", "dygraphs", "DEploid", "leaflet", "stringr"))

Download DEploid-ShinyApp from the git repository,

$ git clone git@github.com:shajoezhu/DEploid-ShinyApp.git
$ cd DEploid-ShinyApp

launch R under the DEploid-ShinyApp directory and type the following:

shiny::runApp()

VCF file requirement

DEploid-ShinyApp require user to provide a VCF file. Assume all variants are PASS in the QUAL column, the VCF file also reqires the AD field. In the current implementation, DEploid-ShinyApp only take the first sample in the VCF file. DEploid-ShinyApp DO NOT handle multi-allelic variants, nor indels. The FILTER column will not be used.

Licence

You can freely use all code in this project under the conditions of the GNU GPL Version 3 or later.

Citation

If you use dEploid in your work, please cite the program:

Zhu, J. S. J. Almagro-Garcia G. McVean. (2017) Deconvoluting multiple infections in Plasmodium falciparum from high throughput sequencing data. bioRxiv 099499. doi: https://doi.org/10.1101/099499

About

License:GNU General Public License v3.0


Languages

Language:R 91.7%Language:HTML 8.3%