Unconfigured Ad

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

    #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
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    07-31-2026, 11:01 AM
  • 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

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, Yesterday, 10:35 AM
0 responses
7 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-06-2026, 07:41 AM
0 responses
24 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-03-2026, 10:13 AM
0 responses
44 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-31-2026, 02:55 AM
0 responses
48 views
0 reactions
Last Post SEQadmin2  
Working...