You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La he colocado en linea 65 de server para que la puedan utilizar el resto de funciones, es correcto?
observeEvent(input$upload, {
#Definimos la variable "se" (summarizedExperiment) en esta sección para que puedan utilizarla el resto de funciones.
se<-dataInput()
Lo probare, basicamente si no tienes cargado nada en el environment y
corres la app, sabras si asi funciona. Es como lo pruebo yo, directamente
lanzando la app desde una sesión de R que no tiene nada. Merci!
On May 6, 2019 at 1:18:16 PM, Adrián Corral Bondía ([email protected]) wrote:
La he colocado en linea 65 de server para que la puedan utilizar el resto
de funciones, es correcto?
observeEvent(input$upload, {
#Definimos la variable "se" (summarizedExperiment) en esta sección para que
puedan utilizarla el resto de funciones.
se<-dataInput()
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAML6HEQFDQ4ZPNPFNRH4NLPUBR5RANCNFSM4HKWQ6NA>
.
mirgff3_shiny/server.R
Line 72 in 558359b
Hace falta una linea arriba como esta: se <- dataInput()
The text was updated successfully, but these errors were encountered: