-
Notifications
You must be signed in to change notification settings - Fork 15
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
Errors with chromosome_matrix() and load_contacts() function~ #351
Comments
Hi Yao, I'm afraid I'm unable to reproduce the issue. What do I need to change in the example below to run into the error you get? library(GENOVA)
exp <- get_test_data("150k")
cm <- chromosome_matrix(exp)
visualise(cm) Created on 2024-04-11 with reprex v2.1.0 |
Hi, @teunbrand Same code, but I'm still getting the same error. I have carefully understood the
This is the method used to calculate interchromosomal interaction enrichment in the 2009 dilution HiC article (Lieberman-Aiden et al, 2009). How to understand fraction of interchromosomal reads containing i(j)?A example:
Which interpretation is And Best. |
Hi, @teunbrand
I am so sorry to bother you. For GENOVA, I'm not a veteran. I would prefer to use GENOVA because of the lightness and color palette. But just recently, I've tried almost everything to walk through the following, but there's always some error that I can't fix. The following errors are all based on GENOVA v1.0.0 in window10 system.
This species has no information about the centromeres. These errors also don't seem to have been found in the previous issue track.
[.data.frame
(idx, , list(N = .N), by = "V1") : unused argument (by = "V1")centromeres = FALSE
settings: Error in names(object) <- nm : 'names' attribute [3] must be the same length as the vector [1]noscf
denotes the removal of records from the sparse matrix generated by HiCPro that are aligned to those on scaffolds.I'm looking forward to your guidance. Thanks.
Best,
Yao
The text was updated successfully, but these errors were encountered: