Entering edit mode
6.5 years ago
bd2810
•
0
I know the read_ids of my reads, but I want to know, i.e. "chr1:100-120". Therefore I'm trying to access the read from a bam/sam file using the read id but I have not had any luck with pysam so far. Does anyone know how I could do this?
It's always clearer with an example. Do you want to access the sequence of your read using
chr1:100-120
or the possible gene at this position ?Could you detailed this please :