Displaying 1 result from an estimated 1 matches for "wdr40b".
Did you mean:
d40b
2008 Jun 15
2
How to take the average of multiple rows
Dear all,
I have a matrix, called newdata1,
> dim(newdata1)
[1] 34176 83
It looks like:
EntrezID Name S1 S2 S3 S4 S5.....
1 4076 CAPRIN1 0.1 0.2 0.3...
2 139170 WDR40B 0.4 0.5 0.6...
3 5505 PPP1R2P1 0.3 0.3 0.7...
4 4076 CAPRIN1 0.7 0.3 0.2...
5 139170 WDR40B null 0.8 0.4...
6 139170 WDR40B null null 0.75...
If there are rows whose "EntrezID" and "Name" are exactly...