Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Blast+ database with gene annotation

    Hello,

    I have been trying for the last few days to make a blast database (with blast+ tools) that would contain the gene information from a genebank file. Is it possible to do that with blast+ or with bioperl?
    I have been looking at bioperl and it looks like you can add the annotation information to a sequence object, but I don't relly understand which object should I use. There is not a lot of information on this, not even in the bioperl docs.

    Thanks,
    Andrei

  • #2
    Andrei,

    BLAST databases aren't designed to contain a large amount of annotation about a sequence, and you can't create one directly from a GenBank file. The input to makeblastdb must be a FASTA formatted file (or an existing BLASTDB you want to alter). The text on the definition (description) line for each sequence is stored in the BLASTdb but just as a plain text string.

    The more reasonable approach would be to read the accession or gi numbers from the BLAST hits and then use those to query GenBank or a local database for annotation.

    Comment


    • #3
      OK, so blast+ does not do this automatically. Then I should be able to do this with bioperl. There should be an object that can get the genbank information from a file and then you could compare it to a SeqIO object that contains the corresponding sequence.

      What I want to do is compare a query sequence to a blast database and see which gene from that database corresponds to that query. Also print out the parcentage of the matching nucleotides.

      In order to do this I think I must first get the sequence for each gene that is found in the genebank file from the blast database. Then BLAST my query sequence against the gene sequences and get the one that matches the best.

      Does this make any sense to anyone else?

      Andrei

      Comment


      • #4
        Why not follow kmcarr's suggestion - first Blast, then lookup the accessions in a annotation file or db?

        That's how I'd do it too.

        Comment


        • #5
          And how do I do that? The computer that I am working from has no internet connection, so I have to download all the genbank files that contain the gene information. I can make a local database from them too, as you can make with the fasta sequences?
          Last edited by andreitudor; 03-03-2011, 08:32 AM.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          22 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X