distribution of fpkm value for gene
2
1
Entering edit mode
9.7 years ago
hana ▴ 190

Hi, Iam a very new in RNA-Seq data analysis. How can I make the graph of distribution of fpkm value for genes in one sample.

Thanks in advance for your help

RNA-Seq • 4.5k views
ADD COMMENT
0
Entering edit mode

Thanks for your reply

ADD REPLY
0
Entering edit mode

thank you for your help

ADD REPLY
2
Entering edit mode
9.7 years ago
lkmklsmn ▴ 970

Gene expression levels (fpkm) can vary extremely. There will be many low expressed genes and a few very highly expressed genes. I would recommend log-scaling the X-axis in order to visualize this extreme range. Also good function in R, very similar to hist() is density().

ADD COMMENT
0
Entering edit mode

Thank you for your reply, I want to make the density graph of distribution of fpkm value for genes from genes.fpkm_tracking (cufflinks output) file for just one sample and then based on graph find the appropriate FPKM cutoff to identify the high express gens in my sample. I am not good in R, can you provide me the codes for this purpose

Thanks in advance

ADD REPLY
1
Entering edit mode
9.7 years ago

The R stats package is really good at this type of thing. hist() might be a good place to start.

ADD COMMENT

Login before adding your answer.

Traffic: 1523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6