Displaying 2 results from an estimated 2 matches for "lgals1".
Did you mean:
gals
2008 Mar 12
2
subset list based on logical within element flag
...lue
within each element. Example below. I'd like to get just those list
elements for further study whose $sig.cor slot is TRUE. In this example,
I'd only want element [[2]].
Should be simple, I know. How can I do this? Thanks, Mark
> gene.pair.tf.lst
[[1]]
[[1]]$gene.pair
[1] "Lgals1:Pxmp2"
[[1]]$sig.cor
[1] FALSE
[[2]]
[[2]]$gene.pair
[1] "Lgals1:Pxmp2"
[[2]]$sig.cor
[1] TRUE
[[3]]
[[3]]$gene.pair
[1] "Lgals1:Pxmp2"
[[3]]$sig.cor
[1] FALSE
--
Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry
Indiana University School of Medicine
1...
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()+