Skip to content
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

A/B compartments #53

Closed
nservant opened this issue May 19, 2020 · 4 comments
Closed

A/B compartments #53

nservant opened this issue May 19, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@nservant
Copy link
Collaborator

nservant commented May 19, 2020

Available for A/B comparments calling ;

FANC

fanc DATA.cool output.ab -d compartments.fanc

HiTC

call_compartments.r --matrix ${mat} --bed ${bed}                                                                                                                                                           

cootools

cooltools genome gc BIN_PATH FASTA_PATH
cooltools call-compartments results/contact_maps/cool/SRR400264_01_1000000.cool -o cooltools_AB --bigwig --reference-track GC_FILE

HiCExplorer

hicPCA --matrix DATA.h5 --outputFileName hicexplorer_ABcompartments
@nservant
Copy link
Collaborator Author

@nservant nservant added the enhancement New feature or request label May 19, 2020
@nservant
Copy link
Collaborator Author

nservant commented Feb 2, 2021

cooltools genome binnify chrom_hg19.sizes 100000 > bins.txt
cooltools genome gc bins.txt hg19.fa > gc.txt
cooltools call-compartments --reference-track gc.txt --contact-type cis -o test_comp SRR400264_1000000_norm.cool

@nservant
Copy link
Collaborator Author

Need to update cooltools to v0.4.0 and use

cooltools genome binnify --all-names ${chrsize} ${res} > genome_bins.txt

open2c/cooltools#237

@nservant
Copy link
Collaborator Author

done in v.1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant