Giter Club home page Giter Club logo

Comments (3)

olechnwin avatar olechnwin commented on June 15, 2024

Ah...I figured out what went wrong. It was following the row order of the first heatmap.
If I switched the order draw(hm1+hm0,row_split=expr.102.not.85) then hm1 heatmap will still be sorted and split.

Is there a way I can still draw the hm0 on the left and keep hm1 sorted? Also, I still haven't figured out how to remove the text annotation on the left.
image

from enrichedheatmap.

jokergoo avatar jokergoo commented on June 15, 2024

I am sorry for the late reply. I miss this issue because tons of issues from my other projects :)

You can set main_heatmap argument to decide which heatmap controls the row order of all heatmap list:

draw(hm0+ hm1, main_heatmap = "name-of-hm1")  # give hm1 a name!

To remove the row titles, set row_title = NULL

hm1 = EnrichedHeatmap(..., row_title = NULL)

from enrichedheatmap.

olechnwin avatar olechnwin commented on June 15, 2024

I really appreciate you're still taking the time to reply. It's still useful for me :-)

Thanks! I missed the main_heatmap parameter. That's really helpful.

Weirdly, I somehow managed to find row_title_gp so I set the size to 0 but not row_title ha! Thanks!!

from enrichedheatmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.