-
Notifications
You must be signed in to change notification settings - Fork 24
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
meaning of vcf2bed output #20
Comments
Hi, the 4rd column is similar to beta value which is M/(M+U). M is the count of cytosine retention and U is the count of conversion. In the case of nome-seq, you could view it as the percentage of nucleosome accessivity (higher the value, more accessible). The ndr function is still under development. We are in the middle of fleshing out the documentation. Thanks, |
Hi Wanding,
Thanks very much for your helps. Maybe I am too greedy but I wonder if it is possible to add an extra column with actual number of Ms, in addition to columns of M/(M+U) and (M+U)
Thanks again and have a good day!
Best,
Zhenhua
From: Wanding Zhou - Bioinformatics [mailto:[email protected]]
Sent: Thursday, 8 June, 2017 2:14 AM
To: zwdzwd/biscuit
Cc: Zhenhua HU; Author
Subject: Re: [zwdzwd/biscuit] meaning of vcf2bed output (#20)
Hi, the 4rd column is similar to beta value which is M/(M+U). M is the count of cytosine retention and U is the count of conversion. In the case of nome-seq, you could view it as the percentage of nucleosome accessivity (higher the value, more accessible). The ndr function is still under development. We are in the middle of fleshing out the documentation.
Thanks,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQZL2bZ-XUG8OXeRYG2gtNH3hwN18wfJks5sBuh7gaJpZM4NxD5a>.
Note: This message may contain confidential information. If this Email/Fax has been sent to you by mistake, please notify the sender and delete it immediately. Thank you.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Wanding Zhou,
Thank you very much for the software! I have a few maybe very stupid questions. I have never worked with NOME-seq or BS-seq before.
My command is:
biscuit vcf2bed -c -t gch sample.vcf | head
I got:
chr1 87271 87272 0.000 3 G GCH
chr1 564682 564683 0.650 20 C GCH
Would you please elaborate a little on what each column from the 4th column means?
In addition, I tried to detect ndr
My command is:
biscuit vcf2bed -t gch -c sample.vcf | biscuit ndr -c -b - | head
I got:
chr1 87272 3 0
chr1 564683 20 13
chr15 28703185 28704388
chr15 28704545 28704619
Would you please explain a bit on the meaning of each column in output? Would you also explain a bit on the difference between chr1 and chr15?
Thank you very much for your help in advance!
Best,
Zhehua
The text was updated successfully, but these errors were encountered: