Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • imsharmanitin
    Postdoc Cancer Bioinformatics
    • Dec 2014
    • 17

    Differential expression using TopHat/Cufflinks, analysis by CumeRbund

    I am trying to do differential expression analysis for 6 samples with no replicates

    The protocol used by me after following several threads and http://www.nature.com/nprot/journal/....2012.016.html
    is as follows

    1) after steps like alignment, etc

    2) I assembled transcripts for each sample
    cufflinks -p 8 -o <output directory> accepted_hits.bam

    5) Ran Cuffmerge to create a single merged transcriptome annotation:
    cuffmerge -g Homo_sapiens.GRCh37.75.gtf -s Homo_sapiens.GRCh37.75.dna.primary_assembly.fa -p 8 assemblies.txt

    6) ran cuffdiff using following options:
    --library-type fr-unstranded
    --dispersion-method blind -L C1,C2,C3,C4,C5,C6
    -b ./index/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa
    -u ./merged_asm/merged.gtf

    7) used CumeRbund for analysis


    However, I was unable to get Ensemble id and instead got XLOC id for the genes.


    following the thread http://seqanswers.com/forums/showthread.php?t=18357
    I tried following two options

    1) featureNames(sigGenes)

    tracking_id gene_short_name
    1 XLOC_002638 HES4,RP11-54O7.17
    2 XLOC_005270 <NA>
    3 XLOC_005288 <NA>
    4 XLOC_005368 <NA>
    5 XLOC_007367 RP11-47A8.5
    6 XLOC_007664 <NA>
    7 XLOC_007703 <NA>

    But the names for some of XLOC were missing

    2) then i tired other method and i got error

    > names<-featureNames(sigGenes)
    > row.names(names)=names$tracking_id
    > sigGenesNames <-as.matrix(names)
    > sigGenesNames <- sigGenesNames [,-1]
    > sigGenesData<-diffData(sigGenes)
    > row.names(sigGenesData)= sigGenesData$gene_id
    Error in `row.names<-.data.frame`(`*tmp*`, value = c("XLOC_002638", "XLOC_002638", :
    duplicate 'row.names' are not allowed
    In addition: Warning message:
    non-unique values when setting 'row.names': ‘XLOC_002638’, ‘XLOC_005270’, [... truncated]


    Hence, I started to look into the ways to get Ensemble ids and the threads lead to lot of confusion and queries.

    1. should i use gtf file crated by cuffmerge or cuffcompare as input for cuffdiff ?

    2. while creating database using cummerbund should we use genome and gtf file?

    3. If the answer of 2nd question is yes, then should I use gtf from Ensemble or cuffmerge or cuffcomapre?

    4. how to get Ensemble id instead of XLOC id.

    5. Is there some error in my protocol?



    Thanks in advance.
  • csmatyi
    Member
    • Oct 2011
    • 25

    #2
    Hello everybody,

    I have a line from genes.fpkm_tracking from cuffdiff output:

    XLOC_000001 - - XLOC_000001 NM_008866 TSS1 chr1:4807892-4846735 - - 18.3357 13.5137 23.1577 OK 18.0846 13.4121 22.7572 OK

    Here the aggregated control sample value is 18.3357

    However, from the 3 control transcript.gtf files I have these 3 values:

    ../Nsg1-Hip_tophat/cufflinks_output_gtf/genes.fpkm_tracking:NM_008866 - - NM_008866 - - chr1:4807892-4846735 - - 16.1344 13.3363 18.9325 OK
    ../Nsg2-Hip_tophat/cufflinks_output_gtf/genes.fpkm_tracking:NM_008866 - - NM_008866 - - chr1:4807892-4846735 - - 15.4661 12.8039 18.1283 OK
    ../Nsg3-Hip_tophat/cufflinks_output_gtf/genes.fpkm_tracking:NM_008866 - - NM_008866 - - chr1:4807892-4846735 - - 13.0078 10.6329 15.3827 OK

    Here the aggregete value of 18.3 is larger than the individual values 16.1, 15.5, and 13.0. How does cuffdiff calculate the aggregate values from the 3 samples?
    Does it normalize? How does it do so?

    I've tried finding this in the Trapnell, 2012 Nature Protocol paper, but it doesn't say.

    Thanks, csmatyi

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM
    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 11:41 AM
    0 responses
    9 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-20-2026, 11:10 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    35 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    45 views
    0 reactions
    Last Post SEQadmin2  
    Working...