FPKM for Normal vs Tumor
1
0
Entering edit mode
9.4 years ago
Ron ★ 1.2k

Hi all,

I want to do calculate FPKM values of genes in Normal vs tumor samples.I have a doubt if this is the correct procedure to follow.

Run cufflinks on each sample to produce fpkm.gene.gtf.Merge the gtf's for all normals using cuff merge,merge the gtf for tumors similarly to produce two separate assemblies.

Thanks,
Ron

FPKM RNA-Seq cufflinks • 2.7k views
ADD COMMENT
0
Entering edit mode

If you intend to test for differences, you can simply use Cuffdiff.

ADD REPLY
0
Entering edit mode
9.4 years ago

Tophat --> Cuffdiff. Cuffdiff will output isoforms.read_group_tracking and genes.read_group_tracking which contains the FPKM values for each replicate.

A simple AWK command would convert it to a tabular form.

Your approach "Run cufflinks on each sample to produce fpkm.gene.gtf. Merge the gtf's for all normals using cuff merge,merge the gtf for tumors similarly to produce two separate assemblies." Merging all the GTFs for all normals is not a good idea as you need FPKM values for each replicate for inputting it to any software like clustering or heatmap. Hence, do not merge all the GTFs from all the normal samples, instead make a tabular format of FPKMs for each replicate.

ADD COMMENT
0
Entering edit mode

I have to use cuffdiff separately on normals and tumors ,or together?Also I want to do a heatmap as u mentioned from this output.So the input to that data would be a table with FPKM values and having normals as well as tumors?

ADD REPLY
0
Entering edit mode

Spend some time on the cufflinks-cuffdiff manual.

http://cufflinks.cbcb.umd.edu/manual.html#cuffdiff

ADD REPLY
0
Entering edit mode

Cuffdiff required a merged transcript gtf file from all the samples for e.g.

cuffdiff merged_asm/merged.gtf top_SRR027863-65/accepted_hits.bam top_SRR027866-67/accepted_hits.bam

It can not just take the bam files as an input.

Kindly See this post: Meaning Of Fpkm Value Used By Cufflinks

ADD REPLY

Login before adding your answer.

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