output$example <- renderPlot( input$combination %>% ggplot(aes( x = logFC, y = -log10(adj.P.Val), col = diffexpressed )) + geom_point() + ...
確定! 回上一頁