lyprox
- LyProX is a Django app to interactively explore lymphatic progression patterns.accounts
- No package docstring; 3/7 modules, 0/2 package documentedadmin
- Undocumentedapps
- Undocumentedforms
- Forms for the accounts app.management
- Undocumentedcommands
- No package docstring; 2/2 modules documentedadd_institutions
- Management command to add institutions from a file or the command line.add_users
- Add users from a JSON file or via command line arguments.migrations
- Undocumented0001_initial
- Undocumentedmodels
- Implement models for institutions and adapt the user model slightly.tests
- Undocumentedurls
- Defines the login and logout views for authenticating users.views
- No module docstring; 1/1 function documentedcontext_processors
- Context processors for the LyProX app.dataexplorer
- The app that makes the data interactively explorable by the user.admin
- Register the models for the admin interface.apps
- Code that Django needs to register and load the app.forms
- Defines the fields that can be used to query the patient records.management
- Undocumentedcommands
- No package docstring; 1/1 module documentedadd_datasets
- Command to add datasets to database.migrations
- Undocumented0001_initial
- Undocumentedmodels
- Defines a minimal model representing a dataset.query
- Querying and generating statistics from the table of patients.subsites
- Tumor subsites as ICD-10 codes with the respective names.urls
- Defines the URLs within the dashboard app.views
- Orchestrate the logic of the dashboard.manage
- Django's command-line utility for administrative tasks.riskpredictor
- Risk predictions for involvement patterns, given personalized diagnoses.admin
- Boilerplate code to register the CheckpointModel with the Django admin interface.apps
- Boilerplate Django configuration for the riskpredictor app.forms
- Forms used in the riskpredictor
app.management
- Undocumentedcommands
- No package docstring; 1/1 module documentedadd_riskmodels
- Command to add risk prediction models to database.migrations
- Undocumented0001_initial
- Undocumentedmodels
- Models for the riskpredictor
Django app.predict
- Module for functions to predict the risk of lymphatic progression.tests
- Undocumentedurls
- URLs related to the riskpredictor
prediction app.views
- Module for the views of the riskpredictor app.settings
- Main configurations. Explanations of all options can be found in the Django docs.templatetags
- No package docstring; 1/1 module documentedcustomtags
- Custom tags and filters for Django's HTML templating.urls
- LyProX' URL configuration.utils
- Utility functions.views
- Define the home view and a maintenance view.wsgi
- The WSGI configuration for the LyProX project. Don't touch it.__main__
- Undocumented_version
- Undocumented