Hi, I am using Agilent single channel data and found the limma::avereps
function handy, since the number of replicate probes on the array vary per gene (locus). However, I would prefer to have median in stead of averages. Is there a possibility (argument setting) to use this function to get the median in stead of average? Or is there another function available in limma
? I mean I can of course try dplyr
or some similar package to calculate median per group (probe set), but I like the fact that with limma::avereps
you'll keep the EList
format.
Thanks for your help in advance.