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
-
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.
-
-
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
Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.
The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Sequencing the Two-Toed Sloth Genome Reveals Jumping Genes Tied to Its Extreme Metabolism
by SEQadmin2
Started by SEQadmin2, 06-09-2026, 11:58 AM
|
0 responses
25 views
0 reactions
|
Last Post
by SEQadmin2
06-09-2026, 11:58 AM
|
||
|
Started by SEQadmin2, 06-05-2026, 10:09 AM
|
0 responses
33 views
0 reactions
|
Last Post
by SEQadmin2
06-05-2026, 10:09 AM
|
||
|
Started by SEQadmin2, 06-04-2026, 08:59 AM
|
0 responses
39 views
0 reactions
|
Last Post
by SEQadmin2
06-04-2026, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
62 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
Comment