I need to align reads to contigs (both in fasta format). Preferably with visualization. I will appreciate suggestions of tools which can do this.
Unconfigured Ad
Collapse
X
-
Hi ojy,
you can try use Sequencher (http://genecodes.com/?referrer=20yea...FYdH3godv0BYyQ), in this case you will have mapping and visualization (use the demo version see if it fits your needs).
Another approach is to turn your reads from fasta to fastq (http://en.wikipedia.org/wiki/FASTQ_format),just stick them (reads) quality of 30 for each base and then you can use aligners for NGS (such as bowtie (http://bowtie-bio.sourceforge.net/index.shtml), bwa (http://bio-bwa.sourceforge.net/bwa.shtml) and then visualize your results with IGV-viewer (http://www.broadinstitute.org/igv/v1.2).
Ilia
-
FWIW, bowtie can handle fasta files as well. Just use the '-f' option:Originally posted by zhidkov.ilia View PostAnother approach is to turn your reads from fasta to fastq, just stick them (reads) quality of 30 for each base and then you can use aligners for NGS and then visualize your results with IGV-viewer (http://www.broadinstitute.org/igv/v1.2).
Code:bowtie-build -f contigs.fa contig_bowtie bowtie --sam -f contig_bowtie reads.fa
Comment
-
I use Bowtie as gringer suggested.
Then Tablet to view the sam file. It shows it as a big alignment that you can scroll though.
If you're a biologist (like me) it's worth seeing if your uni has an administered central bio-informatics server that you can use. Having someone else install everything is a massive help.
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
11 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
19 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
41 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
||
|
Started by SEQadmin2, 08-11-2026, 10:35 AM
|
0 responses
32 views
0 reactions
|
Last Post
by SEQadmin2
08-11-2026, 10:35 AM
|
Comment