Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
caokai1073 committed Jun 28, 2022
1 parent 417f83a commit 39cbdc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pip3 install uniport
+ **save_OT**: if True, output a global OT plan. Need more memory. Default: False
+ **out**: output of uniPort. Choose from ['latent', 'project', 'predict']. If out=='latent', train the network and output cell embeddings. If out=='project', project data into the latent space and output cell embeddings. If out=='predict', project data into the latent space and output cell embeddings through a specified decoder. Default: 'latent'

## Example
```Python
import uniport as up
import scanpy as sc
Expand Down

0 comments on commit 39cbdc4

Please sign in to comment.