The error when using "coMET" package
0
0
Entering edit mode
yueli.yao • 0
@yueliyao-23691
Last seen 3.9 years ago

When using the coMET package in R, I always meet the error as the following:

Error in unit(at, "native") : 'x' and 'units' must have length > 0 In addition: Warning messages: 1: In min(at) : no non-missing arguments to min; returning Inf 2: In max(at) : no non-missing arguments to max; returning -Inf

But I prepared all the file according to the coMET user guide, I couldn't understand what this error means. Here is the command I used in R:

directory <- "C:/Users/HP/Desktop/region_plot/comet"

myinfofile <- file.path(directory,"info2.txt") configfile <- file.path(directory,"configcyp1b1zoom4webserverGrch38.txt") mycorrelation <- file.path(directory,"mdata1.txt")

comet.web(config.file=configfile, mydata.file=myinfofile, cormatrix.file=mycorrelation , print.image=FALSE,verbose=FALSE)

Many thanks for your possible ideas and solution.

software error annotation • 591 views
ADD COMMENT

Login before adding your answer.

Traffic: 884 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6