-
Notifications
You must be signed in to change notification settings - Fork 6
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
BEDPE file format #37
Comments
Hello, The input BEDPE file should correspond to the format as defined by bedtools. The "score" column is not used and can be a dummy value, but the other columns are required. I thought this was mentioned in the docs but I can't find it, so we can add it / make it more obvious! However, as discussed in another issue, it sounds like you are trying to use off-diagonal regions as input to CHESS. Unfortunately this will not work properly, as CHESS was designed to work with and tested on regions along the diagonal. To compare loops between samples, you could create windows that include the whole span of the loop, or use a "genome scan" approach as described in the paper. |
Yes you can close the issue
Thanks
Sora
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Liz Ing-Simmons <[email protected]>
Sent: Monday, March 1, 2021 12:29:17 PM
To: vaquerizaslab/chess <[email protected]>
Cc: Yoon, Sora <[email protected]>; Author <[email protected]>
Subject: [External] Re: [vaquerizaslab/chess] BEDPE file format (#37)
Hello, I've now updated the docs<https://chess-hic.readthedocs.io/en/latest/cli.html#chess-sim> and FAQ<https://chess-hic.readthedocs.io/en/latest/faq.html#can-i-use-chess-to-compare-the-results-of-loop-calling-software-between-samples> to address both the expected BEDPE format and the use of off-diagonal regions as input. Do you have any follow up queries? If not, I'll close this issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#37 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZHMJRJ2LOYEYZPWI2M3ILTBPFG3ANCNFSM4XL34MSA>.
|
Hi, I am trying to run chess sim command.
In 'pairs' option, I tried to input hiccups output which is composed of 6 columns (chr1, start1, end1, chr2, start2, end2).
However, an error occurred saying a file with 10 columns is expected.
Could you let me know the exact file format for pairs option in chess sim command?
Thanks.
The text was updated successfully, but these errors were encountered: