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

multi mapping parameters and centromere #2110

Open
ptranvan opened this issue Apr 5, 2024 · 3 comments
Open

multi mapping parameters and centromere #2110

ptranvan opened this issue Apr 5, 2024 · 3 comments

Comments

@ptranvan
Copy link

ptranvan commented Apr 5, 2024

Hi,

I am interested in looking at the mapping rate in the centromeres and was wondering which parameters I can tweak.

For TEs, I read that winAnchorMultimapNmax, outFilterMultimapNmax, and outSAMmultNmax are commonly tweaked.

What is your advice for repetitive regions such as centromeres? I am unsure about the parameters and the values I should set.

Thanks.

@alexdobin
Copy link
Owner

Hi Patrick,
Yes, increasing these parameters is needed to capture multimappers.

@ptranvan
Copy link
Author

ptranvan commented Apr 5, 2024

Thanks @alexdobin for your quick response.

  1. Do you have any recommended values?

  2. Also, I am wondering how I can compare coverage between different samples. Do you know any normalization methods?

@alexdobin
Copy link
Owner

--outFilterMultimapNmax and --outSAMmultNmax should be set to the maximum number of loci you want to map the reads.
--winAnchorMultimapNmax should twice as large.
However, if these values become too large (>~500), the mapping will be very slow.

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

2 participants