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

For the paired end reads, is it recommended to use option -p or should i go with default without it? #72

Closed
unique379r opened this issue May 19, 2021 · 1 comment
Labels
question Further information is requested

Comments

@unique379r
Copy link

Hi
I need to have tpm counts for paired end reads mapped with star, should i use option -p (Use only properly paired reads. Default: No. Recommended for paired-end reads.) or by default without it ? whats pros and cons os using it ?

Thanks

@r78v10a07 r78v10a07 added the question Further information is requested label May 19, 2021
@r78v10a07
Copy link
Member

Hi,
-p option will make TPMCalculator count only properly paired reads. This mean reads aligned to the same chromosome.
I would recommend use it for RNA-Seq quantification of paired-end samples. I also would filter by MAPQ using the -q option. In your case, as you are using STAR, I would quantify only unique and properly paired reads for that you need to use the options: -q 255 -p

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

No branches or pull requests

2 participants