-
Notifications
You must be signed in to change notification settings - Fork 24
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
read assignment information #445
Comments
Hi Andre, thank you for super quick response, My bam file contains the read IDs, so I don't think that's the issue. This is what my metadata looks like for the final output
Here's a snippet of my intermediate read class file
If a read is partially assigned to multiple isoforms using EM, what would be the usecase for readToTranscript mapping if I may ask? Also, by other tools, do you mean tools that use the reference transcriptome instead of genome? Best, |
Hi Sowmya, The intermediate file looks fine to me too, so seeing that final output is very strange. Are you able to run bambu using the test data with trackReads on to see if that works? Regarding your final question. The reason we implemented the trackReads option in the first place was we were entering the LRGASP evaluation which required a read to transcript map as one of the submission requirements. Despite it not being useful for quantification we realized there were use cases where it was useful such as identifying the reads that are assigned to novel transcripts to then extract them and do single molecule analysis such as looking for RNA modifications. Kind Regards, |
hi Andre, Thanks for your answer. I am re-running bambu, and I see a new warning I haven't see before and the read classes end up not getting produced. Here's my code:
Here's the warning
Here's my session info:
Let me know if you have any suggestions! Thanks! |
Hi there,
I am using
bambu 3.4.0
for quantification. I am curious about the read to transcript assignment, so I used the function mentioned in the documentmetadata(se)$readToTranscriptMaps[[1]]
, but I don't find thereadID
column while the other columns are present. I tried the multi-sample approach where first, I generated the read class withtrackReads = TRUE
and then, performed quantification from the intermediate files.
Would be great to have more insights on this.
Thanks,
Sowmya
The text was updated successfully, but these errors were encountered: