Align Reads from PacBio
2
0
Entering edit mode
5.9 years ago
pthom010 ▴ 40

I have a gene of interest (about 3000 bps) in several genotypes of a plant I did PCR on. The PCR products were then sequenced using PacBio sequencing and I received my sequencing reads in a file containing multiple fasta files for each individual genotype. I want to align these reads to get a consensus sequence for the genotype and then compare the consensus sequences with each other. What would be the best program to use and would it be possible to use something with a GUI?

sequencing alignment • 3.1k views
ADD COMMENT
2
Entering edit mode

Hi, recent issue of nature has very nice article talking about 3rd generation sequencing (e.g PacBio, Oxford nanopore etc. ) and available tools for various bioinformatics analysis. Look in to the Table2 of the article. Probably, you will find the solution.

ADD REPLY
0
Entering edit mode

+1 for sharing the article Chirag. Thanks!

ADD REPLY
0
Entering edit mode
5.9 years ago
Tm ★ 1.1k

You can align your pacbio data with 'bbmap mapPacBio.sh' or 'bwa mem' to reference gene sequence. However, mapPacBio can very well handle raw PacBio reads with high error rates. Have a look at this previous post.

ADD COMMENT
0
Entering edit mode
5.9 years ago

I suggest minimap2: https://github.com/lh3/minimap2

and would it be possible to use something with a GUI?

Nope, but a command line is not that bad and it's better to bite the bullet now and spend some time with it to get comfortable. You'll thank yourself in the future.

ADD COMMENT

Login before adding your answer.

Traffic: 1870 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