wilhelm-lab / oktoberfest

Rescoring and spectral library generation pipeline for proteomics.
MIT License
29 stars 8 forks source link

chore/use_anndata #203

Closed arne-vdb closed 1 month ago

arne-vdb commented 4 months ago

Description of changes

Changed the Spectra object data storage attribute spectra_data from a pd.DataFrame to an anndata AnnData Object.

Technical details

anndata dependency was added and python support changed from >=3.8 to >=3.9 to accomondate the newest anndata version.