I'm a Mol Biol resercher and I'm new handling sequences. I need to find sequences of specific genes in a multifasta file from Roche 454. How can I do it?. Is there software for this under Windows? Thaks
Unconfigured Ad
Collapse
X
-
Tags: None
-
Simplest way would be to use the "blast 2 sequences" tool from NCBI Blast search page. Go to http://blast.ncbi.nlm.nih.gov/ and then scroll down to "Specialized BLAST" section.
Select Align two (or more) sequences using BLAST (bl2seq). Both sequence files will need to be in the multi-fasta format though. You could also provide accession numbers, GI # for the genes you are looking for instead of the actual sequence.
-
Thanks, now I'm doing that, but it is very slow and we prefer perform alignments in a local machine. Is this possible in a Win platform?
Comment
-
Hello,
If you can handle a bit the command line, I think the minimal number of steps to run blast locally are:
1- Download blast executables for your system from
ftp://ftp.ncbi.nlm.nih.gov/blast/exe...blast+/LATEST/
2- Move to the directory where you have the executables. Prepare database of your 454 sequences (e.g. multifasta454.fa). On windows it could be something like
3- Blast your query file (genes) against the database aboveCode:cd "C:/Program Files/blast+/ncbi-blast-2.2.26+/bin/" makeblastdb -in path/to/multifasta454.fa -dbtype nucl
Blastn has a lot of options for fine tuning how you want to find matches and how to report results.Code:blastn -query path/to/query.fa -db path/to/multifasta454.fa -out path/to/myoutput.blastout
Hope this helps
Dario
Comment
-
Latest Articles
Collapse
-
by SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 11:05 AM
|
0 responses
10 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 11:05 AM
|
||
|
Started by SEQadmin2, 09-18-2026, 11:37 AM
|
1 response
35 views
0 reactions
|
Last Post
by pekgio
09-21-2026, 02:04 AM
|
||
|
Started by SEQadmin2, 09-16-2026, 10:23 AM
|
1 response
49 views
0 reactions
|
Last Post
by pekgio
09-21-2026, 02:12 AM
|
||
|
Started by SEQadmin2, 09-09-2026, 12:14 PM
|
0 responses
70 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
Comment