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
    Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by SEQadmin2


    I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

    Here are nine questions we think about, in roughly the order they matter, before...
    06-18-2026, 07:11 AM
  • SEQadmin2
    From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
    by SEQadmin2


    Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


    The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
    ...
    06-02-2026, 10:05 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, Today, 05:37 AM
0 responses
5 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-26-2026, 11:10 AM
0 responses
16 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-17-2026, 06:09 AM
0 responses
49 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-09-2026, 11:58 AM
0 responses
109 views
0 reactions
Last Post SEQadmin2  
Working...