Hi,
I have this error message when I ran the following command to prepare the excavator files with my data
perl EXCAVATORDataPrepare.pl melas_prepare.txt --processors 6 --target melas20k --assembly hg19
Error Message:
Working on sample M1.
Creating Read Count Data...Removing temporary files...
Read Count done!
Normalizing Read Count Data...
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2Attaching package: ‘Hmisc’
The following objects are masked from ‘package:base’:
format.pval, round.POSIXt, trunc.POSIXt, unitsError in quantile.default(RCTL[ind], c(0.1, 0.9)) :
missing values and NaN's not allowed if 'na.rm' is FALSE
Calls: QuantileLength -> rbind -> quantile -> quantile.default
Execution halted
This problem was solved by changing na.rm value from
na.rm=Ttona.rm=TRUEin the R scripts.