This is an R shiny app:
To view the supplementary data in this implementation of VIEWpoly please do the following:
- If you have devtools already installed you can skip the first line.
- Use devtools install_github() to install this specific verion of VIEWpoly.
- To run the customized version of VIEWpoly please run third line of code.
install.packages("devtools")
devtools::install_github("jeekinlau/viewpoly_tetraploid_rose_disease_paper_supplementary_data")
viewpoly::run_app()
From the Input data tab, you can choose which mapping population you want to look at.
From the QTL tab you can select the linkage groups you want to explore and the phenotypes that you want to explore.
If you want to inspect a few QTL or just one QTL highlight the QTL on the QTL profile by selecting a box around the triangles (the QTL peaks) and open up the effects dropdown to view the parental homolog effects.
After looking at the parental homolog effects, you can use the "Progeny Haplotypes" section to select or exclude any parental homologs at QTL positions and you get in return a list of progeny with or without parental alleles of interest.
This is another way to explore the supplementary data on shinyapps.io however, there is limited to 10 hours of server time per month thus if many people use this method the shiny app will not run http://jeekinlau.shinyapps.io/viewpoly_for_disease_paper
VIEWpoly
is a shiny app and R package for visualizing and exploring results from polyploid computational tools using an interactive graphical user interface. The package allows users to directly upload output files from polymapR, MAPpoly , polyqtlR, QTLpoly,
diaQTL and genomic assembly, variants, annotation and alignment files. VIEWpoly uses shiny, golem, ggplot2, plotly, and JBrowseR libraries to graphically display the QTL profiles, positions, alleles estimated effects, progeny individuals containing specific haplotypes and their breeding values. It is also possible to access marker dosage and parental phase from the linkage map.
This is a modified version of VIEWpoly specifically used to display suppplementary results for a paper. Please visit here for the proper VIEWpoly branch to see all of it's updates and current developments.