All Projects → quinlan-lab → STRling

quinlan-lab / STRling

Licence: MIT license
Detect novel (and reference) STR expansions from short-read data

Programming Languages

nim
578 projects
python
139335 projects - #7 most used programming language
groovy
2714 projects

Projects that are alternatives of or similar to STRling

livecore
A hardcore livecoding system for realtime audio synth.
Stars: ✭ 25 (-40.48%)
Mutual labels:  nim-lang
BACTpipe
BACTpipe: An assembly and annotation pipeline for bacterial genomics
Stars: ✭ 19 (-54.76%)
Mutual labels:  whole-genome-sequencing
ajax
Ajax wrapper for nim js backend
Stars: ✭ 18 (-57.14%)
Mutual labels:  nim-lang
nim-mathexpr
Tiny math expression evaluator library implemented in pure Nim
Stars: ✭ 58 (+38.1%)
Mutual labels:  nim-lang
Unchained
A fully type safe, compile time only units library.
Stars: ✭ 70 (+66.67%)
Mutual labels:  nim-lang
geoguessrnim
GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox
Stars: ✭ 17 (-59.52%)
Mutual labels:  nim-lang
loco
Loco: Localization Package for Nim Apps
Stars: ✭ 20 (-52.38%)
Mutual labels:  nim-lang
nim-contra
Lightweight Self-Documenting Design by Contract Programming and Security Hardened mode.
Stars: ✭ 46 (+9.52%)
Mutual labels:  nim-lang
nimSocks
A filtering SOCKS proxy server and client library written in nim.
Stars: ✭ 51 (+21.43%)
Mutual labels:  nim-lang
pipeline-structural-variation
Pipeline for calling structural variations in whole genomes sequencing Oxford Nanopore data
Stars: ✭ 104 (+147.62%)
Mutual labels:  whole-genome-sequencing
nim-presentation-slides
Nim Presentation Slides and Examples.
Stars: ✭ 30 (-28.57%)
Mutual labels:  nim-lang
nimfmt
Nim code formatter / linter / style checker
Stars: ✭ 75 (+78.57%)
Mutual labels:  nim-lang
genoiser
use the noise
Stars: ✭ 15 (-64.29%)
Mutual labels:  nim-lang
nim-package-directory
Nim package directory - documentation builder
Stars: ✭ 47 (+11.9%)
Mutual labels:  nim-lang
nim-mod
A Nim MOD player just for fun
Stars: ✭ 40 (-4.76%)
Mutual labels:  nim-lang
thermopi
A Nest-like intelligent thermostat implementation for the Raspberry Pi
Stars: ✭ 16 (-61.9%)
Mutual labels:  nim-lang
mity
mity: A highly sensitive mitochondrial variant analysis pipeline for whole genome sequencing data
Stars: ✭ 27 (-35.71%)
Mutual labels:  whole-genome-sequencing
adbscan
A @nim-lang utility for scanning IPs for unprotected ADB Android devices connected to the internet
Stars: ✭ 36 (-14.29%)
Mutual labels:  nim-lang
cinterop
A C/C++ interop library for the Nim programming language
Stars: ✭ 58 (+38.1%)
Mutual labels:  nim-lang
nim-new-backend
Template to create a new Backend for Nim, based on the JavaScript Backend, as minimalistic as possible to focus on codegen
Stars: ✭ 40 (-4.76%)
Mutual labels:  nim-lang

STRling logo

Build Status Documentation Status License

STRling Documentation

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 for installation and running instructions.

Citation

For more details able the algorithm check out our paper.

If using STRling, please cite:

Dashnow H, Pedersen BS, Hiatt L, Brown J, Beecroft SJ, Ravenscroft G, et al. STRling: a k-mer counting approach that detects short tandem repeat expansions at known and novel loci [Internet]. bioRxiv. 2021. Available from: doi:10.1101/2021.11.18.469113

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].