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

empty output #53

Closed
antoine4ucsd opened this issue Oct 4, 2017 · 6 comments
Closed

empty output #53

antoine4ucsd opened this issue Oct 4, 2017 · 6 comments

Comments

@antoine4ucsd
Copy link

Hi,
I am very interested in using MethylDackel for my ongoing project looking at CpG in HIV.
I tried to run it on one sample (sorted aln bam file) again its own reference but the result is empty
I guess I am missing something obvious....
Would you mind taking a look at one sample? I can share via dropbox (private email)?
a

Using another method, I extracted the cytosine frequency at each pos so I was expecting to get non-empty output...
C9_CytosineFreq.pdf

@dpryan79
Copy link
Owner

dpryan79 commented Oct 4, 2017

Sure, please send the dropbox link to redacted.

@dpryan79
Copy link
Owner

dpryan79 commented Oct 5, 2017

You have a couple issues going on. Firstly, your MAPQs are all below the default threshold, so you'll need to change that (the -q option). Secondly, all of your Cs are on the bottom strand, but you have almost no fragments originating from that strand (unless these were PBAT and the strand information didn't get fixed). Finally, you'll need to change the maximum depth option (-D) to something like 10000000, since almost all of your alignments are stacked on top of each other.

@antoine4ucsd
Copy link
Author

antoine4ucsd commented Oct 5, 2017 via email

@dpryan79
Copy link
Owner

dpryan79 commented Oct 5, 2017

Happy to help, keep in mind that without changing the strand information you'll still have low depth. Not knowing exactly how the experiment was performed I don't know if the inferred strand is really correct.

Also, make sure to use --CHH :)

@antoine4ucsd
Copy link
Author

antoine4ucsd commented Oct 5, 2017 via email

@dpryan79 dpryan79 closed this as completed Oct 6, 2017
@antoine4ucsd
Copy link
Author

antoine4ucsd commented Oct 6, 2017 via email

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