You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on #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.
The text was updated successfully, but these errors were encountered:
Adds two new functions to `cellxgene_census.experimental`:
1. `find_nearest_obs` uses TileDB-Vector-Search indexes of Census embeddings to find nearest neighbors of given embedding vectors (in an AnnData obsm layer). #1114
2. `predict_obs_metadata` uses the nearest neighbors to predict metadata attributes like cell_type and tissue_general for the query cells. Naive implementation is just a starting point to start experimenting with. #1115
Building on #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.
The text was updated successfully, but these errors were encountered: