In my lab we are plotting some data and I want to make a plot with our results, but I don't know how to do it. We basically have 2 R files, one with a list of overlapped transcription factors that we investigated in muscle and another in liver. They have different length and some rows are repeated (I guess I can group them and know how many transcriptions factors I have of each?? but how)
My idea was to make a xy plot where the X axis is for the number of overlapped factors in muscle and Y for liver. and each dot is one transcription factor. I also want to show the name of the TF so I think I should use geom_text_repel().
I have trouble knowing if I should bind both files or pivot wider??
Thanks
Is "R ggplot" the most concise/descriptive title you can use?