You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`labels` is a 1-dimensional numpy ndarray with the value 1 representing a detected doublet, 0 a singlet, and `np.nan` an ambiguous cell.
28
36
29
37
The classifier works best when
38
+
30
39
- There are several cell types present in the data
31
40
- It is applied individually to each run in an aggregated count matrix
32
41
@@ -35,10 +44,11 @@ In `v2.5` we have added a new experimental clustering method (`scanpy`'s Louvain
35
44
See our [jupyter notebook](https://nbviewer.jupyter.org/github/JonathanShor/DoubletDetection/blob/master/tests/notebooks/PBMC_8k_vignette.ipynb) for an example on 8k PBMCs from 10x.
36
45
37
46
## Obtaining data
38
-
Data can be downloaded from the [10x website](https://support.10xgenomics.com/single-cell/datasets).
39
47
48
+
Data can be downloaded from the [10x website](https://support.10xgenomics.com/single-cell/datasets).
40
49
41
50
## Citations
51
+
42
52
bioRxiv submission and journal publication expected in the coming months. Please use the following for now:
0 commit comments