From 39cbdc410aae4d00c1754a4d061c2174820b8c46 Mon Sep 17 00:00:00 2001 From: caokai1073 Date: Tue, 28 Jun 2022 10:31:34 +0800 Subject: [PATCH] update --- docs/source/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/README.md b/docs/source/README.md index 5d63ed1..ab99534 100644 --- a/docs/source/README.md +++ b/docs/source/README.md @@ -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