Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • binfoUser
    replied
    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.

    Leave a comment:


  • SylvainL
    replied
    Are you sure you have variant in this region?

    Leave a comment:


  • binfoUser
    replied
    Yes it does. The first result is 47588 and the last 48249.

    Leave a comment:


  • SylvainL
    replied
    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?

    Leave a comment:


  • binfoUser
    replied
    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.

    Leave a comment:


  • SylvainL
    replied
    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.

    Leave a comment:


  • binfoUser
    started a topic Library Htsjdk to query a vcf file

    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.

Latest Articles

Collapse

  • seqadmin
    Exploring the Dynamics of the Tumor Microenvironment
    by seqadmin




    The complexity of cancer is clearly demonstrated in the diverse ecosystem of the tumor microenvironment (TME). The TME is made up of numerous cell types and its development begins with the changes that happen during oncogenesis. “Genomic mutations, copy number changes, epigenetic alterations, and alternative gene expression occur to varying degrees within the affected tumor cells,” explained Andrea O’Hara, Ph.D., Strategic Technical Specialist at Azenta. “As...
    07-08-2024, 03:19 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 06:46 AM
0 responses
9 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-24-2024, 11:09 AM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-19-2024, 07:20 AM
0 responses
160 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-16-2024, 05:49 AM
0 responses
127 views
0 likes
Last Post seqadmin  
Working...
X