Metadata-Version: 2.4
Name: FHIL_python_utils
Version: 0.3.1
Summary: General utility functions for Python data analysis and visualization at Fred Hutch Innovation Lab
Author-email: Derrik Gratz <derrik.gratz@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Fred-Hutch-Innovation-Lab/FHIL_python_utils
Project-URL: Repository, https://github.com/Fred-Hutch-Innovation-Lab/FHIL_python_utils
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scanpy>=1.10
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: pybiomart
Requires-Dist: anndata
Dynamic: license-file

# FHIL Python Utils

A collection of general utility functions for Python data analysis and visualization, including SVM-based classification and plotting tools for various data types.

## Submodules

- **svm**: Support vector machine related utilities
- **plotting**: general plots and plot utilities

## Dependencies

- pandas
- numpy
- scanpy
- seaborn
- matplotlib
- pybiomart (for mapping ensembl IDs to gene symbols)
- anndata
- sklearn (for SVM functionality)
