From 265818d4f7270d23a73c661dfd1a95323844a6bb Mon Sep 17 00:00:00 2001 From: njbernstein Date: Tue, 14 Jan 2020 13:09:47 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4de6384..7bfe7f9 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,14 @@ Outputs: * `classifier.pt` scVI weights for classifier * `latent.npy` latent embedding for each cell * `preds.npy` doublet predictions -* `scores.npy` doublet scores +* `softmax_scores.npy` softmax of doublet scores +* `logit_scores.npy` logit of doublet scores * `real_cells_dist.pdf` histogram of distribution of doublet scores * `accuracy.pdf` accuracy plot test vs train * `train_v_test_dist.pdf` doublet scores of test vs train * `roc.pdf` roc of test vs train -* `scores_sim.npy` see above but for simulated doublets +* `softmax_scores_sim.npy` see above but for simulated doublets +* `logit_scores_sim.npy` see above but for simulated doublets * `preds_sim.npy` see above but for simulated doublets * `is_doublet_sim.npy` see above but for simulated doublets