Entering edit mode
Wendy Qiao
▴
360
@wendy-qiao-4501
Last seen 10.3 years ago
Hi all,
When I analyse my microarray data, I used "aggregate" to calculate the
mean
of the probes that have the same gene symbols. Following is the code
that I
use:
data.lumi.aggre<-aggregate(data.lumi,by=list(data.lumi$SYMBOL),FUN=mea
n)
I think that "aggregate" function gives unique gene symbols; however
in my
results, multiple rows have the same gene symbols. I wonder if anybody
encountered the same problem. Is this a bug in R? How could I solve
it?
Thank you,
Wendy
[[alternative HTML version deleted]]