Skip to content

convert single-cell Hi-C to bulk Hi-C #388

Answered by nvictus
BenxiaHu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @BenxiaHu. The answer is yes!

Single-cell .scool files contain a cooler data collection for each cell, defined by the unique URI example.scool::cells/{cell_id} for each cell ID. Each one of those points to a standard cooler collection, so you can feed them all to merge_coolers to produce a pseudo-bulk output file.

You can also do it via the CLI:

$ cooler merge `cooler ls example.scool` pseudobulk.cool
$ cooler zoomify --balance pseudobulk.cool  # make multi-resolution if desired

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nvictus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #360 on February 08, 2024 02:40.