how to find relavent gene of incompatible aligned reads? #399
Replies: 7 comments
-
Hi, The gene ids for incompatible read counts can be found in the metadata of the output summarized experiment object. If you want to track exactly which reads are aligned as incompatible it is a bit more convoluted. First you need to run Bambu with trackReads = TRUE, discovery = FALSE, quant = FALSE If you have a read id and you want to find which group it is associated to, you need to do the above steps but in reverse. Hope this helps and feel free to expand on your query if I did not cover it. Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
hi, another question, are there reads-assigned ids that could be searched after the EM algorithm(demultiplex of the multi-aligned transcripts)? |
Beta Was this translation helpful? Give feedback.
-
Hi @icanccwhite , am I correct that you are asking for the proportionate assignment from read to transcript after EM? |
Beta Was this translation helpful? Give feedback.
-
hi @cying111, The reads id of the assigned transcript after EM. Is it possible? |
Beta Was this translation helpful? Give feedback.
-
hi @icanccwhite , thanks for the confirmation. Unfortunately, we only report read to transcript assignment before EM (https://github.com/GoekeLab/bambu#Tracking-read-to-transcript-assignment). We will consider to report this for future release. |
Beta Was this translation helpful? Give feedback.
-
Hi Andre, Kr, |
Beta Was this translation helpful? Give feedback.
-
Hi Xiaoyu, Very sorry I didn't see you question and its been a very long time since you asked. I hope you found an answer in the mean time. Unfortunately I do not have an answer as I am not sure what you mean by duplicate reads? Perhaps you could include an example as all the reads in the code I provided are unique? Given the time I will move this over to the discussion as I think this will be useful for other users but if your question is still open feel free to reopen the issue. Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions