You will need to determine that (and whether FPKM even makes sense to use) based on your experiment. There is no "right" cutoff.
having problem to make Histogram graph with R for distribution of fpkm value per gene
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
• 5,744 views
•
link
1 answer
I have already made the density graph fpkm value per gene. Can any one let me know how I can choose of the appropriate fpkm cutoff based on the graph?
thank you
• 0 views
•
link
• 0 views
•
link
without graph, how can I choose the FPKM cutoff to identify the high express genes in my sample?
• 0 views
•
link
Log in to answer this question.
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_trackingjust play around.
Thank you so much for you help