Tabix Query - End Of Chromosome.
1
0
Entering edit mode
12.2 years ago

Greetings all,

Tabix perl API documentation is sparse. I have been using it to grab chromosomes as a whole so far. Is there a way to have Tabix return the last 500kb of a chromosome without a priori knowledge of the chromosome length?

I want to avoid providing sequence length information to my script.

tabix perl api • 2.5k views
ADD COMMENT
1
Entering edit mode
12.2 years ago
lh3 33k

Unfortunately, this is not possible. BED/GFF/VCF/... does not tell tabix the chromosome lengths.

ADD COMMENT
0
Entering edit mode

Time for tabix 2.0 :-). The index file should contain the offset for the last SNP observed on a feature. It would also be nice if it could pull N SNPS (i.e. first 100 SNPs or last 100 SNPs ect.)

ADD REPLY

Login before adding your answer.

Traffic: 1959 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6