The goal of MutantSets is to permit the exploration of the results of whole genome sequencing and mutation calling in C. elegans, with the goal of identify candidate mutations responsible for phenotypes in genetic screens though mapping by sequencing.
You can use MutantSets at shinyapps.io
You can install the released version of MutantSets from github with:
remotes::install_github("CECADBioinformaticsCoreFacility/MutantSets")
NB on more recent R versions there may be issues install the vcfR
package if this is an issue when you attempt to install this package please try installing vcfR
from source with:
remotes::install_github("knausb/vcfR")
To start the app run:
MutantSets::launchApp()
For instructions on how to prepare data for use in this app see the vignette:
vignette("Generating-input", package = "MutantSets")
https://renkulab.io/projects/racton/mutantsets
You can Run MutantSets without installing it on your local machine by going to it's page on Renkulab.io and hitting start, it will take a minute to get spun up but should work just fine after that. Click open to view in full screen.