Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
njbernstein authored Jan 14, 2020
1 parent 052b777 commit 265818d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 265818d

Please sign in to comment.