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

meaning of vcf2bed output #20

Open
vanhzh opened this issue Jun 6, 2017 · 2 comments
Open

meaning of vcf2bed output #20

vanhzh opened this issue Jun 6, 2017 · 2 comments

Comments

@vanhzh
Copy link

vanhzh commented Jun 6, 2017

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

@zwdzwd
Copy link
Collaborator

zwdzwd commented Jun 7, 2017

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,

@vanhzh
Copy link
Author

vanhzh commented Jun 8, 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