Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Library Htsjdk to query a vcf file

    I'm using
    Code:
    VCFFileReader file= new VCFFileReader(file.vcf, file.vcf.gz.tbi, true)
    to open a file and then
    Code:
     CloseableIterator<VariantContext> vc = file.query("10", 77162995, 131048262)
    to query specific regions of the file.
    The problem is that when I choose a region in the middle or the end of the chromosome the method doesn't return anything. For the region starting at position 77162995 and end at 131048262 it doesn't work.

  • #2
    Which organism is it? What is actually the length of your chromosome 10? For Human, it should work, for mouse, since you are requesting out of the chromosome 10, I am not surprised it doesn't...
    Last edited by SylvainL; 02-23-2016, 05:09 AM.

    Comment


    • #3
      It's for human. Chromosome is from 47588 to 133787425. If I search in the beginning of the chromosome, it gives no problem. But if I search in the middle it does not return anything.
      Last edited by binfoUser; 02-23-2016, 05:16 AM.

      Comment


      • #4
        Where did you get the genome? ENSEMBL (names of chromosomes without "chr"), UCSC (then it should be "chr10")?

        Does this function work if you request for example?
        vc = file.query("10", 995, 48262)

        edit: our posts got crossed...

        Did you try to request a shorter sequence?

        Comment


        • #5
          Yes it does. The first result is 47588 and the last 48249.

          Comment


          • #6
            Are you sure you have variant in this region?

            Comment


            • #7
              Each line represents a variant found in the DNA sequence, so if I specify a region present in the file the algorithm has to return that region.
              It's strange not to work for the whole file.
              Last edited by binfoUser; 02-23-2016, 10:00 AM.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM
              • seqadmin
                Understanding Genetic Influence on Infectious Disease
                by seqadmin




                During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                09-09-2024, 10:59 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              0 responses
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-26-2024, 12:57 PM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Working...
              X