Skip to content
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

Need suggestions regarding JACUSA pileup using JACUSA2helper #23

Open
aayushraman opened this issue Aug 11, 2024 · 1 comment
Open

Need suggestions regarding JACUSA pileup using JACUSA2helper #23

aayushraman opened this issue Aug 11, 2024 · 1 comment

Comments

@aayushraman
Copy link

I am interested in calling all the mismatches/conversions in my RNA modification dataset that is generated using Illumina TruSeq protocol (dUTP). I am using the JACUSA2 pileup method for this step. Since the JACUSA2 pileup requires libraries/samples from two different conditions, I am interested in knowing the best way to concatenate the results or matrices obtained via read_result if I have more than two conditions. For example:

I ran the JACUSA2 pileup between cond1 and cond2. I get the GRanges matrix using read_result function, say this matrix is mat1. Now, I have another condition, cond3, and will compare it to cond1. I run JACUSA2 pile up on this comparison and get another GRanges matrix using read_result. The matrix I get is mat2. What is the best way to combine the two matrices so that I can calculate the substitution in my RNA libraries uniformly and not have issues due to the depth of the sequencing?

@aayushraman
Copy link
Author

Do you have any suggestions or advice on this question?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant