Spaces:
Sleeping
Sleeping
Update PFCapp.qmd
Browse files- PFCapp.qmd +2 -1
PFCapp.qmd
CHANGED
|
@@ -367,7 +367,8 @@ output$sp_target_plot <- renderPlot({
|
|
| 367 |
df <- df[order(df$Zscore),]
|
| 368 |
ggplot(df, aes(x=X,y=Y)) +
|
| 369 |
geom_point(aes(colour=Zscore), size=1) +
|
| 370 |
-
scale_color_gradientn(colours = viridis(n = 256, option = "E", direction = 1)
|
|
|
|
| 371 |
ggdark::dark_theme_void() +
|
| 372 |
labs(title = input$sp_target) +
|
| 373 |
theme(plot.title = element_text(size = 20, hjust = 0.5),
|
|
|
|
| 367 |
df <- df[order(df$Zscore),]
|
| 368 |
ggplot(df, aes(x=X,y=Y)) +
|
| 369 |
geom_point(aes(colour=Zscore), size=1) +
|
| 370 |
+
scale_color_gradientn(colours = viridis(n = 256, option = "E", direction = 1),
|
| 371 |
+
limits = c(0,3)) +
|
| 372 |
ggdark::dark_theme_void() +
|
| 373 |
labs(title = input$sp_target) +
|
| 374 |
theme(plot.title = element_text(size = 20, hjust = 0.5),
|