Hello, when I run the below script on my computer, I get this error: 'Error: 1 not found in the file'. How can I fix the problem?
########################################################
library(FLAMINGOr)
library(Matrix)
library(GenomicFeatures)
library("strawr")
library("parallel")
library("mgcv")
all_size <- getChromInfoFromUCSC("hg19")
chr_name='1'
chr_name = as.numeric(chr_name)
chr_size = all_size[chr_name,2]
chr_name <- paste0('chr',chr_name)
res = flamingo.main_func_large(hic_data_low='./SRR13238426.hic',
file_format='hic',
domain_res=1e7,frag_res=5e4,
chr_size=chr_size,
chr_name=chr_name,
normalization='KR',
downsampling_rates=0.75,
lambda=10,max_dist=0.01,nThread=4,n_row=30000)
#########################################################
Error: 1 not found in the file.
#########################################################
Hello, when I run the below script on my computer, I get this error: 'Error: 1 not found in the file'. How can I fix the problem?
########################################################
library(FLAMINGOr)
library(Matrix)
library(GenomicFeatures)
library("strawr")
library("parallel")
library("mgcv")
all_size <- getChromInfoFromUCSC("hg19")
chr_name='1'
chr_name = as.numeric(chr_name)
chr_size = all_size[chr_name,2]
chr_name <- paste0('chr',chr_name)
res = flamingo.main_func_large(hic_data_low='./SRR13238426.hic',
file_format='hic',
domain_res=1e7,frag_res=5e4,
chr_size=chr_size,
chr_name=chr_name,
normalization='KR',
downsampling_rates=0.75,
lambda=10,max_dist=0.01,nThread=4,n_row=30000)
#########################################################
Error: 1 not found in the file.
#########################################################