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

No logro que funcione #13

Open
adriancbondia opened this issue May 9, 2019 · 2 comments
Open

No logro que funcione #13

adriancbondia opened this issue May 9, 2019 · 2 comments
Assignees

Comments

@adriancbondia
Copy link
Collaborator

mirgff3_shiny/server.R

Lines 71 to 80 in 4c50f00

output$pca<- renderPlot({
#Blanco y negro
degPCA(assays(dataInput())[[1]], metadata = colData(se), data = FALSE)
#observeEvent(input$upload2, {
# degPCA(assays(se)[[1]], metadata = colData(se), condition = input$datadrop, shape = input$datadrop, data = FALSE)
#})
#Diferenciado por color y forma
#metadata = colData(se)
#degPCA(assays(se)[[1]], metadata = colData(se), condition = input$datadrop, shape = input$datadrop, data = FALSE)
})

Conseguí que funcionara si dejo la variable metadata cargada en memoria por otros medios. También hace la gráfica con diferenciación de colores y demás pero no logro encotrar donde tiene que ir el "selectInput" para que se cargue el datadrop.

@lpantano
Copy link
Contributor

lpantano commented May 9, 2019

Hey, mira el ultimo cambio que he hecho. Esto deberia hacer funcionar el droplist y tambien el Selector.

Queda normalizar los datos por default. Dime si consigues que el ultimo codigo te funcione.

@adriancbondia
Copy link
Collaborator Author

Funciona perfecto, gracias!

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