Open ronfinn opened 4 years ago
Hi Ron:
Sorry I just saw this. The problem is the memory is not enough. Could you run it on the server?
Best Tian
Hi Tian,
Thanks for getting back to me.
I would but I am getting the same error on the server that I got on the local
Running champ.runCombat()...
[===========================]
[<< CHAMP.RUNCOMBAT START >>]
-----------------------------
<< Preparing files for ComBat >>
[Combat correction will be proceed with 403116 probes and 8 samples.]
Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
In addition: Warning message:
In readLines(csvfile) :
incomplete final line found on '/mnt/254b78b9-76b4-422d-84b1-cc632bff60f7/Software/install/R-3.6.1/lib64/R/library/ChAMPdata/extdata/lung_test_set.csv'
Best,
Ron
Hi @ronfinn, could you paste your full command for champ.runCombat() here? I suspect the reason is your Slide
batchname is numeric instead fo character.
So maybe you can try:
myLoad$pd$Slide <- as.character(myLoad$pd$Slide)
myCombat <- champ.runCombat()
Best Tian
Hi Tian,
I am getting the follwoing error when I rerun the ChAMP pipeline with the test data provided:
Any suggestions for how I can fix this?
Best,
R.