Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Rubal7
    Member
    • Jan 2012
    • 15

    Retrieving regions from VCF to run statistics

    Hello all,

    I am a beginner programmer analysing some data in VCF format.
    I have a .txt file, 'regions.txt' that contains a list of chromosomal positions in the format 1:3435245-34378385 (chromosome: then window coordinates).

    I would like to create a loop that does the following:
    For each line in regions.txt, extract this region from vcf.gz file, then run vcftools --window-pi on the region (all regions are 10kb in size) and export results to fileofresults.txt
    So that in the end there is a single text file with results for all the regions in the regions.txt file.

    If anyone knows how to do this or something similar your help is really appreciated. (Or if you know why this would not be possible please let me know!)

    Thanks in advance for your help.
  • casbon
    Junior Member
    • Sep 2011
    • 7

    #2
    Something like ...

    for $i in regions.txt; do tabix vcf.gz $i | vcftools --window-pi >> results.txt; done

    but my from memory bash is probably pretty inaccurate.

    Comment

    • Rubal7
      Member
      • Jan 2012
      • 15

      #3
      Thanks , it says $i not a valid variable, but I am troubleshooting

      Comment

      • Rubal7
        Member
        • Jan 2012
        • 15

        #4
        main problem seems to be that vcftools throws up error for VCF required for the --windows-pi command. Tabix retrieves the specified genomic region. Is the problem that there is no header line or perhaps does VCF tools not read old format VCF as we are using 1000 genomes pilot data with 0|0 instead of 0/0 format for genotypes.

        Any help appreciated!
        Last edited by Rubal7; 06-19-2012, 12:05 AM.

        Comment

        Latest Articles

        Collapse

        • mylaser
          Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by mylaser
          Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
          If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
          This guide explains everything you need to know about...
          Yesterday, 01:13 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        19 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Working...