-
Notifications
You must be signed in to change notification settings - Fork 9
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
amrfinder output #71
Comments
@maggietsui What version are you using? I'm not able to reproduce any output from |
Apologies, I got the commands mixed up--I actually used amrtester not amrfinder. I'm using version 1.1.0 which was installed using conda. I first ran dnmtools format on WGBS bam files, then dnmtools states on the output to produce a ".epiread" file, then dnmtools amrtester with a bedfile of regions to output a ".amr" file. Here are the first few lines:
I see that column 4 is the p-value, is column 3 the score? |
Your input is wrong. Can you confirm that you provided the mapped reads, converted with "states" and the exact same reference genome as used when mapping reads? |
Here is the exact command I used:
I wasn't able to obtain the exact same reference that these files were aligned with since they were aligned on a different platform long ago...This one was the closest I could find. |
The output formats for But all of these methods need to be able to confirm that the CpG sites within the mapped reads are actually CpG sites. Otherwise they could be just sequencing errors, or somatic variation in the cell sample, or any number of things. So when you run If you have the original BAM files, there's a good chance you can deduce the reference genome used. If you use The entries like |
@maggietsui sorry -- I was reading your comments backwards. Thanks, I see you mentioned it's |
Thank you so much for the pointers--I accidentally had the strand in the 4th column of my bedfiles instead of the name of the region. Now I am getting an output like this:
Just to confirm, in the 4th column the number after ":" is the score for that region? Thanks. |
I don't think so and can't check right now. I'll try to check out the documentation and update if needed later today. I usually use that for information about the amount of data available for the interval. The "score" you want is in the 5th column and that's the p-value for the null hypothesis of no ASM. The intervals where there is ASM detected will have a low value for this. |
Hello,
I have a question regarding the output from running amrfinder. One of the columns looks something like "+:136". Is this the score for the input region? Also, what does the +/- denote? Thanks.
The text was updated successfully, but these errors were encountered: