Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • csVolcanoMatrix xlimits error

    Greetings,
    I am trying to use the cummeRbund csVolcanoMatrix function on cufflinks 2.2.0 data to create an all to all matrix of volcanoPlots.
    csVolcanoMatrix(genes(cuff_data),alpha=0.05, xlimits=c(-20,20), showSignificant=TRUE)

    It generates the attached plot.png but I'm having issues with the limits of the x and y axis. The x axis defaults to [-500 to 500] and the y axis defaults to [0 to 15]

    If I do a single pair plot, the x axis limits are set correctly to [-20 to 20] and the y axis to [0 to 5]:
    csVolcano(genes(cuff_data),"sample_1", "sample_2", alpha=0.05, xlimits=c(-20,20), showSignificant=TRUE)

    If I save the ggplot and then try to change the x axis it does work:

    g<- csVolcanoMatrix(genes(cuff_data),alpha=0.05, xlimits=c(-20,20), showSignificant=TRUE)
    g<- g + xlim(-20,20)

    But, if I try the same method to change the y axis limits it will work if the limits are [0 to >=16] but it will give me the following error if I go below the upper limit of 16:

    Error: 'x' and 'units' must have length > 0
    In addition: Warning message:
    Removed 1 rows containing missing values (geom_text).


    How can I troubleshoot why the default axis limits don't work using the csVolcanoMatrix function?

    Thanks,
    Bill
    Attached Files

  • #2
    This turned out to be a bug. A new release of cummeRbund that contains the fix is expected to be available in a couple of days.
    Thanks CuffLinks team!

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Technologies
      by seqadmin







      Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

      Long-Read Sequencing
      Long-read sequencing has...
      12-02-2024, 01:49 PM
    • seqadmin
      Genetic Variation in Immunogenetics and Antibody Diversity
      by seqadmin



      The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
      11-06-2024, 07:24 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 12-02-2024, 09:29 AM
    0 responses
    144 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-02-2024, 09:06 AM
    0 responses
    51 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-02-2024, 08:03 AM
    0 responses
    42 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-22-2024, 07:36 AM
    0 responses
    72 views
    0 likes
    Last Post seqadmin  
    Working...
    X