You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MSstats
Dear all,
This is Borja from May institute 2026, I am trying my best to run MSstatsShinny app with high volume DIA-NN data (starting from files of ~500 MBA to heavy files of 2 Gb) and I always get stuck at some point during the data processing and summarization. Have you experienced these problems with this type of files before?
when the data is loaded and I try to summarize data and obtain the QC etc. I always obtain this message:
Warning: The select input "qc-which" contains a large number of options; consider using server-side selectize for massively improved performance. See the Details section of the ?selectizeInput help topic
Thanks in advance,
Borja
Borja Belda Palazon
unread,
May 13, 2026, 9:52:44 AM (8 days ago) May 13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MSstats
I saw in the Shiny documentation that this can happen when selectizeInput() loads too many choices client-side. Could you please check whether the input “qc-which” should be implemented with server-side selectize (server = TRUE in updateSelectizeInput)?