iDEP-SDSU / idep

Integrated Differential Expression and Pathway analysis
http://ge-lab.org/idep
121 stars 62 forks source link

idep.96-How are species lists implemented in the source code #230

Open Rwtkc opened 5 months ago

Rwtkc commented 5 months ago

The load data page has a Select or search for your species selection control, the ui code uses the selectizeInput control, and the server uses the following code to update the control's

observe({ updateSelectizeInput(session, "selectOrg", choices = speciesChoice, selected = speciesChoice[1], server = TRUE ) }) 微信截图_20240114132755 I want to know how the speciesChoice variable species list is implemented in the selectizeInput control