Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • NCBI Blast Automation

    Hi! I am new at programming (study back in college) and biotech field. I am task to write a program that will do a sequence blast against NCBI database and return top 10 results.

    1) I was thinking about using NCBI Blast WSDL and when someone enter the sequence into Oracle DB. It will go to NCBI and return the sequence result.

    2) Java NCBI blast client, export all the sequence at night and do batch blast against NCBI blast.

    3) Any other ways someone think it is better route.

    So, if anyone know which way is better or know the script to do it, please let me know.

    Thank you!!!
    Andy

  • #2
    NCBI offers an example perl script to do a batch blast http://www.ncbi.nlm.nih.gov/IEB/Tool...t/web_blast.pl

    And if you're going to use it, remember this part:
    Please do not submit or retrieve more than one request every two seconds.
    Cause if you are too greedy, they may block you for some time
    Last edited by WhatsOEver; 07-10-2014, 11:37 PM.

    Comment


    • #3
      Hi, NCBI offers blast+ for this: http://blast.ncbi.nlm.nih.gov/Blast...._TYPE=Download
      which is what I use. You can then blast a file of sequences using a command like this:
      Code:
      blastx -db nr -query contigs.fa -evalue 10 -matrix 'BLOSUM62' -word_size 3 -gapopen 11 -gapextend 1 -max_target_seqs 3 -outfmt "10 std stitle" -out ../results/blast/blast-002.csv -remote

      Comment


      • #4
        If you expect to do this regularly (and with lots of sequences) then setting up local blast (along with regular download of blast indexes) may the thing to do.

        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
        21 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