cellxgene-census icon indicating copy to clipboard operation
cellxgene-census copied to clipboard

Census cell similarity search: experimental Python API for metadata prediction

Open mlin opened this issue 2 months ago • 0 comments

Building on chanzuckerberg/cellxgene-census#1114, add another API method that predicts metadata attributes of the query cells based on the similar cells. The first pass can simply be a plurality vote of similar cells, with the vote share as the confidence score. In the future we can weight by distance or do other fancier modelling.

mlin avatar Apr 25 '24 00:04 mlin