Feature Discovery ================= There are many open-source tools available that enable researchers to perform conformation analyses on contact matrices. We aim to hightlight the tools and commands we use here at Cantata Bio call features. This is not a comprenisve list, nor do we own or manage any of the tools listed below. Please refer to their source document pages for more information or for help in trouble shooting the use of these tools. For each analysis performed below we provide, a link to the tool repo, the input file, the example command, and an example output for you to check your results against. **Example input files (.mcool and .hic files)** - Example :download:`mcool ` file - Example :download:`hic ` file AB Compartments --------------- **Recommended Software** - Fanc-C https://fan-c.readthedocs.io/en/latest/ **Example Command** .. code-block:: console fanc compartments -f -v LinkPrep_eigen_64kb.bed -d LinkPrep_AB_64kb.bed -g hg38.fa LinkPrep.mcool@64000 LinkPrep_64kb.ab **Example Output(s)** - Example :download:`AB compartments ` file - Example :download:`AB compartments bed ` file - Example :download:`AB Eigenvector ` file Topologically Associated Domains -------------------------------- **Recommended Software** - Juicer Arrowhead https://github.com/aidenlab/juicer **Example Command** .. code-block:: console java -jar -Xmx48000m -Djava.awt.headless=true -jar juicer_tools.jar arrowhead --threads 16 -k KR -m 2000 -r 10000 LinkPrep.hic TAD_calls java -jar -Xmx48000m -Djava.awt.headless=true -jar juicer_tools.jar arrowhead --threads 16 -k KR -m 2000 -r 5000 LinkPrep.hic TAD_calls **Example Output(s)** - Example :download:`10kb TADs ` file - Example :download:`5kb TADs ` file Chromatin Loops --------------- **Recommended Software** - Mustache https://github.com/ay-lab/mustache **Example Command** .. code-block:: console mustache -p 48 -f LinkPrep.mcool -r 16000 -o LinkPrep_16000kb_loops.tsv mustache -p 48 -f LinkPrep.mcool -r 4000 -o LinkPrep_4000kb_loops.tsv **Example Output(s)** - Example :download:`16kb Loops ` file - Example :download:`4kb Loops ` file