Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tarteaga96
    Junior Member
    • Jun 2012
    • 3

    Hello, find a sequence in multifasta files

    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
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    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.

    Comment

    • tarteaga96
      Junior Member
      • Jun 2012
      • 3

      #3
      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

      • dariober
        Senior Member
        • May 2010
        • 311

        #4
        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

        Code:
        cd "C:/Program Files/blast+/ncbi-blast-2.2.26+/bin/"
        makeblastdb -in path/to/multifasta454.fa -dbtype nucl
        3- Blast your query file (genes) against the database above

        Code:
        blastn -query path/to/query.fa -db path/to/multifasta454.fa -out path/to/myoutput.blastout
        Blastn has a lot of options for fine tuning how you want to find matches and how to report results.

        Hope this helps

        Dario

        Comment

        • tarteaga96
          Junior Member
          • Jun 2012
          • 3

          #5
          Thank you Dario, I'll try.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          35 views
          0 reactions
          Last Post SEQadmin2  
          Working...