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!