issues
search
camlab-bioml
/
starling
Segmentation error aware clustering for multiplexed imaging
https://camlab-bioml.github.io/starling/
Other
11
stars
2
forks
source link
Issues 42, 43, 44
#45
Closed
cklamann
closed
4 months ago
cklamann
commented
5 months ago
Address #42 by setting null values on
adata.uns
. Change
here
, test
here
Address #43 by making
k
not required and updating argument validation checks. Test
here
.
Address #44 by iterating with indices. Relevant code
here
, test
here
.
adata.uns
. Change here, test herek
not required and updating argument validation checks. Test here.