You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Appears when running test data using chromosome_matrix() function: Error in [.data.frame(idx, , list(N = .N), by = "V1") : unused argument (by = "V1")
Appears when running own data using chromosome_matrix() function: Error in seq.default(.limits[1], .limits[2], length.out = guide$nbin) : 'from' must be a finite number
Appears when running own data using load_contacts() function with centromeres = FALSE settings: Error in names(object) <- nm : 'names' attribute [3] must be the same length as the vector [1]
Appears when running own data using load_contacts() function: noscf denotes the removal of records from the sparse matrix generated by HiCPro that are aligned to those on scaffolds.
WT <- load_contacts(
signal_path = 'WT_iced.noscf.matrix',
indices_path = 'WT_abs.noscf.bed',
sample_name = "WT",
# colour = "red",
# centromeres = FALSE
)
Reading data...
Error in setkeyv(x, cols, verbose = verbose, physical = physical) :
Some columns not in data.table chrom
WT <- load_contacts(
signal_path = 'WT_iced.noscf.matrix',
indices_path = 'WT_abs.noscf.bed',
sample_name = "WT",
# colour = "red",
centromeres = FALSE
)
Reading data...
Error in names(object) <- nm : 'names' attribute [3] must be the same length as the vector [1]
I'm looking forward to your guidance. Thanks.
Best,
Yao
The text was updated successfully, but these errors were encountered:
Same code, but I'm still getting the same error. I have carefully understood the chromosome_matrix.R script regarding the calculation of interchromosomal interactions enrichment. There is a question that is not quite related to this software that I would love to have your insights. I was trying to compare it to the results obtained by GENOVA.
Proximity of Chromosome Territories.
The expected number of interchromosomal interactions for each chromosome pair i,j was computed by multiplying the fraction of interchromosomal reads containing i with the fraction of interchromosomal reads containing j and multiplying by the total number of interchromosomal reads. The enrichment was computed by taking the actual number of interactions observed between i and j and dividing it by the expected value.
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 fraction of interchromosomal reads containing chr1?
(20+10)/(20+10+5) : Probability of inter contact count on chr1
(20+10) : Inter contact count on chr1
(20+10)/(20+10+5+20+10+5) : Consider the inter contact counts of the upper and lower triangles
And the total number of interchromosomal reads : whether to take into account the sum of the inter contact counts of the upper and lower triangles, or the upper/lower triangles alone.
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: