Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lre1234
    Senior Member
    • Aug 2011
    • 110

    SNP Allele frequency data

    Hi All,
    I have a list of a few thousands SNP that I am trying to get the population allele frequency data for. Ideally, I would like the frequencies for all 26 of the populations within the 1000 genomes for these. I can't seem to find the information anywhere. Does anyone know where I may be able to get this?
    Thanks for your help
  • Emily_Ensembl
    Member
    • Dec 2013
    • 12

    #2
    You could try the Ensembl REST API variation POST endpoint. You'd need to chunk your list of variants into 200s but it would be relatively easy.

    Comment

    • lre1234
      Senior Member
      • Aug 2011
      • 110

      #3
      Thanks Emily_Ensembl.
      This API does work, but I am still looking to get the allele frequencies for all 26 subpopulations of the 1000 Genomes. This API seems to only give the main continental ancestries. I know that I can probably download all of the genotype information and calculate these myself, but I would have thought there would be a simple way too download the information from somewhere.

      Comment

      • Emily_Ensembl
        Member
        • Dec 2013
        • 12

        #4
        pops=1 should get you all 26 populations

        Comment

        • lre1234
          Senior Member
          • Aug 2011
          • 110

          #5
          Then I must be doing something wrong (quite likely ) . I'm trying it with the wget example:

          Code:
          wget -q --header='Content-type:application/json' --header='Accept:application/json' \
          --post-data='{ "ids" : ["rs56116432" ] }' \
          'http://rest.ensembl.org/variation/homo_sapiens' -O temp.out pops=1
          And only get this as the output:

          {"rs56116432":{"ambiguity":"Y","ancestral_allele":null,"minor_allele":"T","mappings":[{"allele_string":"C/T","start":133256042,"coord_system":"chromosome","assembly_name":"GRCh38","end":133256042,"strand":1,"seq_region_name":"9","location":"9:133256042-133256042"},{"strand":1,"seq_region_name":"CHR_HG2030_PATCH","end":133256189,"assembly_name":"GRCh38","location":"CHR_HG2030_PATCH:133256189-133256189","allele_string":"C/T","coord_system":"chromosome","start":133256189}],"MAF":0.00259585,"most_severe_consequence":"missense_variant","synonyms":["NM_020469.2:c.689G>A","NP_065202.2.Gly230Asp"],"evidence":["Frequency","1000Genomes","ESP","ExAC","TOPMed","gnomAD"],"source":"Variants (including SNPs and indels) imported from dbSNP","var_class":"SNP","name":"rs56116432"}}
          I've also tried it with other SNPs just to see if it was a SNP specific thing, but get similar outputs.

          Comment

          • lre1234
            Senior Member
            • Aug 2011
            • 110

            #6
            Then I must be doing something wrong (highly probable ). I'm trying it with the wget example:

            Code:
            wget -q --header='Content-type:application/json' --header='Accept:application/json' \
            --post-data='{ "ids" : ["rs56116432" ] }' \
            'http://rest.ensembl.org/variation/homo_sapiens' -O temp.out pops=1
            And I get:

            {"rs56116432":{"ambiguity":"Y","ancestral_allele":null,"minor_allele":"T","mappings":[{"allele_string":"C/T","start":133256042,"coord_system":"chromosome","assembly_name":"GRCh38","end":133256042,"strand":1,"seq_region_name":"9","location":"9:133256042-133256042"},{"strand":1,"seq_region_name":"CHR_HG2030_PATCH","end":133256189,"assembly_name":"GRCh38","location":"CHR_HG2030_PATCH:133256189-133256189","allele_string":"C/T","coord_system":"chromosome","start":133256189}],"MAF":0.00259585,"most_severe_consequence":"missense_variant","synonyms":["NM_020469.2:c.689G>A","NP_065202.2.Gly230Asp"],"evidence":["Frequency","1000Genomes","ESP","ExAC","TOPMed","gnomAD"],"source":"Variants (including SNPs and indels) imported from dbSNP","var_class":"SNP","name":"rs56116432"}}
            Unless I'm missing something in the output, all I see is the total MAF and not broken down by populations. I've also tried this with other SNPs and get similar results.

            Comment

            • Emily_Ensembl
              Member
              • Dec 2013
              • 12

              #7
              Try adding pops=1 to the URL, like:

              Code:
              wget -q --header='Content-type:application/json' --header='Accept:application/json' --post-data='{ "ids" : ["rs56116432" ] }' 'http://rest.ensembl.org/variation/homo_sapiens?pops=1' -O temp.out

              Comment

              • lre1234
                Senior Member
                • Aug 2011
                • 110

                #8
                That works. Thanks. I have a couple thousand to get the frequency for, so I can write some sort of wrap to let it go on and do them all.

                One last question, is there a way to limit the output to just the 1000 genomes populations only?

                Comment

                • Emily_Ensembl
                  Member
                  • Dec 2013
                  • 12

                  #9
                  No, you would need to parse your query response to limit the data in that way.

                  Comment

                  Latest Articles

                  Collapse

                  • 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
                  • SEQadmin2
                    Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                    by SEQadmin2


                    I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                    Here are nine questions we think about, in roughly the order they matter, before...
                    06-18-2026, 07:11 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, Today, 11:05 AM
                  0 responses
                  7 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-02-2026, 11:08 AM
                  0 responses
                  28 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-30-2026, 05:37 AM
                  0 responses
                  27 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-26-2026, 11:10 AM
                  0 responses
                  26 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...