Entering edit mode
mictadlo
▴
10
@mictadlo-10885
Last seen 4.8 years ago
Hi, By any chance, do anyone have any recommendations which software could provide me with chromosome bins from a denovo contig assembly by using HiC data and without any annotation?
Thank you in advance.
Each row and column is a bin. You can call
anchors
to get the genomic coordinates.Does those
anchors
would allow me to extract for each chromosomes a FASTA file e.g. we expecting to get 19 chromosomes so we would like to get 19 FASTA files? Do you have any code examples?Where did the FASTA files come from? Once you've done the alignment, the sequence of the assembly has nothing to do with Hi-C data analysis. If you want to get subsequences, use the relevant functions from Biostrings.
AFAIK, all of the packages you listed in your question are designed for analyzing interaction intensities - which is, after all, the purpose of doing Hi-C in the first place. I don't think they have any functions to perform/refine a genome assembly from Hi-C data. In fact, I don't know of many Bioconductor packages for genome assembly, I think most people would consider that to be a heavy-duty "pre-processing" step ("pre" because it occurs before biological interpretation) that is better handled by command line tools.
Those don't seem to be Biocondcutor packages, so you'd have to ask the authors directly.