Displaying 2 results from an estimated 2 matches for "fhl1".
Did you mean:
chl1
2006 Sep 26
2
Vectorise a for loop?
...technique eluding me. (Is there an expr:value1?value2
construction in R?)
Can anybody suggest an elegant solution?
Details:
So, the topTable looks like this:
> topa1[1:5,c(1,2,3,4)]
ID Name GB_accession M
11195 245828 SIGKEC9 AX135029 -7.670197
10966 107 FHL1 B14446 -5.089926
6287 25744 M90 LL137340 -4.531744
777 2288 VSNL1 LF039555 -4.035472
11310 272294 M98 LL031650 3.866422
>
I want to add a "fold" column so it will look like this:
> topa1[1:5,c(1,2,3,4,10)]
ID Name GB_accession...
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()+