Has anyone had luck using the PAcalls() function of bioconductor with Clariom arrays? I am able to use it successfully with HG U133 (using "MAS5") and pd.hugene.2.0.st (using "PSDABG"), but my Clariom S Human array give me the error "Subscript out of bounds". All of the data is processed the same way before attempting to do the present absent calls.
Below is an example of my code:
These work:
result = paCalls(HG133data, "MAS5")
result = paCalls(hugeneData, "PSDABG")
This however gives the error "Warning: Error in [: subscript out of bounds"
result = paCalls(ClariomShumanData, "MAS5")
My guess is that the paCalls function does not work with this smaller chip, prompting the error. But any insight or work-arounds are much appreciated.
Thanks, Kris
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
Hi Kris:
Did you ever get a solution to this? I'm having similar issues with the Clariom D mouse array.