Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight one specific flow. (2 flows leaving from one node) #22

Open
ZheFrench opened this issue May 5, 2022 · 1 comment
Open

Highlight one specific flow. (2 flows leaving from one node) #22

ZheFrench opened this issue May 5, 2022 · 1 comment

Comments

@ZheFrench
Copy link

I have a node with two flows to two different next nodes. VEGFC -> NRP2 / VEGFC -> ITGB1

I want to color one flow only.

scale_fill_manual(values = c('VEGFC' = "red",NRP2="red")

But this will color also VEGFC -> ITGB1.
I want to have only VEGFC -> NRP2 colored in red.

The following give a concrete example. Is this possible ? Tks.

https://github.com/ZheFrench/pics/blob/master/GSE69667.TPMs.EMT.A549.HSapiens.TimeCourse.Rep1.csv_SANKEY.png?raw=true

@bdidds2
Copy link

bdidds2 commented Jan 12, 2023

I'm very interested in this as well. flow.fill doesn't seem to be able to color specific flows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants