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

https://github.com/quinlan-lab/strling

Detect novel (and reference) STR expansions from short-read data
https://github.com/quinlan-lab/strling

hacktoberfest nim-lang short-tandem-repeats str whole-genome-sequencing

Last synced: 13 days ago
JSON representation

Detect novel (and reference) STR expansions from short-read data

Awesome Lists containing this project

README

        

![STRling logo](docs/strling-logo-webres.png)

[![Build Status](https://travis-ci.com/quinlan-lab/STRling.svg?branch=master)](https://travis-ci.com/quinlan-lab/STRling)
[![Documentation Status](https://readthedocs.org/projects/strling/badge/?version=latest)](https://strling.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

__[STRling Documentation](https://strling.readthedocs.io/en/latest/)__

STRling (pronounced like “sterling”) is a method to detect large STR expansions from short-read sequencing data. It is capable of detecting novel STR expansions, that is expansions where there is no STR in the reference genome at that position (or a different repeat unit from what is in the reference). It can also detect STR expansions that are annotated in the reference genome. STRling uses kmer counting to recover mis-mapped STR reads. It then uses soft-clipped reads to precisely discover the position of the STR expansion in the reference genome.

## Install and Run STRling

Please see the [STRling Documentation](https://strling.readthedocs.io/en/latest/) for installation and running instructions.

## Citation

For more details able the algorithm check out our paper.

If using STRling, please cite:

Dashnow, H., Pedersen, B.S., Hiatt, L. et al. STRling: a k-mer counting approach that detects short tandem repeat expansions at known and novel loci. Genome Biol 23, 257 (2022).