Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JXing-Lab/nanopore-sv-evaluation

Repository for the paper "Evaluating nanopore sequencing data processing pipelines for structure variation identification"
https://github.com/JXing-Lab/nanopore-sv-evaluation

Last synced: about 2 months ago
JSON representation

Repository for the paper "Evaluating nanopore sequencing data processing pipelines for structure variation identification"

Awesome Lists containing this project

README

        

[![DOI](https://zenodo.org/badge/187123521.svg)](https://zenodo.org/badge/latestdoi/187123521)

# nanopore-sv-evaluation

This is the code repository for the paper "Evaluating nanopore sequencing data processing pipelines for structure variation identification".

- scripts/download.sh: code for downloading the online data

- scripts/simulation.sh: code for genreating simulation datasets

- scripts/workflow.sh: code for running the aligners and SV callers

- scripts/integration.sh: code for consensus call set generation

- scripts/comparison.md: code for call set and true set comparisons

- scripts/coverage.sh: code for subsetting the reads and coverages analysis

- scripts/ML/gen_label.sh: code for generating labels for the random forest classifier

- scripts/ML/random_forest.py: code for the random forest classifier training, predicting, and evaluating