More posts like this
-
How to generate FPKM values for Velvet/Oases assembled transcripts
written by upendrakumar.devisetty<p>Hi,</p> <p>Can anyone point to me of how i can generate FPKM values for the Velvet/Oases assembled transcripts. I know TopHat/Cufflinks pipeline for generating FPKM …
-
How to get an 'average' gene expression levels of bilological replicates?
written by hanaHi I have 6 RNA-Seq samples (same condition, biological replicates). I used tophat and cufflinks to analysis the samples. How to get an 'average' gene …
-
identify high and low express genes from cufflinks output
written by hanaHi I want to find high and low express genes from cufflinks output (`genes.fpkm_tracking` file) in **one sample.** How can I choose an FPKM cut-off …
-
How to choose a FPKM cut-off
written by hanaHi I want to find high and low express genes from cufflinks output for **one RNA sample**. How can I choose an FPKM cut-off to …
-
human transcriptome size
written by hanaHi everyone I would like to calculate the read depth of my raw sequences resieved from company, somebody suggest my "Get number of reads, multiply …
-
how can identify read depth
written by hanaHi I would like to check the read depth of my row sequences received from company. Any suggestion would be appreciated Thank you
-
identify Gencode genes residing in 1-Mb intervals
written by hanaHi I would like to make the graph of distribution of expressed genes by chromosome form transcripts.gtf file. I need to extract the Gencode genes …
-
convert bed file to fasta file
written by hanaHi I have the transcript.gtf file from cufflinks. I would like to identify novel long non_coding RNA using lncRScan. I need to convert the gtf …
-
Large Variation In Rpkm Values Of Different Biological Replicates From Cufflinks
written by hoangtv •<p>Hi all, I want to rank gene expression based on the transcript abundance to see the relative expressions of different genes in my RNA-seq sample. …
-
Very Large Fpkm Values For Some Transcripts: Artifacts?
written by Pfs<p>I use cufflinks to analyze a ~ 135 million reads experiments. The FPKM values vary from 0 to 100000. I did not use the -N …
For what purposes? Normalization is a general term, so your question has no answer as written.
I would like to make the graph of distribution of assembled transcripts in one sample based on abundance and corresponding density. How can I get the abundance threshold and get the true positive and potential false positive transcript?
Thank you
I'm assuming that you used cufflinks. If not, the following won't make any sense.
Firstly you'll need to use cuffmerge to merge the annotations and then re-estimate the FPKMs on the merged dataset (there's presumably some cuff* program that can do that, though I guess you could always just use cuffdiff or cufflinks again). If you didn't do that, it'd be difficult to properly compare the FPKMs between your samples (i.e., you'd end up with slightly different gene models between them). You can then plot the resulting FPKM estimates.
The only real way to determine a threshold for true/false positive is experimentally (though perhaps the graph will suggest a threshold). I should note that any such threshold will likely be experiment-specific.
Also, if you haven't done so, you should have a read through this paper.
@hana FPKM values are already normalized. Check the cufflinks documentation