This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Identify transcripts from genome positions

Hi,

I have a large list (20,000+ rows) of C. elegans genomic positions in three columns: chromosome, start position and end position.

Does anyone know how I can identify which transcripts (if any) overlap with each position?

Thanks!

genome

1 answer

Sounds like a job for bedtools, more preciously bedtools intersect

have you looked into that?

I haven't used bedtools before, I'll look into it. Thanks

Log in to answer this question.