Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issues related to "chip" in function "hic_matrixplot" #326

Open
ccmeth opened this issue May 5, 2023 · 0 comments
Open

Issues related to "chip" in function "hic_matrixplot" #326

ccmeth opened this issue May 5, 2023 · 0 comments

Comments

@ccmeth
Copy link

ccmeth commented May 5, 2023

Dear developers,

Thanks for providing a powerful tool for us to deal with Hi-C data. Recently, I used hic_matrixplot to exhibit Hi-C contact matrices as well as H3K4me3/H3K9me3 signals, however, when I used "chip = list(h3k4me3,h3k9me3)", the two tracks seemed to overlap together.

Code:
h3k4me3 <- "/methylhic/DSS_results/chromHMM/GSM1000124_mm9_wgEncodeLicrHistoneEse14H3k04me3ME0129olaStdSig.bigWig"
h3k9me3 <- "
/methylhic/DSS_results/chromHMM/GSM1003751_mm9_wgEncodeSydhHistEse14H3k09me3StdSig.bigWig"

hic_matrixplot(exp1 = wt_tettko[[1]],exp2 = wt_tettko[[2]],chrom = 'chr7',start = 29e6,end = 30e6,colour_lim = c(0, 150),chip = list(h3k9me3),chip.yMax = 25)
image

hic_matrixplot(exp1 = wt_tettko[[1]],exp2 = wt_tettko[[2]],chrom = 'chr7',start = 29e6,end = 30e6,colour_lim = c(0, 150),chip = list(h3k4me3),chip.yMax = 25)
image

hic_matrixplot(exp1 = wt_tettko[[1]],exp2 = wt_tettko[[2]],chrom = 'chr7',start = 29e6,end = 30e6,colour_lim = c(0, 150),chip = list(h3k9me3,h3k4me3),chip.yMax = 25)
image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant