Yuning You commited on
Commit
19c507f
·
1 Parent(s): 347446a
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  # CIFM: Cellular Interaction Foundation Model
14
 
15
  ## Overview
16
- This is the PyTorch implementation of the CIFM model -- an AI model that can simulate the activities within living tissues (AI virtual tissue).
17
  The current version of CIFM has 100M parameters and is trained on around 23M cells of spatial genomics. The signature functions of CIFM are:
18
  - **Embedding** of celllular microenvironments via ```embeddings = model.embed(adata)``` (the 1st Figure below panel D top);
19
  - **Inference/simulation** of cellular gene expressions within a certain microenvironment via ```expressions = model.predict_cells_at_locations(adata, target_locs)``` (the 1st Figure below panel D bottom, and the 2nd Figure below).
 
13
  # CIFM: Cellular Interaction Foundation Model
14
 
15
  ## Overview
16
+ This is the PyTorch implementation of the CIFM model -- an AI foundation model that can simulate the activities within living tissues (AI virtual tissue).
17
  The current version of CIFM has 100M parameters and is trained on around 23M cells of spatial genomics. The signature functions of CIFM are:
18
  - **Embedding** of celllular microenvironments via ```embeddings = model.embed(adata)``` (the 1st Figure below panel D top);
19
  - **Inference/simulation** of cellular gene expressions within a certain microenvironment via ```expressions = model.predict_cells_at_locations(adata, target_locs)``` (the 1st Figure below panel D bottom, and the 2nd Figure below).