Entering edit mode
Steve Lowe
▴
30
@steve-lowe-21801
Last seen 5.2 years ago
I am having trouble aligning the probes (built into the package) to my dataset. I am concerned my dataset is not formatted correctly or there is some step I am missing. Does anyone have experience with massiR and willing to lend a hand?
Thanks!
I irregularly use this library. If I recall correctly, I had to change few lines of code to get it working. I also do not use the built-in sets of Y-chromosome located probes but I extract these from an OrgDb. It would be helpful if you could post some code that shows where you get stuck.
Your lines of code worked fine for me when starting directly from a set of raw data (CEL) files. This means that your input data (i.e.
set8
) was somehow wrong... Assuming you would like to use the expression data in the Series Matrix File available at GEO, I would recommend to use functions from theGEOquery
library to import the data (and not use the functionread.table
).Using as example a data set from an hgu133plus2-based experiment from GEO (GSE20986; platform GPL570) that I had laying around: (note that I downloaded the (compressed) Series Matix File manually to my computer and put it in my working directory)
Just got this step to work. Thank you so much for your help!!
Thank you for lending a hand! I really appreciate it
--Steve