Metadata-Version: 2.1
Name: MALDIpy
Version: 0.1.5
Summary: MALDI-MS data analysis at the single-cell level (Tutorials available at https://github.com/TheHumphreysLab/MALDIpy
Home-page: https://github.com/TheHumphreysLab
Author: Haikuo Li; Qiao Xuanyuan; Dian Li; Benjamin Humphreys
Author-email: haikuolibio@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Updates in MALDIpy v0.1.5; compared to v0.1.3:

New functions #1: MALDIpy.projection.add_coords;
#Extract X/Y coordinates from the adata.obs.index and added to obs

New functions #2: MALDIpy.featureplot.project_cluster_in_groups
#Plot any clusters in a group of samples (x/y coordinates should be in adata.obs for this function)

