Skip to content

Cristianetaniguti/Reads2MapApp

Repository files navigation

Development R-CMD-check



Reads2Map App

This shiny app plots graphics for descriptive analyses of the datasets generated by the Reads2Map workflows. Upload your results in the Upload data session.

Each icon at the left corner of this page points to a different dataset and produces interactive plots.

By now, only one chromosome is evaluated in both workflows. However, the EmpiricalReads2Map workflow also provide the complete VCF file to users reproduce only the chosen pipeline in the other chromosomes. Therefore, users can select the best pipeline using one chromosome and apply it to the others without spent all the time and computer resources needed to compare all the methods for all chromosomes. We showed an example of Reads2Map workflows usage in Quickstart

How to use

warning: The App current version is 0.0.2, it is compatible with Reads2Map workflows:

  • SimulatedReads2Map_v1.0.2 or above
  • EmpiricalReads2Map_v1.5.1 or above
  • EmpiricalMap_v1.3.1 or above
devtools::install_github('Cristianetaniguti/Reads2MapApp')
Reads2MapApp::run_app()

Reads2MapApp versions

We adapt the Reads2MapApp according to Reads2Map updates, if you have datasets from older versions of Reads2Map, use the compatible docker images Reads2MapApp version:

Reads2Map workflow workflow version Reads2MapApp version
SimulatedReads2Map 1.0.2 0.0.1
EmpiricalReads2Map 1.5.0 0.0.1
EmpiricalMap 1.3.0 0.0.1
EmpiricalReads2Map 1.5.1 0.0.2
EmpiricalMap 1.3.1 0.0.2

To download and deploy the image use:

docker pull cristaniguti/reads2mapapp:0.0.2  
docker run --rm -e USERID=$(id -u) -e GROUPID=$(id -g) -p 8085:80 -e DISABLE_AUTH=true cristaniguti/reads2mapapp:0.0.2

This will make the container available in port 8085 (choose other if you prefer). After, you just need to go to your favorite browser and search for <your_localhost>:8085 (example: 127.0.0.1:8085). That is it! Everything you need is there.

How to cite

About

Shiny app to evaluate Reads2Map workflows results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages