We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I'm very interested in this as well. flow.fill doesn't seem to be able to color specific flows.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: