Dear Experts,
I was provided with 2 groups (normal vs condition) of single channel array gpr files (genepix) that I wished to normalized and analyze for differential expression with the limma package. The arrays are custom for small ncRNA.
Since I'm new at this and have never performed an analysis of this type, I started searching here for help. I found something that is close to what I need to do: https://stat.ethz.ch/pipermail/bioconductor/2013-November/056090.html.
Nevertheless, as Dr. Smyth points out in that post, section 4.5 of Limma's userguide as well as the author of this post both deal with single channel data in the GREEN frequency. I have RED. The option Limma provides for single channel data is the green.only=TRUE but what about if I have only red?
I've read on https://www.biostars.org/p/8005/ that a possible solution would be to reverse the color settings in the target file, so that I can use the green.only parameter but have it actually pick up the red channel values. But I feel this is weird, shouldn't there be a red.only=TRUE option as well?! I feel this workaround may confuse me afterwards and yield potentially unreliable results later on in the analysis..
Forgive me if the question has already been dealt with in the past (I'm struggling to find where!) but I'm a total newbie.
I'd appreciate any insight/suggestion/reference/help/tutorial of any kind!
~Dario
Thank you Dr. Smyth! I had just thought exactly of that same work-around after posting my question, but being so new at this I wasn't sure if it was acceptable practice or not. Thank you so much for confirming!