Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shis
    Member
    • Apr 2014
    • 16

    #1

    Counting of SNPs in different genomic regions

    Hi,
    After annotating the SNP.vcf files using SnpEff v 4.2, I would like to count how many SNPs are found in different genomic regions such as upstream, gene, exon, intron, CDS, 5' UTR, 3' UTR, downstream and intergenic. To perform the SNPs count, I am looking for a program or perl- or python script for few days in different forums. I have annotated SNP.VCF and gene.txt file obtained from SNpEff. Can anyone help me - how can I count the number of SNPs found in different genomic regions? I would highly appreciate your help. Thanks
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    I've forgotten how SnpEff outputs information, but in general using 'grep -c' is a quick (but mostly manual) way.

    If you want to count lots of things at once, isolate out the categories (e.g. using 'cut'), then run 'sort' and 'uniq -c'. Alternatively, import the data into R and use 'table'.

    Comment

    • shis
      Member
      • Apr 2014
      • 16

      #3
      Thanks a lot Gringer. I used SnpSift Extract Fields to get the effect of SNPs in different regions. Then the number of SNPs in different regions are counted in Excel. Finally I got SNPs number in different genomic regions.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:05 AM
      0 responses
      8 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-13-2026, 12:22 PM
      0 responses
      32 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      38 views
      0 reactions
      Last Post SEQadmin2  
      Working...