-
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
question on multisampling #421
Comments
Hi, Could you share me the script you are using to run Bambu, then I can suggest changes based on what you have already tried. |
This is what I have so far! Thanks, |
Hi Sowmya, Here are a few options to do multiple sample analysis when memory is limiting.
Just a side point, I noticed you named your variable se_quantOnly. If you only want to do quantification and have no novel isoforms, then you need to set discovery = FALSE. I hope this helps, |
thank you, Andre! |
Suppose I split the samples by chromosome, and generated read classes for these separately, can I put these chromosome_wise_ read class files together before generating the extended annotation? |
Yes this would be possible. This is how low_memory mode is meant to work, albeit it still needs to load the whole bam into memory.
Kind Regards, |
I was able to save my extended annotation to a gtf for
I loaded this GTF file using the This is what the first row looks like.
Does this result make sense? How do you move onto visualization from here? Thanks, |
Hi Sowmya, Yes that looks fine. With regards to visualization it depends on what you are wanting to see, and there are lots of packages available for plotting the granges object stored in extendAnnotations. Bambu's inbuilt plotting functions require you to also perform quantification as we plot the expression of each model as well. |
I am trying the multisample mode, and running into out of memory issues which I expected to occur, but I can only assign a certain amount of RAM on my cluster. Is there a work-around for this.
So for example, I am able to run bambu with
Quant = TRUE
which still outputs some novel isoforms for each of my samples separetely, how would I go about comparing which novel transcripts were common between samples? Thanks!The text was updated successfully, but these errors were encountered: