You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pysam User group
Hi,
What is the purpose of the level attribute in the PileupRead class?
The only documentation I can find on this is in the bam.h header of
samtools which says very little information:
@discussion See also bam_plbuf_push() and bam_lplbuf_push(). The
difference between the two functions is that the former does not
set bam_pileup1_t::level, while the later does. Level helps the
implementation of alignment viewers, but calculating this has some
overhead.
I tought that the level(Y-position) of each PileupRead would be pre-
calculated to prevent collision between reads. I wrote some code to
verify the PileupRead.level value and I don't understand the value
return by the module. Is it fully implemented and working?
Regards,
Andreas
unread,
Jun 10, 2010, 10:07:42 AM6/10/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pysam User group
Hi,
as far is I understand the level attribute gives the vertical (row)
placement
of a read in an alignment viewer to avoid reads overlapping in the
same row. Unless you want to write one, you can ignore this attribute.