-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is XS tag indispensable for strand-specific RNA-seq library? #25
Comments
We have provided the program "addXS" in the package. It adds the "XS" field by checking the donor/acceptor motifs. The command is But this still takes a while to generate, because it needs to decompress and compress the BAM file. I can add the strand-specific feature, and it should not take long. |
Just want to confirm, are the samples under the same strand library? Or it is a mixture? Thank you. |
All the samples are the same strand library. |
Thanks for the information. I've added the option --stranded to psiclass in the git branch "stranded". Could you please checkout the branch and test whether PsiCLASS generates reasonable results? If so, I will merge this updates to the master branch. You can specify the strand library through the option like "--stranded rf" or "--stranded fr". Thank you! |
The branch didn't work properly, I ran:
|
It seems the program junc and samtools are not compiled. Could you please run "make" to generate those executables? Thank you. |
I'm sorry for forgetting the |
Thank you for showing the details. It seems some of the introns are on the right strand while most of them are not. In my test data (even not a stranded library), the strand is the same between PsiCLASS and stringtie. I'll look into this issue by creating a better debugging example. If the chr22.bam file is small, I would appreciate it if you can share the file with me. Thank you! |
Ok, I would like to share 3 normal bams covering chr22 with you, all are stranded library. Would you please provide an email address? |
Yes, you can use the email [email protected] . One bam file would be sufficient. Thank you! |
Please check the email for the download link. |
Thank you for providing the test examples! I think I've fixed this issue. Could you pull the new branch, recompile PsiCLASS and give it a try? Thank you for your patience and help. |
Thank you. I will give you feedbacks. |
Thank you! I will merge this branch to master and release a new version. |
Dear author,
I would like to compare the assembly of both psiclass and stringtie.
In stringtie, the user could specify --rf or --fr for strand-specific RNA-seq library instead of output XS tag in the STAR alignment step. So I didn't use --outSAMstrandField intronMotif and thus my bam files do not have XS tag.
I wonder if such bams would influence the psiclass assembly? Or if adding XS tag to bam outputs is indispensable regardless of the strandness of the experiment? Is there any workaround instead of performing the time consuming STAR alignment steps (I have hundreds of samples)?
Best regards,
Wang
The text was updated successfully, but these errors were encountered: