Displaying 2 results from an estimated 2 matches for "caprin1".
Did you mean:
capping
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 "...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone,
I am an R-newby... so sorry for bothering you with simple-to-solve
questions;) I have the following issue: trying to add labels to my
scatterplots (with geom_dl in ggplot2). Everything works fine, but after
checking every resource I do not find a way to change the font size of my
labels. I tried size, cex, fontsize at every position... but it always stays
the same.
ggplot()+