Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
The level attribute of the pysam.PileupRead class
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
yorjo  
View profile  
 More options May 13 2010, 2:21 pm
From: yorjo <jor...@gmail.com>
Date: Thu, 13 May 2010 11:21:52 -0700 (PDT)
Local: Thurs, May 13 2010 2:21 pm
Subject: The level attribute of the pysam.PileupRead class
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,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas  
View profile  
 More options Jun 10 2010, 10:07 am
From: Andreas <andreas.he...@gmail.com>
Date: Thu, 10 Jun 2010 07:07:42 -0700 (PDT)
Local: Thurs, Jun 10 2010 10:07 am
Subject: Re: The level attribute of the pysam.PileupRead class
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.

Best wishes,
Andreas

On May 13, 7:21 pm, yorjo <jor...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »