Hi,
I'm using the package AgiMicroRna for analysing my dataset. I have succefully uploded the target file.
After uploading the target file when i tried to read the file im getting the following error while reading the 13th file.
the
>dd.micro1=readMicroRnaAFE(targets1.micro,verbose=TRUE)
reading file 1 - GSM1511526_US10353831_252929710061_S01_miRNA_1010_Sep10_1_1.txt
reading file 2 - GSM1511527_US10353831_252929710061_S01_miRNA_1010_Sep10_1_2.txt
reading file 3 - GSM1511528_US10353831_252929710061_S01_miRNA_1010_Sep10_1_3.txt reading file 4 - GSM1511529_US10353831_252929710061_S01_miRNA_1010_Sep10_2_1.txt reading file 5 - GSM1511530_US10353831_252929710061_S01_miRNA_1010_Sep10_2_2.txt reading file 6 - GSM1511531_US10353831_252929710061_S01_miRNA_1010_Sep10_2_3.txt
reading file 7 - GSM1511532_US10353831_252929710061_S01_miRNA_1010_Sep10_2_4.txt
reading file 8 - GSM1511533_US10353831_252929710062_S01_miRNA_1010_Sep10_1_1.txt
reading file 9 - GSM1511534_US10353831_252929710062_S01_miRNA_1010_Sep10_1_2.txt
reading file 10 - GSM1511535_US10353831_252929710062_S01_miRNA_1010_Sep10_1_3.txt
reading file 11 - GSM1511536_US10353831_252929710062_S01_miRNA_1010_Sep10_1_4.txt
reading file 12 - GSM1511537_US10353831_252929710062_S01_miRNA_1010_Sep10_2_2.txt
reading file 13 - GSM1511538_US10353831_252929710062_S01_miRNA_1010_Sep10_2_3.txt
Error in Newagi[[a]][, n] <- obj[, columns[[a]]] :
number of items to replace is not a multiple of replacement length 2 -
Then i tried to upload the 13th file alone seperately and it was showing the following error.
the command and the output is given. i dont know what went wrong kindly help me in this.
dd.micro2=readMicroRnaAFE(targets1.micro,verbose=TRUE)
reading file 1 - GSM1511538_US10353831_252929710062_S01_miRNA_1010_Sep10_2_3.txt
uRNAList:
dd$TGS: 'gTotalGeneSignal'
dd$TPS: 'gTotalProbeSignal'
dd$meanS: 'gMeanSignal'
dd$procS: 'gProcessedSignal'
Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
embedded nul(s) found in input
Hi Neela,
I don't know the answer to your problem I'm afraid. The only thing I can think of is when I ran these arrays a few years back there was an issue initially with the feature extraction on the scanner. It essentially defaulted to saving a minimal reduced output rather than a `full` output. That might be where your problems are? Have a dig around the software and make sure you're saving the full results.
Good luck