-
Notifications
You must be signed in to change notification settings - Fork 6
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
pair orientation #2
Comments
Hello, There already is a Thanks, |
Thanks for the answer. I already use that. But when I do samtools stats after filtering the reads by proper paired, I get these pair orientation stats. I don’t know exactly how samtools stats is counting reads in inward or outward orientation, or if you are using that bit to code another thing that actually is not related to inward/outward orientation? like here: https://github.com/zyndagj/BSMAP/blob/master/README.txt#L142 If you tell me that using —pair is only using reads that are proper paired, meaning inward orientation, i am fine with that, and will ignore samtools stats in this case. thanks a lot!
|
I would have to dig into the code to see what it is doing, but the You can also check to see what kind of data you have with something like On Mon, Apr 18, 2016 at 3:17 PM, Lorena Pantano notifications@github.com
|
that's perfect, I want only inward oriented reads, so I am happy just using --pair option. thanks a lot for the support. I was a little scared to be seeing the outward orientation having a high percentage of reads (1/3) the total. I will try to give you a toy example of this in case it could help someway. thanks |
Hi,
I am using this tool to test some data, and I see that there you allow inward and outward pair orientation. Any chance to have an option to filter that?
thanks!
The text was updated successfully, but these errors were encountered: