Merge gene expression levels (merge gene expressions levels, FPKM)

Source: Internet
Author: User

When using tophat and cufflinks to calculate the expression level of RNA-SEQ data, it is necessary to combine their expression levels when a gene has multiple levels of expression in a sample.

This code was a solution to collapsing duplicate fpkms for a gene.

Collapsefpkmthis code is a solution to collapsing duplicate fpkms for a gene

Problem/issue:

In the Cufflinks output files *_genes.expr (which reports the gene-level coordinates and expression values), sometimes I g Et more than one row for the same gene? It's like in some cases the FPKM values from the transcripts corresponding to the same gene does not get summed, although th E transcripts is assigned to the same gene.

Reasons and Solution:

The multiple FPKM problem occurs when genes has transcripts that does not overlap with any other transcripts in the gene. For example, this occurs in the ENSG00000125388 gene from ENSEMBL/HG19. We are aware of this issue and would eventually change the behavior, but for now a simple solution was just to sum the fpkms Since the gene fpkms is just the sum of the transcript fpkms anyways.

Url:

Https://sourceforge.net/projects/collapsefpkm/files/?source=navbar

Merge gene expression levels (merge gene expressions levels, FPKM)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.