Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • IsBeth
    Member
    • Nov 2013
    • 28

    pheatmap with predefined row order (?)

    Hello!

    I used the pheatmap function (package pheatmap), an excellent function to obtain a heatmap of my top20 genes. But rows have to be shown within the heatmap in a specific order.

    Now my ordered and rlog transformed dataframe looks something like this. It contains only 20 rows.

    head(ordered_df)
    control1 control2 treatment1 treatment2
    gene1 -1.7645217 -1.7195209 -1.6657764 1.8478388
    gene2 -1.8288594 -1.8174903 -1.8042068 1.8982069
    gene3 -1.6516937 -1.6204703 -1.6078509 1.5970406
    gene4 -1.3465805 -1.1734480 -1.4704845 1.2976865
    gene5 -1.4837454 -1.0958759 -1.3840635 1.3615838
    gene6 -1.0479161 -0.9808831 -1.0591158 0.9616953


    I obtained the pheatmap with the following command:

    pheatmap(ordered_df, annotation_col=annotcol)

    I thought that it would work to simply preorder the data frame before giving it to the pheatmap function, but the heatmap shows rows in an incorrect order. Is there a way within the function to achieve this? It seems to me that there must be something very simple to do this, but I cannot find it.
  • Zoltan
    Junior Member
    • Feb 2017
    • 1

    #2
    Please check here the answer of D.R. on another forum: https://www.biostars.org/p/108247/

    I tried to use
    res <- pheatmap(matrix)
    and than one may change value for
    res$tree_row$order <- list.of.your.order
    res$tree_col$order <- list.of.your.order
    or get the order from here,
    but finally could not produce a heatmap from the modified res
    D.R. has published a better solution

    Comment

    Latest Articles

    Collapse

    • 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
    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

      Here are nine questions we think about, in roughly the order they matter, before...
      06-18-2026, 07:11 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-02-2026, 11:08 AM
    0 responses
    21 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-30-2026, 05:37 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-26-2026, 11:10 AM
    0 responses
    21 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    54 views
    0 reactions
    Last Post SEQadmin2  
    Working...