Coder Social home page Coder Social logo

color tree about ggtree HOT 3 CLOSED

yulab-smu avatar yulab-smu commented on May 30, 2024
color tree

from ggtree.

Comments (3)

XinpengQi avatar XinpengQi commented on May 30, 2024

actually I was using group OTUs and I defined a cls (c1,c2 and c3).
I am asking how to color different c using specific color, for example, I wanna c1 red, c2 blue, and c3 gray.

thanks a lot

from ggtree.

GuangchuangYu avatar GuangchuangYu commented on May 30, 2024

use scale_color_manual to specify the color.

require(ggtree)
nwk <- system.file("extdata", "sample.nwk", package="ggtree")
tree <- read.tree(nwk)
cls <- list(c1=c("A", "B", "C", "D", "E"),
            c2=c("F", "G", "H"),
            c3=c("L", "K", "I", "J"),
            c4="M")

tree <- groupOTU(tree, cls)
ggtree(tree, aes(color=group)) + scale_color_manual(values=c('black', 'red', 'blue', 'green', 'purple'))

from ggtree.

XinpengQi avatar XinpengQi commented on May 30, 2024

thank you very much for your help!
happy chinese spring festival!

2016-02-06 5:24 GMT-05:00 Guangchuang Yu [email protected]:

use scale_color_manual to specify the color.

require(ggtree)nwk <- system.file("extdata", "sample.nwk", package="ggtree")tree <- read.tree(nwk)cls <- list(c1=c("A", "B", "C", "D", "E"),
c2=c("F", "G", "H"),
c3=c("L", "K", "I", "J"),
c4="M")
tree <- groupOTU(tree, cls)
ggtree(tree, aes(color=group)) + scale_color_manual(values=c('black', 'red', 'blue', 'green', 'purple'))


Reply to this email directly or view it on GitHub
#41 (comment)
.

Xinpeng QI

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.