Coder Social home page Coder Social logo

Comments (5)

GuangchuangYu avatar GuangchuangYu commented on May 30, 2024 1

I agree with @dmneedha that using geom_text to do it manually is more flexible.

I have updated ggtree with a function, get_heatmap_column_position, which will output a data.frame that contains position information of where the column names should be placed. Then we can use geom_text to label the column name manually.

beast_file <- system.file("examples/MCC_FluA_H3.tree", package="ggtree")
beast_tree <- read.beast(beast_file)
p <- ggtree(beast_tree, mrsd="2013-01-01")
p2 <- gheatmap(p, genotype, offset = 2, width=0.5, colnames=F) 
df = get_heatmap_column_position(p2, by="bottom")
p2 + geom_text(data=df, aes(x, y, label=label), nudge_y=-1, angle=45)

screenshot 2015-11-25 18 03 52

from ggtree.

GuangchuangYu avatar GuangchuangYu commented on May 30, 2024

Thanks for your suggestion.

I will consider to implement point 1.

For point 2, it's more complicated for I need to modify the source code of ggplot2::geom_tile.

For point 3, I don't think it's a good idea, since different color scheme for different column will make it hard to compare among columns.

from ggtree.

ConstantinV avatar ConstantinV commented on May 30, 2024

Hi! Thanks a lot! Could you let me know when it will be done?

from ggtree.

dmneedha avatar dmneedha commented on May 30, 2024

Thanks for making ggtree, it's great! I agree with the request for "Changing angle of labels above". In the interim is there a way to ggplot2 to rotate them manually? I'm new to ggplot2, unfortunately. Thanks!

from ggtree.

ConstantinV avatar ConstantinV commented on May 30, 2024

Great! Thanks!

from ggtree.

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.