Skip to content

Commit

Permalink
edits for 3d_normalized_pathways.R
Browse files Browse the repository at this point in the history
regeneration <> inflammation
  • Loading branch information
mcrewcow authored May 26, 2023
1 parent a372b31 commit f6f0720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3d_normalized_pathways.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ final_ko$delta_regen_new <- final_ko$regenfinal_new - final_wt$regenfinal_new
library(plotly)

fig <- plot_ly(final_ko, x = ~delta_injury_new, y = ~delta_infl_new, z = ~delta_regen_new, color = ~Group.1, text = final_ko$Group.1) %>%
add_markers() %>%
layout(scene = list(xaxis = list(title = "Δ inflammation", zerolinewidth=4, zerolinecolor='black'),
yaxis = list(title = "Δ regeneration",zerolinewidth=4, zerolinecolor='black'),
zaxis = list(title = "Δ injury",zerolinewidth=4, zerolinecolor='black')))
add_markers() %>%
layout(scene = list(xaxis = list(title = "Δ regeneration", zerolinewidth=4, zerolinecolor='black'),
yaxis = list(title = "Δ inflammation",zerolinewidth=4, zerolinecolor='black'),
zaxis = list(title = "Δ injury",zerolinewidth=4, zerolinecolor='black')))
fig

htmlwidgets::saveWidget(
Expand Down

0 comments on commit f6f0720

Please sign in to comment.