To be customized
Examples
if (interactive()){
data(subbouyssie)
# Builds the instance of `SummarizedExperiment`
obj.se <- pirat2SE(
subbouyssie$peptides_ab, subbouyssie$adj,
subbouyssie$mask_prot_diff, subbouyssie$mask_pep_diff
)
# Launch the app
app <- mod_Pirat(obj.se)
shiny::runApp(app)
}