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

Library normalization error. Also, peaks at non-genic sequences. #21

Open
juanb001 opened this issue Mar 28, 2021 · 2 comments
Open

Library normalization error. Also, peaks at non-genic sequences. #21

juanb001 opened this issue Mar 28, 2021 · 2 comments

Comments

@juanb001
Copy link

Hello,

I have two questions.

  1. I tried running CLAM with the --normalize-lib flag, but got the error in the attached picture. Is this an issue with the code?

  2. It seems like CLAM calls peaks along the genes listed in the user-specified GFT file. Is there any way to call peaks at non-genic sites? The current method seems limited in its ability to call peaks at TEs that are outside of genes, since TEs are typically not included in GTF files, they would be skipped by CLAM. Or is there a way to call peaks at intergenic TEs?

Screen Shot 2021-03-28 at 11 20 17 AM

@zj-zhang
Copy link
Collaborator

zj-zhang commented Apr 6, 2021

CLAM uses the gene annotations to perform a per-gene normalization. As long as TEs are within a gene (i.e. they are expressed as part/whole of an mRNA, not necessarily annotated in GTF), CLAM can call peaks on them.
For calling peaks on non-genic sites, if you have good prior knowledge about what you are looking at, it's possible to manipulate a custom GTF. Otherwise it is indeed undefined for CLAM to call peaks at non-genic TEs, because we don't have the proper background distributions to control for random spikes versus a true peak/binding signal.

@juanb001
Copy link
Author

juanb001 commented Apr 6, 2021

Awesome, thank you for the clarification.

Is library-normalization not recommended for RIP/CLIP-seq? And do you have an idea of what might have caused the problem in the picture above?

@wkdeng wkdeng closed this as completed Jul 20, 2021
@wkdeng wkdeng reopened this Jul 20, 2021
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

3 participants