Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrc-ide/mipanalyzer

Filtering and analysis of MIP data
https://github.com/mrc-ide/mipanalyzer

Last synced: about 2 months ago
JSON representation

Filtering and analysis of MIP data

Awesome Lists containing this project

README

        

---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![develop checks](https://github.com/mrc-ide/PlasmoSim/workflows/checks_develop/badge.svg)](https://github.com/mrc-ide/PlasmoSim/actions)
[![master checks](https://github.com/mrc-ide/PlasmoSim/workflows/checks_master/badge.svg)](https://github.com/mrc-ide/PlasmoSim/actions)

MIPanalyzer
------------

`MIPanalyzer` is a tool for analyzing MIP (molecular inversion probe) data. It performs the following functions:

- Reading in raw data, usually in the form of a `vcf` file produced by [MIPwrangler](https://github.com/bailey-lab/MIPWrangler)
- Filtering samples and loci based on coverage, missingness, and other metrics
- Performing simple population genetic analyses, such as PCA and basic pairwise distance metrics

All documentation, including installation instructions and tutorials, are on [the MIPanalyzer website](https://mrc-ide.github.io/MIPanalyzer).

Version History
------------

The current release version of the software is v1.1.0, released 12 Dec 2023.

Contributors
------------
- [Bob Verity](https://github.com/bobverity)
- [OJ Watson](https://github.com/ojwatson)
- [Nick Brazeau](https://github.com/nickbrazeau)