Zero expression Cuffdiff - conversative cut-off
0
0
Entering edit mode
9.1 years ago
jomaco ▴ 200

Hi,

In the Cuffdiff gene_exp.diff file, I am looking for genes with zero FPKM for one of my samples and some level of expression in the other sample.

If I was to take all of the genes with FPKM >0 for one sample and exactly zero FPKM for the other, then I would hopefully have all of the genes specifically expressed in one of the samples as required.

However, I would like to be more conservative than this - if there is, for example, an FPKM of 300 for one sample and 0.011291 for the other, one might conclude by eye that there is a chance this gene is actually specifically expressed in one of the samples and 0.011291 is perhaps just the result of the incorrect mapping of reads, in which case let's include this gene in the set of sample-specific expressed genes just in case.

But, if I wish to do this, I would have to make a somewhat arbitrary cut-off, I was thinking perhaps include those with <0.1 FPKM.

How else can I do this, or is it just a decision I will have to make and then report the method being used?

What might be a good cut-off to use?

Thanks.

Cuffdiff expression cut-off • 2.5k views
ADD COMMENT
0
Entering edit mode

For this you need to get the FPKM values for each sample in a matrix and then perform filtering. You do something like "only those tags that have at least one count per million in at least three samples" (here the count will be FPKM) using the perl script in this blog. Modify the script and change the parameters as you required.

Regarding cutoff value, lets hear from others.

ADD REPLY

Login before adding your answer.

Traffic: 2721 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