Error in aggregate.data.frame(lhs, mf[-1L], FUN = FUN, ...) :
no rows to aggregate
Calls: pcselect ... aggregate -> aggregate.formula -> aggregate.data.frame
In addition: Warning message:
In cor(cbind(chrom.list[[j]], tss = pca$tss)) :
the standard deviation is zero
Execution halted
GOT THE ABOVE ERROR WHILE RUNNING STEP2 USING THE FOLLOWING COMMAND:
Rscript dchicf.r --file input.txt --pcatype select --dirovwt T --genome hg38
I have checked that the locations are absolutely fine for each file and the genome is hg38. Also, the step 1 command gave out proper results without any errors, i.e., it created the folders with all the experiments.
Any way of resolving this error? Any help is appreciated.
GOT THE ABOVE ERROR WHILE RUNNING STEP2 USING THE FOLLOWING COMMAND:
Rscript dchicf.r --file input.txt --pcatype select --dirovwt T --genome hg38I have checked that the locations are absolutely fine for each file and the genome is hg38. Also, the step 1 command gave out proper results without any errors, i.e., it created the folders with all the experiments.
Any way of resolving this error? Any help is appreciated.