0

I have about 8000ish elements under 'gene_count', but only a few gets displayed when I create a dropdown menu using the command,

fluidRow(
             column(12,
                    br(),
                    selectInput("gene_search", label = h3("Gene of interest: "),
    choices = names(gene_count))
           )
           )

What could be the problem? Pl take a look at the screenshots below!

Thanks!

Data stuff

Dashboard

DeanAttali
  • 25,268
  • 10
  • 92
  • 118
Harriss
  • 13
  • 1
  • 8

0 Answers0