Presents metabolite annotations in an interactive table
Source:R/introPanel_AnnoTab.R
IntroPanel_AnnoTab.RdUI and server logic for browsing the peak/metabolite annotation table. Displays full annotation details with options to download as CSV.
Usage
IntroPanel_AnnoTabUI(id, bulk.metadata, show = TRUE)
IntroPanel_AnnoTabServer(id, bulk.intensity.matrix, bulk.metadata, anno)Arguments
- id
Shiny module id (for both UI and server)
- bulk.metadata
Data frame with bulk sample metadata
- show
Logical; whether to render the panel (default: TRUE)
- bulk.intensity.matrix
Numeric matrix of bulk sample intensities (features × samples)
- anno
Data frame with annotation information (must include columns: m_z, display_name, name, etc.)