Data Tables¶
Presentation Layer - Data Tables Package.
This package contains components for rendering interactive data tables for each database in the BioRemPP application. Each table provides filtering, sorting, and export capabilities for exploring the merged datasets.
Modules¶
- BioRemPP Table: Interactive table for BioRemPP database data
- HADEG Table: Interactive table for HADEG database data
- KEGG Table: Interactive table for KEGG database data
- ToxCSM Table: Interactive table for ToxCSM database data
Features¶
All data tables include:
- Filtering: Column-based filtering capabilities
- Sorting: Multi-column sorting support
- Pagination: Efficient handling of large datasets
- Export: Download data in CSV, Excel, or JSON formats
- Responsive Design: Adapts to different screen sizes
Package Overview¶
Data Tables Module - Results Page Components.
Provides modular data table components for displaying analysis results with enhanced metadata, on-demand rendering, and download functionality.
Functions:
| Name | Description |
|---|---|
create_biorempp_section | Create BioRemPP integrated results table section |
create_hadeg_section | Create HADEG pathway analysis table section |
create_kegg_section | Create KEGG degradation pathway table section |
create_toxcsm_section | Create ToxCSM toxicity prediction table section |