Skip to content

CECADBioinformaticsCoreFacility/MutantSets

Repository files navigation

MutantSets

Codecov test coverage R-CMD-check Lifecycle: experimental

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.

Use a hosted instance

You can use MutantSets at shinyapps.io

Documentation

Local R Installation

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

Example

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

Run on Renku

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.