Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbietonextgen
    Member
    • Nov 2010
    • 56

    #1

    CummeRbund error

    Hi all,

    I am just running the cummerbund R script and running into a problem when i make the volcano plots. Its only with the volcano plots and other plots look fine, density and scatter. What am i doing wrong? Below is the output...

    > library(cummeRbund)
    Loading required package: RSQLite
    Loading required package: DBI
    Loading required package: ggplot2
    Loading required package: reshape2
    > data <-readCufflinks ("all_samples")
    Creating database all_samples/cuffData.db
    Reading all_samples/genes.fpkm_tracking
    Checking samples table...
    Populating samples table...
    Writing genes table
    Reshaping geneData table
    Recasting
    Writing geneData table
    Reading all_samples/promoters.diff
    Writing promoterDiffData table
    Reading all_samples/isoforms.fpkm_tracking
    Checking samples table...
    OK!
    Writing isoforms table
    Reshaping isoformData table
    Recasting
    Writing isoformData table
    Reading all_samples/isoform_exp.diff
    Writing isoformExpDiffData table
    Reading all_samples/tss_groups.fpkm_tracking
    Checking samples table...
    OK!
    Writing TSS table
    Reshaping TSSData table
    Recasting
    Writing TSSData table
    Reading all_samples/tss_group_exp.diff
    Writing TSSExpDiffData table
    Reading all_samples/splicing.diff
    Writing splicingDiffData table
    Reading all_samples/cds.fpkm_tracking
    Checking samples table...
    OK!
    Writing CDS table
    Reshaping CDSData table
    Recasting
    Writing CDSData table
    Reading all_samples/cds_exp.diff
    Writing CDSExpDiffData table
    Reading all_samples/cds.diff
    Writing CDSDiffData table
    Indexing Tables...
    > csDensity(genes(data))
    > csScatter(genes(data), 'Infected', 'Uninfected')
    > csVolcano(genes(data), 'Infected', 'Uninfected')
    Error in if (nrow(layer_data) == 0) return() : argument is of length zero


    Also is there a way i can change the X axis of the volcano plots so that they all look similar? When i searched around ...I found the code in another thread..So can i switch the scale_y_continuous to scale_x_continuous? or do i just use xlimits= c(-x, x ).

    v<-csVolcano(genes(cuff),'Sample_A','Sample_B')
    v+ scale_y_continuous(limits = c(0, 20))

    Session info

    > sessionInfo()
    R version 2.15.0 (2012-03-30)
    Platform: x86_64-pc-linux-gnu (64-bit)

    locale:
    [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
    [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
    [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
    [7] LC_PAPER=C LC_NAME=C
    [9] LC_ADDRESS=C LC_TELEPHONE=C
    [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

    attached base packages:
    [1] stats graphics grDevices utils datasets methods base

    other attached packages:
    [1] cummeRbund_1.2.0 reshape2_1.2.1 ggplot2_0.9.1 RSQLite_0.11.1
    [5] DBI_0.2-5

    loaded via a namespace (and not attached):
    [1] colorspace_1.1-1 dichromat_1.2-4 digest_0.5.2 grid_2.15.0
    [5] labeling_0.1 MASS_7.3-18 memoise_0.1 munsell_0.3
    [9] plyr_1.7.1 proto_0.3-9.2 RColorBrewer_1.0-5 scales_0.2.1
    [13] stringr_0.6 tools_2.15.0
    >
  • newbietonextgen
    Member
    • Nov 2010
    • 56

    #2
    i did (rebuild=T), did not work. Kindly help

    Comment

    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
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    13 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    30 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    40 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Working...