-
Notifications
You must be signed in to change notification settings - Fork 8
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
Costume Center Position of the Interacting Nucleosome #14
Comments
If i understand your question correctly, you want to use a custom set of bins based on pre-defined nucleosome positions? If that is the case, then yes, it is possible to due that. You would need a bed file defining nucleosome start and stop positions (I suppose center +/- 67bp). If you wanted all reads assigned to the nearest nucleosome, regardless of distance, you could pass a bed file with just the nucleosome centers and the boundaries would be inferred as the midpoints between adjacent nucleosomes. Alternatively, if you wanted only reads that were close to defined nucleosomes, you could use the nucleosome boundaries and use the "--binned" flag when making the fend file, which allows gaps between adjacent bins. |
Thank you for your reply! I will try your way and please allow me to ask
you for further questions
Best regards
Yichi
…On Mon, Mar 11, 2019 at 7:31 AM Michael Sauria ***@***.***> wrote:
If i understand your question correctly, you want to use a custom set of
bins based on pre-defined nucleosome positions? If that is the case, then
yes, it is possible to due that. You would need a bed file defining
nucleosome start and stop positions (I suppose center +/- 67bp). If you
wanted all reads assigned to the nearest nucleosome, regardless of
distance, you could pass a bed file with just the nucleosome centers and
the boundaries would be inferred as the midpoints between adjacent
nucleosomes. Alternatively, if you wanted only reads that were close to
defined nucleosomes, you could use the nucleosome boundaries and use the
"--binned" flag when making the fend file, which allows gaps between
adjacent bins.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Asaub1mhvRPUvcNksy4kPS7krpTcseDAks5vVmiygaJpZM4bd9jt>
.
|
Dear Michael, Thanks for previous hint. Allow me to share my recent progress. I use two bed files defining nucleosome start and stop positions, and I use bedtools closetBed option to find the closest nucleosome per each read pair. Currently I have a result bed file and a restriction_fend file made from the reference genome. Can I visualize my data via your hiFive package? Best |
If you import the data, yes, you can certainly visualize it with HiFive. Given that you've already mapped your reads to nucleosomes, I would suggest using the RAW data format, which is just |
Dear msauria,
At the beginning, I must thank you for all your previous supports that helped me on my analysis and exploration. Currently I must build my own nucleosome-resolved contact matrix from the Hi-C data obtained from the experiment. Due to the experimental assumption, we assumed that the
plus and minus strand reads originate from interactions at DNA exit and entry points in nucleosomes are wrapped around the nucleosome. Under this assumption, the center position of the
interacting nucleosome can be obtained as 67 bp upstream of the read end coordinates. The assignment was done by finding the closest nucleosome locus along the genome coordinate against the obtained center nucleosome position from each read. I am not sure if your program can add/modify such detailed parameters and create a contact matrix. If not, could you please give me some advice and instructions on creating Hi-C matrix and visualization?
Best regards
Eik
The text was updated successfully, but these errors were encountered: