Whole exome sequencing using Bowtie
3
0
Entering edit mode
7.5 years ago
garimav89 • 0

What is the best pipeline for Whole exome sequencing data analysis using Bowtie? Are there any scripts available?

sequencing next-gen snp Assembly • 4.2k views
ADD COMMENT
4
Entering edit mode
7.5 years ago

Hi

Answers to your question can vary depending on what you want to analyze.

If you are looking for open source platforms where you can directly perform end-to-end WES data analysis, then you can explore platforms such as SanGeniX and Galaxy. In both you can execute WES pipelines easily using the steps stated below. In Galaxy you can create pipeline by connecting each workflow step. In SanGeniX, you can use inbuilt WES analysis pipeline and run multiple samples in batch mode.

In any case, the steps usually involved are

  1. Checking of quality of sequence reads (FastQC, NGSQC)
  2. Mapping of reads against reference genome (Bowtie, BWA. Also explore https://omictools.com/read-alignment-category)
  3. Obtain mapping statistics (samtools, picard)
  4. Identification of snp (samtools, bcftools, GATK. Explore https://omictools.com/somatic-snp-detection-category)
  5. Annotation of identified variants (SnpEFF)
  6. Detection of indels (pindels and others Explore https://omictools.com/indel-detection-category)
  7. Copy number annotation (Explore https://omictools.com/cnv-annotation-category)
  8. Structural variant (Explore https://omictools.com/structural-variant-detection-category)

Thanks

Priyabrata

Persistent LABS

ADD COMMENT
0
Entering edit mode

sorry,

If I want to identify mutations in my cancer samples from exom-seq without having corresponding controls, what would be the pipeline?

ADD REPLY
1
Entering edit mode
7.5 years ago
Ron ★ 1.2k

Hi ,

Here is the post you can look at What Is The Best Pipeline For Human Whole Exome Sequencing?

If you want to specifically use Bowtie,here is the tutorial : http://www.cureffi.org/2012/09/07/an-alternative-exome-sequencing-pipeline-using-bowtie2-and-samtools/

ADD COMMENT
1
Entering edit mode
7.5 years ago
vakul.mohanty ▴ 270

The pipeline you will use largely depends on what you want to extract from the exomeseq. Do you want to genotype your samples, do you want to identify mutations or even copy numbers and structural variants? If you further explain what you want to achieve it will be easy for everyone here to provide a more detailed answer.

ADD COMMENT

Login before adding your answer.

Traffic: 1976 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6