Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • legend for heatmaps

    I am trying to create a heat map of genes with log2foldchange values. Following is my code,

    pdf("fold_change_heatmap_top_100.pdf" , height=20, width=15)
    x <- as.matrix(fold_change_genes[fold_change_genes$gene %in% top_100 , c(2,3,4)])
    heatmap(x, margins = c(6,6) , cexCol=2 )
    dev.off()

    But I cannot see the legend for this plot. I am not sure how draw that..Could anyone please help me? I cannot use gplots::heatmap.2 as it is not installed on the cluster I am working on yet. Please suggest something.

    Thanks,
    Ashu

  • #2
    legend for heatmaps

    have you tried typing '?heatmap' to get the help page for
    the R function heatmap.

    That should give you a list of the parameters you can use with heatmap().

    Comment


    • #3
      Yes I have and it doesnt tell me anything

      Comment


      • #4
        why don't you try

        heatmap.2 in library gplots
        Last edited by paolo.kunder; 07-31-2013, 07:59 AM.

        Comment


        • #5
          can somebody answer this trouble, please?
          Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            Yesterday, 07:01 AM
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          55 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          45 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          55 views
          0 likes
          Last Post seqadmin  
          Working...
          X