How to enable `geom_text` to recognize `aes` in QPLOT (R programming)
- by neversaint
I have a data that looks like this
ensg mirna_hgc time value perc id
ENSG00000211521 MIR665 x 89 2.07612456747405 1
ENSG00000207787 MIR98 x 73 1.73010380622837 2
...
ENSG00000207827 MIR30A y 99 21.4532871972318 288
ENSG00000207757 MIR93 y 94 1.73010380622837 289
What I'm trying to do is to create a facet plot with label on top of it.
The label…