Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • TinaS87
    Junior Member
    • Sep 2014
    • 1

    Using cummeRbund with Galaxy output files

    Hello,

    I'm a new user. I would like to compare gene expression data between "WT" and "sample". I processed my data using the following pipeline in Galaxy: Tophat->Cufflinks->Cuffmerge->Cuffdiff.

    *NOTE* My colleague has run my RNA-seq data through the same pipeline using a UNIX interface. With his UNIX Cuffdiff data, I do not run into the problem below. This is a specific problem with Cuffdiff data from Galaxy.

    So, with the Galaxy Cuffdiff data, I am able to do the following:


    WT_v_sample <- readCufflinks(dir = Cuffdiff_WT_v_sample,
    gtfFile = Cuffmerge_Exp1,
    dbFile="cuffData.db",
    geneFPKM = "gene_fpkm_tracking.tabular",
    geneDiff = "genes_differential_expression_testing.tabular",
    geneRep = "genes_read_group_tracking.tabular",
    isoformFPKM = "transcript_FPKM_tracking.tabular",
    isoformDiff = "transcript_differential_expression_testing.tabular",
    isoformRep = "isoforms_read_group_tracking.tabular",
    TSSFPKM = "TSS_groups_FPKM_tracking.tabular",
    TSSDiff = "TSS_groups_differential_expression_testing.tabular",
    TSSRep = "TSS_groups_read_group_tracking.tabular",
    CDSFPKM = "CDS_FPKM_tracking.tabular",
    CDSExpDiff = "CDS_FPKM_differential_expression_testing.tabular",
    CDSRep = "CDS_read_group_tracking.tabular",
    CDSDiff = "CDS_overloading_differential_expression_testing.tabular",
    PromoterFile = "promoters_differential_expression_testing.tabular",
    SplicingFile = "splicing_differential_expression_testing.tabular",
    genome = genomePath,
    rebuild = T)


    I am able to make a density plot of FPKM (using csDensity) and a box plot of FPKM (using brep) of my data, which suggests that the above code worked fine.

    The issue comes when I try to make a heatmap. This is the code I want to use:


    SigGeneIds<-getSig(WT_v_sample,alpha=0.05,level='genes')
    SigGenes<-getGenes(WT_v_sample,SigGeneIds)
    sigHeat<-csHeatmap(SigGenes,cluster='both')


    However, when I run "SigGeneIds", it says "character(0)", which means no significant genes were found. This is incorrect as I know I should have 29 significant genes and am able to pull them using the UNIX Cuffdiff data. I have no idea why this doesn't work with the Galaxy Cuffdiff files since they have identical column headings and roughly the same values as the Unix Cuffdiff files.

    If you have a suggestion on how I can fix this problem with Galaxy output data, please let me know. Thanks in advance for your help.

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
    ...
    Yesterday, 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, Yesterday, 11:10 AM
0 responses
9 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-13-2026, 10:26 AM
0 responses
30 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-09-2026, 10:04 AM
0 responses
41 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-08-2026, 10:08 AM
0 responses
26 views
0 reactions
Last Post SEQadmin2  
Working...