I got the following errors when running the functions for building and scoring the GRN:
> scenicOptions = runSCENIC_1_coexNetwork2modules(scenicOptions)
08:29 Creating TF modules
Number of links between TFs and targets (weight>=0.001): 3048628
[,1]
nTFs 1270
nTargets 11775
nGeneSets 7008
nLinks 4365756
Warning message:
In plot.new() :
Cannot open temporary file '/tmp/RtmpQ9oyVU/pdf4b4d71223a85c' for compression (reason: No such file or directory); compression has been turned off for this device
> scenicOptions = runSCENIC_2_createRegulons(scenicOptions)
Error in gzfile(file, mode) : cannot open the connection
In addition: Warning message:
In gzfile(file, mode) :
cannot open compressed file '/tmp/RtmpQ9oyVU/libloc_198_a387640b811c7977.rds', probable reason 'No such file or directory'
> scenicOptions = runSCENIC_3_scoreCells(scenicOptions, exprMat_log)
Error in .local(object, ...) :
It seems the regulons have not been built yet. Please, run runSCENIC_2_createRegulons() first.
File 'int/2.6_regulons_asGeneSet.Rds' does not exist.
Hi,
I got the following errors when running the functions for building and scoring the GRN:
Any help? Thanks.