I want to make the Histogram graph of distribution of fpkm value per gene from genes.fpkm_tracking
(cufflinks out_put) file and then based on graph find the appropriate FPKM cutoff to identify the high express genes in my sample. I am not good in R , can you provide me the codes for this propose?
thanks in advance
Why don't you first try it yourself and if you struggle you can come back either here or ask at stackoverflow?
This forum is not for ordering code.
Ps: this should not be a hard problem
Hint: Use
read.delim()
andhist()
.Hint2: In the case if FPKM is in 10th coloumn of your read delim
genes.fpkm_tracking
just play around.
Thank you so much for you help