Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Zapages
    Member
    • Oct 2012
    • 98

    CummeRbund Help

    Hi Everyone,

    I have small question regarding CummeRbund. Currently, I am getting familiarized with R. Its a very interesting language. Its like an hybrid of Dos and Unix commands from looking at the changing directories and all. All joking aside.

    I have taken a look at the gene_exp.diff file and I see that the genes that I am interested are significantly different in expression. The file was viewed through excel.

    So the next step I did was download the whole cuffdiff_out folder onto my computer.

    I set the folder to cufddif_out folder in R and then ran cummeRbund.

    My goal is to show in a nice graphical manner through cummeRbund that these genes of interest (There are about 6 genes) are highly or not being expressed between the two organs. I was thinking of showing a heat map or something along those lines. I am open to any other method as well.

    I have followed the cummeRbund manual to no avail.

    My Cuff looks like:

    Code:
    CuffSet instance with:
     2 samples
     23228 genes
     27180 isoforms
     26643 TSS
     0 CDS
     22615 promoters
     26643 splicing
     0 relCDS
    When I try to look for overall quality:

    I get the following errors:

    Code:
    disp<-dispersionPlot(genes(cuff))
    Error in sqliteExecStatement(con, statement, bind.data) : 
    RS-DBI driver: (error in statement: no such table: geneCount)
    When I try to do Step 5: Exploring the data at the gene level on the iPlant's cummeRbund guide. I get errors as well on step 5.3 on doing the sigGenes portion.

    Code:
    sigGenes <- getGenes(cuff,sig)
    Error in sqliteExecStatement(conn, statement, ...) : 
    RS-DBI driver: (RS_SQLite_exec: could not execute1: cannot start a transaction within a transaction)
    This tutorial shows for different gene expression, but is there a method to specify what genes in cummerbund?

    I found someone who is wanted to do exactly what I am hoping to do. I tried the solution stated in thier question. Unfortunately, it did not work. I was trying this through Atmosphere - RNA-Seq Visualization Instance.

    Code solution from: http://www.biostars.org/p/49966/

    I got the following error:

    Code:
    myGenes<-getGenes(cuff,MyGeneIds)
    Getting gene information:
        FPKM
        Differential Expression Data
        Annotation Data
        Replicate FPKMs
    Error in sqliteExecStatement(con, statement, bind.data) : 
    RS-DBI driver: (error in statement: no such table: geneReplicateData)
    I tired again on my MacBook Pro with R... I have received this error with different experiment set with 4 samples this time around. I am still having no luck with this.

    I used Cufflinks 2.0.2, Cuffmerge2 2.0.2 and Cuffdiff2 2.0.2 to generate the data files. The gene ids are being protected here for research purposes, but the idea is there.

    Code:
    myGeneIds <- c("gene1","gene2","gene3","gene4","gene5")
    > myGenes <- getGenes(cuff,myGeneIds)
    Getting gene information:
    FPKM
    Differential Expression Data
    Annotation Data
    Replicate FPKMs
    Error in sqliteExecStatement(con, statement, bind.data) : 
      RS-DBI driver: (error in statement: no such table: geneReplicateData)
    This is the tutorial: https://insilicodb.org/differential-...ng-cummerbund/

    I have been following these tutorials: https://pods.iplantcollaborative.org...A-Seq_tutorial and the CummeRbund manual: http://bioconductor.org/packages/2.1...und-manual.pdf

    I would really appreciate any help regarding this. Thank you in advance.

    EDIT: Figured it out: I had to rebuild the database file

    Code:
    cuff<-readCufflinks(rebuild=T)
    Last edited by Zapages; 01-21-2014, 08:40 PM.

Latest Articles

Collapse

  • 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
  • GATTACAT
    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by GATTACAT
    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
    07-01-2026, 11:43 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, Yesterday, 10:26 AM
0 responses
13 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-09-2026, 10:04 AM
0 responses
26 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-08-2026, 10:08 AM
0 responses
16 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-07-2026, 11:05 AM
0 responses
33 views
0 reactions
Last Post SEQadmin2  
Working...