-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
junction score with paired-end data - is it # of reads or fragments? #170
Comments
Mani, I believe the counts are based on fragments, not reads. By the time we I'm copying Greg for confirmation, as he is more familiar with this part of Thanks, Mike On Tue, Apr 16, 2013 at 3:40 PM, nmanik [email protected] wrote:
|
That's correct, they are FPKM's. Mike we should change this on our On Wed, 17 Apr 2013, Mike DeLaurentis wrote:
|
Thanks Mike & Greg for clarifying this! One more clarification - I think Greg meant fragment counts and not FPKM (as FPKM would mean fragment count normalized by total number of reads and length of covered region -- I don't think the score in the junctions-high-quality.bed files involve any normalization). |
Right, the raw counts are fragment counts. On Wed, 17 Apr 2013, nmanik wrote:
|
Hi Mike,
I hope you're doing well. I'm back again after a hiatus, with a simple question this time. From user guide/wiki, I see that score in junctions_high-quality.bed "is the number of uniquely mapping reads crossing the junction with at least 8 bases on each side."
If I've paired-end data, is this score the number of reads or fragments crossing the junction? I would like to get the count of fragments, as it avoids overcounting when fragments are short (and hence both left and right mate reads cross the junction).
If RUM only reports reads, do you have plans for reporting fragments or any recommendations on how I can get fragment count (possibly from some other output file or which code should I look into)?
Thanks,
Mani
The text was updated successfully, but these errors were encountered: