My expression data frame pretty small subset of it is as such
gene value_1 value_2
XLOC_000060 3.662330 0.3350140
XLOC_000074 2.568130 0.0426299
I been struggling with ggplot how to trasform the data so that I can plot it in ggplot i basically how do I define the factor etc.
saw few examples but I guess im still not able to replicate what they did with the sample data
I end up getting this error Error in eval(expr, envir, enclos)
its a pretty fundamental error I suppose which I fail to figure out..
Any help would be highly appreciated
What is the plot type (density, plot, line ...) are you trying with ggplot ?
Also post the code you tried. It would be easy to debug.