GithubHelp home page GithubHelp logo

nazeeefa / nanoswe Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 96 KB

NanoSwe: Analysing nanopore (PromethION) data of Swedish genomes

R 100.00%
nanopore-sequencing nanopore-data human-genomes variant-calling long-read-sequencing

nanoswe's Introduction

NanoSwe: Analysing PromethION Sequencing Data of Swedish Genomes πŸ‡ΈπŸ‡ͺ

Introduction

NanoSwe is a preliminary analysis toolkit for experiments that involve sequencing data from ONT's PromethION device. It has also been used for other long-read SweGen data (e.g. PacBio).

Bioinformatics ToolKit

Purpose Program
Quality Control NanoPlot for QC and NanoComp
Mapping to the reference Minimap2-2.14
Sorting, Indexing, and calculating statistics Samtools 1.9
Subsampling Sambamba 0.7.1
BAM QC Statistics Qualimap 2.2.1
Structural Variant Calling Sniffles 1.0.10
Data Extraction (VCF Files only) bcftools 1.9
Finding intersection in genomic regions Survivor 1.0.7
Evaluation of SVs Survivor 1.0.7 and surpyvor: 0.5.0
Removing control DNA sequences NanoLyse
Trimming Short Reads BBMap/BBTools
Homology Detection Blast 2.7.1+
Data Visualisation R version 3.5.3. See the scripts directory for information on libraries/packages used.

Nanopore Data: Post-Sequencing

Example tree structure of nanopore sequencing data files

β”œβ”€β”€ /basecalled/<sample>/<flowcell>/
β”‚   β”œβ”€β”€ fastq_0.fastq
β”‚   β”œβ”€β”€ fastq_850.fastq
β”‚   β”œβ”€β”€ sequencing_summary_0.txt
β”‚   β”œβ”€β”€ sequencing_summary_850.txt
β”‚   └── reads (1)
β”‚       β”œβ”€β”€ 0 (2)
β”‚       β”‚   β”œβ”€β”€ file_read_1_ch_90_strand.fast5
β”‚       β”‚   β”œβ”€β”€ file_read_41_ch_40_strand2.fast5
β”‚       β”‚   └── file_read_300_ch_40_strand2.fast5
β”‚       └── 850
β”‚           β”œβ”€β”€ file_read_1000_ch_200_strand.fast5
β”‚           β”œβ”€β”€ file_read_9000_ch_100_strand.fast5
β”‚           └── file_read_95000_ch_1000_strand2.fast5
└── /bin/

(1) Each folder contains ~8000 fast5 files
(2) fast5 file named e.g. PCT0001_YYYYMMDD_0001A20B002222C_{flowcell}_sequencing_run_{library_full_name}__read_{number}_ch_{number}_strand.fast5)

Nanopore Data: Post-Tidying

Example tree structure of data organisation

β”œβ”€β”€ /basecalled/<sample>/<flowcell>/
β”‚   β”œβ”€β”€ FASTQ_files
β”‚   β”‚   β”œβ”€β”€ fastq_0.fastq
β”‚   β”‚   └── fastq_850.fastq
β”‚   β”œβ”€β”€ sequencing_summary
β”‚   β”‚   β”œβ”€β”€ sequencing_summary_0.txt
β”‚   β”‚   └── sequencing_summary_850.txt
β”‚   β”œβ”€β”€ reads *
β”‚   β”‚   β”œβ”€β”€ 0 *
β”‚   β”‚   β”‚   β”œβ”€β”€ file_read_1_ch_90_strand.fast5
β”‚   β”‚   β”‚   β”œβ”€β”€ file_read_41_ch_40_strand2.fast5
β”‚   β”‚   β”‚   └── file_read_300_ch_40_strand2.fast5
β”‚   β”‚   └── 850
β”‚   β”‚       β”œβ”€β”€ file_read_1000_ch_200_strand.fast5
β”‚   β”‚       β”œβ”€β”€ file_read_9000_ch_100_strand.fast5
β”‚   β”‚       └── file_read_95000_ch_1000_strand2.fast5
β”‚   └── <sample>_analysis
β”‚       β”œβ”€β”€ reference_genome.fna
|       β”œβ”€β”€ reference_genome.fna.fai
β”‚       β”œβ”€β”€ Snakefile
β”‚       β”œβ”€β”€ /bam_files/
β”‚       β”œβ”€β”€ /vcf_files/
β”‚       └── /logs/
└── /bin/

Sub-folder content

./scRipts - R scripts created for visulisation of long read data.
commands.md - Tool commands used for different analyses.

Data Sources

Recommended Readings

Recommended Pipeline(s)

Citation

If you plan to use repository as a guide, simply and kindly mention the link https://github.com/Nazeeefa/NanoSwe for acknowledgment. To cite our publication, you can cite it as as shown below otherwise visit citeas.org to choose a different format. Thank you.

AMA Style

Fatima N, Petri A, Gyllensten U, Feuk L, Ameur A. Evaluation of Single-Molecule Sequencing Technologies for Structural Variant Detection in Two Swedish Human Genomes. Genes. 2020; 11(12):1444.

Chicago Style

Fatima, Nazeefa; Petri, Anna; Gyllensten, Ulf; Feuk, Lars; Ameur, Adam. 2020. "Evaluation of Single-Molecule Sequencing Technologies for Structural Variant Detection in Two Swedish Human Genomes." Genes 11, no. 12: 1444.

nanoswe's People

Contributors

nazeeefa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.