Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 467 Bytes

File metadata and controls

executable file
·
19 lines (14 loc) · 467 Bytes

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)