Laura19993

Results 3 issues of Laura19993

`cao$estimateMetadataSeparation(sample.meta = metadata)` gives the following error: ![image](https://github.com/kharchenkolab/cacoa/assets/63233675/3208b7fa-d433-4b48-b2b8-b5b405020aef)

bug

`cao$plotSampleDistances(space='expression.shifts', font.size=4, show.sample.size=T, method="UMAP", sample.colors=metadata$version)` ![image](https://github.com/kharchenkolab/cacoa/assets/63233675/d85727ba-3999-42bc-b506-ea163eae24e3) if I do the following code, I get a black and white image: `cao$plotSampleDistances(space='expression.shifts', font.size=4, show.sample.size=T, method="UMAP", sample.colors=metadata$sequencing ,palette = rainbow(3))` ![image](https://github.com/kharchenkolab/cacoa/assets/63233675/dab0569c-fed7-4de6-8b18-4616dc3ddf3b)

When I try to run the scvelo() function I get the following error message (see attached picture). I am pretty new to R and Python and would appreciate any help...