Render GEO data in R shiny mainpanel
1
0
Entering edit mode
5.1 years ago
 getGEO("GSM11805")
      gsm <- getGEO(filename=system.file("extdata/GSM11805.txt.gz",package="GEOquery"))
      com<-Meta(gsm)$comment,
      output$com<-renderText(input$com),      
      textOutput("com")

I need to show the ouput in shiny mainpanel, so how can that be , i wrote the above code but it is not working

R RNA-Seq • 1.0k views
ADD COMMENT
0
Entering edit mode

Please edit your question accordingly ( Brief Reminder On How To Ask A Good Question ) to motivate people to help you.

ADD REPLY
1
Entering edit mode
5.1 years ago

This is an R/Shiny programming question not a bioinformatics one even if it's applied to a bioinformatics data set. Your code is not structured as a Shiny app. Start by reading the Shiny tutorial.

ADD COMMENT

Login before adding your answer.

Traffic: 1571 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6