Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • AmitL
    Member
    • Aug 2011
    • 36

    DBSNP - Accessing through script

    Hi all,
    I'm trying to create a Python script that would query DBSNP automatically using rs identifiers.
    Is there a Python / Linux bash command to query DBSNP? If not, how can I still send a query through a script?

    Thanks a lot,
    Amit
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    If you're querying only a few (or a few thousand), then you can use Entrez utilities:

    Please see the E-utilities Introduction video for a brief introduction.


    If a task requires searching for and/or downloading a large number of records, it is much more efficient to use the Entrez History to upload and/or retrieve these records in batches rather than using separate requests for each record. Please refer to Application 3 in Chapter 3 for an example. Many thousands of IDs can be uploaded using a single EPost request, and several hundred records can be downloaded using one EFetch request.
    For larger queries, you're probably better off creating a local instance of the dbSNP database:

    ftp://ftp.ncbi.nih.gov/snp/database/...ocal_dbSNP.txt

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 10:09 AM
    0 responses
    10 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    20 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Working...