-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docstrings #289
Docstrings #289
Conversation
Coverage reportThe coverage rate went from
Diff Coverage details (click to unfold)protzilla/constants/location_mapping.py
protzilla/data_analysis/classification.py
protzilla/data_analysis/clustering.py
protzilla/data_analysis/differential_expression_anova.py
protzilla/data_analysis/differential_expression_linear_model.py
protzilla/data_analysis/differential_expression_t_test.py
protzilla/data_analysis/dimension_reduction.py
protzilla/data_analysis/model_evaluation.py
protzilla/data_analysis/model_evaluation_plots.py
protzilla/data_analysis/plots.py
protzilla/data_analysis/protein_graphs.py
protzilla/data_integration/database_download.py
protzilla/data_integration/database_integration.py
protzilla/data_integration/database_query.py
protzilla/data_integration/di_plots.py
protzilla/data_integration/enrichment_analysis.py
protzilla/data_integration/enrichment_analysis_gsea.py
protzilla/data_integration/enrichment_analysis_helper.py
protzilla/data_preprocessing/filter_proteins.py
protzilla/data_preprocessing/filter_samples.py
protzilla/data_preprocessing/imputation.py
protzilla/data_preprocessing/normalisation.py
protzilla/data_preprocessing/outlier_detection.py
protzilla/data_preprocessing/peptide_filter.py
protzilla/data_preprocessing/plots.py
protzilla/data_preprocessing/transformation.py
protzilla/history.py
protzilla/run.py
protzilla/utilities/clustergram.py
protzilla/utilities/dunn_score.py
protzilla/utilities/transform_dfs.py
protzilla/utilities/utilities.py
ui/main/upload_handler.py
ui/runs/fields.py
ui/runs/views.py
|
Looking forward to this PR :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed in the order provided by GitHub until (and including) the data_analysis package -> So overall: the docs, source, constants and data_analysis packages. Thus, some changes still need to be reviewed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the rest except for
protzilla/data_integration/database_integration.py
protzilla/data_integration/database_query.py
ui/main/upload_handler.py
which I wrote, so someone else should please do it.
Mostly small changes and formatting to do, great work :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the remaining 3 files (database_integration.py, database_query.py and upload_handler.py) and just suggested some minor changes.
* correct docstring syntax of data_analysis package * Fix docstring syntax in data_integration package * Fix docstring syntax in utilities package * Fix more docstring syntax * format code * add docstrings for database_integration.py * add returns for database_download.py * add docstrings for database_query.py * add docstrings for upload_handler.py * docstrings runs/views part1 * docstrings 2 runs/views.py * docstrings for runs/fields.py * docstrings for clustergram copy * docstrings for data_analysis/dimension_reduction.py * docstrings for data_analysis/classification.py * add __init__.py * Fix run docstring * Add docs build instructions and packages * update docs build instructions * Implement review suggestions * remove \ in data_preprocessing docstrings * remove more \ in docstrings * adopt PR suggestions --------- Co-authored-by: Fynn <[email protected]> Co-authored-by: BelanaZ <[email protected]> Co-authored-by: Sara Grau <[email protected]> Co-authored-by: antonneubauer <[email protected]>
Add and update docstrings and create documentation from the docstrings
PR checklist