Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

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


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


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


        • #5
          Thank you Dario, I'll try.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Best Practices for Single-Cell Sequencing Analysis
            by seqadmin



            While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
            Yesterday, 07:15 AM
          • seqadmin
            Latest Developments in Precision Medicine
            by seqadmin



            Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

            Somatic Genomics
            “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
            05-24-2024, 01:16 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 08:18 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 08:04 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-03-2024, 06:55 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-30-2024, 03:16 PM
          0 responses
          27 views
          0 likes
          Last Post seqadmin  
          Working...
          X