Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Mags
    Junior Member
    • May 2013
    • 1

    How to increase rowsize in heatmap?

    Hi,
    I am a complete newbie to all things cummeRbund and am currently fighting with generating readable heatmaps. When I use

    >h<-csHeatmap(myGenes)
    >h

    I do get a lovely heatmap, yet due to the number of genes, the row labeling overlaps and is unreadable. Could someone please help? Or is the only solution to copy the heatmap without labels and relabel using an illustrator program?

    Thanks in advance for your help!
    M
  • muthu545
    Member
    • Jul 2011
    • 32

    #2
    Hi,

    Use a PDF function to output the result from csHeatmap function.

    pdf('test.pdf',width=desired)
    csHeatmap(myGenes)
    dev.off()

    Hoepfully, the PDF will have output you are looking for.

    Thanks

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    16 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    34 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    37 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Working...