Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- OnClass.data-00000-of-00001 +3 -0
- OnClass.index +0 -0
- OnClass.meta +0 -0
- OnClass.npz +3 -0
- accuracies.json +4 -0
- celltypist.pkl +3 -0
- checkpoint +2 -0
- harmony_knn_classifier.joblib +3 -0
- obo_dag.joblib +3 -0
- popv_output/predictions.csv +228 -0
- preprocessing.json +0 -0
- pynndescent_index.joblib +3 -0
- scanvi/model.pt +3 -0
- scvi/model.pt +3 -0
- scvi_knn_classifier.joblib +3 -0
- svm_classifier_cuml.joblib +3 -0
- xgboost_classifier.model +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
OnClass.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
OnClass.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff11ee5a71ea7e88fe0e133a255f9678138499b883f080e80304ec35aa88b754
|
| 3 |
+
size 27239224
|
OnClass.index
ADDED
|
Binary file (222 Bytes). View file
|
|
|
OnClass.meta
ADDED
|
Binary file (63 kB). View file
|
|
|
OnClass.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c93759d3eac2316fddcdc8114b09da076bd970c3f568c4e1c5c50b6c1780781
|
| 3 |
+
size 144112279
|
accuracies.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"query_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| eye photoreceptor cell | 162 | 1.00 | 0.99 | 0.96 | 0.99 | 0.00 | 0.98 | 0.99 | 0.99 | 0.99 |\n| enteroglial cell | 59 | 1.00 | 0.98 | 0.92 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |\n| neuron | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |\n| retinal bipolar neuron | 4 | 0.80 | 0.40 | 0.67 | 0.86 | 0.00 | 0.62 | 1.00 | 1.00 | 1.00 |\n| retina horizontal cell | 2 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |",
|
| 3 |
+
"ref_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| eye photoreceptor cell | 1363 | 1.00 | 1.00 | 0.98 | 1.00 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |\n| enteroglial cell | 877 | 1.00 | 0.94 | 0.97 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |\n| neuron | 73 | 0.99 | 0.00 | 0.92 | 0.93 | 0.00 | 0.98 | 0.99 | 0.99 | 1.00 |\n| retinal bipolar neuron | 53 | 0.92 | 0.61 | 0.94 | 0.89 | 0.00 | 0.82 | 1.00 | 1.00 | 0.99 |\n| retina horizontal cell | 3 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.29 | 1.00 | 1.00 | 1.00 |"
|
| 4 |
+
}
|
celltypist.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47d7d4e65c135c8fe57be96219be2bb3875e752c7c07eac75798e029c1e4d279
|
| 3 |
+
size 249316
|
checkpoint
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_checkpoint_path: "OnClass"
|
| 2 |
+
all_model_checkpoint_paths: "OnClass"
|
harmony_knn_classifier.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba591adfc24529a27efb55f3410904ed9b932b5ad4c5a8d75729de0c09cc85af
|
| 3 |
+
size 1833285
|
obo_dag.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b6c19fc939f3c304978a10ef8b7cc6ba69d2d4a0a0613df8312b4ee3a26313
|
| 3 |
+
size 321386
|
popv_output/predictions.csv
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,popv_celltypist_prediction,popv_knn_bbknn_prediction,popv_knn_harmony_prediction,popv_knn_on_scvi_prediction,popv_onclass_prediction,popv_scanvi_prediction,popv_svm_prediction,popv_xgboost_prediction,popv_prediction,popv_prediction_score,popv_majority_vote_prediction,popv_majority_vote_score,popv_parent
|
| 2 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AACACACTCTCAGGCG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 3 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AAGACAAAGTGCCCGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 4 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AATCGTGAGCACTCAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 5 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ACAGGGATCTTAATCC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 6 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ACATTTCCACACCTTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 7 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AGCCAGCCAGCCTATA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 8 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AGGCCACAGGATATGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 9 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AGGGAGTGTCGAGTTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 10 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_AGGGCCTGTCCTCATC,retinal bipolar neuron,enteroglial cell,retina horizontal cell,retinal bipolar neuron,cone retinal bipolar cell,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,6,retinal bipolar neuron,6,bipolar neuron
|
| 11 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ATCGATGAGCTCTTCC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 12 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ATCGTAGAGGCTGTAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 13 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ATTCCTAAGTCACACT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 14 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_ATTTCACGTTGTGTAC,retinal bipolar neuron,enteroglial cell,retinal bipolar neuron,retinal bipolar neuron,cone retinal bipolar cell,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,7,retinal bipolar neuron,7,bipolar neuron
|
| 15 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CAGCACGCAAGGTCGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 16 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CATCCCAGTAGACTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 17 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CATGGTAGTGAGTTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 18 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CGTGATAAGTCTCCTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 19 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CTCAATTCACGCTGTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 20 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CTGAGGCAGCCATATC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 21 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_CTTCCGAGTACCTAGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 22 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GAAGAATAGCAGCCCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 23 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GAGGGATAGCGGTATG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 24 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GGTTAACCAGCAGATG,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 25 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GGTTCTCTCCCTCTCC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 26 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GTAGATCGTGTCGATT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 27 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_GTGGGAACACTAGGTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 28 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TAGATCGCAAGTGCAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 29 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TATTGCTCACGGTCTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 30 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TATTGCTGTCTCAGGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 31 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TCCGATCGTGTATCCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 32 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TCGCTTGCAGCAGTGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 33 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TCTGTCGGTTTGCAGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 34 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TGAGCGCCATCTGTTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 35 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TGCGGCATCATCACTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 36 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TGGAACTAGTAGTCTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 37 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TGGAGAGTCAAGGCTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 38 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TGTTTGTTCGTCTACC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 39 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TTCGCTGAGAGGCCAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 40 |
+
TSP15_Eye_NeuroretinaEtc_10X_3_1_TTGTTTGGTCTACATG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 41 |
+
TSP14_LI_Distal_10X_1_1_AAACCCACATTCAGCA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 42 |
+
TSP14_LI_Distal_10X_1_1_ACACCAATCTCCTGCA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 43 |
+
TSP14_LI_Distal_10X_1_1_ACTGATGGTGTTTCTT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 44 |
+
TSP14_LI_Distal_10X_1_1_AGATCCAAGCAAGTGC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 45 |
+
TSP14_LI_Distal_10X_1_1_AGCATCATCTGGGATT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 46 |
+
TSP14_LI_Distal_10X_1_1_ATCCATTTCTTCCTAA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 47 |
+
TSP14_LI_Distal_10X_1_1_ATCTCTAAGGTAAACT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 48 |
+
TSP14_LI_Distal_10X_1_1_ATTTCTGCACGATTCA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 49 |
+
TSP14_LI_Distal_10X_1_1_CACAACATCTCTGGTC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 50 |
+
TSP14_LI_Distal_10X_1_1_CACCAAAAGTTTGCTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 51 |
+
TSP14_LI_Distal_10X_1_1_CACGAATCAACGCCCA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 52 |
+
TSP14_LI_Distal_10X_1_1_CAGAGCCGTCTGTCCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 53 |
+
TSP14_LI_Distal_10X_1_1_CATCCGTTCGGACAAG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 54 |
+
TSP14_LI_Distal_10X_1_1_CATGGATGTCAAAGAT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 55 |
+
TSP14_LI_Distal_10X_1_1_CGCCATTGTCGGCACT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 56 |
+
TSP14_LI_Distal_10X_1_1_CTAACTTAGGTGCCAA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 57 |
+
TSP14_LI_Distal_10X_1_1_CTCAACCCATTCAGCA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 58 |
+
TSP14_LI_Distal_10X_1_1_GACATCAGTGGTCTTA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 59 |
+
TSP14_LI_Distal_10X_1_1_GAGTTGTCACGATAGG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 60 |
+
TSP14_LI_Distal_10X_1_1_GCTTCACAGGTGCCTC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 61 |
+
TSP14_LI_Distal_10X_1_1_GGAGAACCAGCTTCGG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 62 |
+
TSP14_LI_Distal_10X_1_1_GGGCTCACAGTCGCAC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 63 |
+
TSP14_LI_Distal_10X_1_1_GGGTGTCCAACATACC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 64 |
+
TSP14_LI_Distal_10X_1_1_GTCGCGAGTATGAGCG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 65 |
+
TSP14_LI_Distal_10X_1_1_GTGAGTTGTACGCGTC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 66 |
+
TSP14_LI_Distal_10X_1_1_GTGCACGCACGCCAGT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 67 |
+
TSP14_LI_Distal_10X_1_1_GTTAGACCACCCTTGT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 68 |
+
TSP14_LI_Distal_10X_1_1_TAACACGGTATCGTTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 69 |
+
TSP14_LI_Distal_10X_1_1_TAACACGGTCTAATCG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 70 |
+
TSP14_LI_Distal_10X_1_1_TACGGGCGTCCATACA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 71 |
+
TSP14_LI_Distal_10X_1_1_TATCTGTAGGTTCACT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 72 |
+
TSP14_LI_Distal_10X_1_1_TCCCATGTCCGCAGTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 73 |
+
TSP14_LI_Distal_10X_1_1_TCGGATATCTTAGGAC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 74 |
+
TSP14_LI_Distal_10X_1_1_TCTTAGTTCAGAGTGG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 75 |
+
TSP14_LI_Distal_10X_1_1_TGCCGAGTCTTAATCC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 76 |
+
TSP14_LI_Distal_10X_1_1_TGCGGCACAATCACGT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 77 |
+
TSP14_LI_Distal_10X_1_1_TGGGATTCAAGAGGCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 78 |
+
TSP14_LI_Distal_10X_1_1_TTCAGGACATATCTCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 79 |
+
TSP14_LI_Distal_10X_1_1_TTCTGTATCCCTCTAG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 80 |
+
TSP14_LI_Distal_10X_1_1_TTGATGGTCGCACTCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 81 |
+
TSP14_LI_Distal_10X_1_1_TTGGGCGTCTAGTTCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 82 |
+
TSP5_Eye_NA_10X_1_1_ACCCAAACAGAACTAA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 83 |
+
TSP5_Eye_NA_10X_1_1_ACCGTTCGTCGCGGTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 84 |
+
TSP5_Eye_NA_10X_1_1_ACCTGTCTCTAGACCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 85 |
+
TSP5_Eye_NA_10X_1_1_AGGGTGATCTGCGGCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 86 |
+
TSP5_Eye_NA_10X_1_1_AGTGACTAGTTGCTGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 87 |
+
TSP5_Eye_NA_10X_1_1_CAATCGAAGCAAATGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 88 |
+
TSP5_Eye_NA_10X_1_1_CACTAAGCATGGTGGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 89 |
+
TSP5_Eye_NA_10X_1_1_CACTTCGCATCCGAAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 90 |
+
TSP5_Eye_NA_10X_1_1_CATAGACCACGATTCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 91 |
+
TSP5_Eye_NA_10X_1_1_CTCCAACAGTCAGAGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 92 |
+
TSP5_Eye_NA_10X_1_1_CTCCTTTTCGGCTGGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 93 |
+
TSP5_Eye_NA_10X_1_1_CTGTAGATCACCCTGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 94 |
+
TSP5_Eye_NA_10X_1_1_CTGTCGTCACGACCTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 95 |
+
TSP5_Eye_NA_10X_1_1_CTTCTAAAGATACGAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 96 |
+
TSP5_Eye_NA_10X_1_1_GACACGCCAGTAGTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 97 |
+
TSP5_Eye_NA_10X_1_1_GACTCAACAGTGTACT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 98 |
+
TSP5_Eye_NA_10X_1_1_GAGCTGCGTAACCCGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 99 |
+
TSP5_Eye_NA_10X_1_1_GAGTGTTTCACAGAGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 100 |
+
TSP5_Eye_NA_10X_1_1_GGTAATCCAGAACTCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 101 |
+
TSP5_Eye_NA_10X_1_1_GGTGTTACAATGAGCG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 102 |
+
TSP5_Eye_NA_10X_1_1_GTCTCACTCCCGAACG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 103 |
+
TSP5_Eye_NA_10X_1_1_TAACGACAGCAGCACA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 104 |
+
TSP5_Eye_NA_10X_1_1_TAATCTCAGGACCCAA,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,5,eye photoreceptor cell,6,photoreceptor cell
|
| 105 |
+
TSP5_Eye_NA_10X_1_1_TAGAGTCAGTCTCTGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 106 |
+
TSP5_Eye_NA_10X_1_1_TATACCTGTGTGTTTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 107 |
+
TSP5_Eye_NA_10X_1_1_TCAATCTCATTCTGTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 108 |
+
TSP5_Eye_NA_10X_1_1_TCCTTTCGTCGCAACC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 109 |
+
TSP5_Eye_NA_10X_1_1_TGGGCTGGTCCGACGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 110 |
+
TSP5_Eye_NA_10X_1_1_TTAATCCCAACGCCCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 111 |
+
TSP5_Eye_NA_10X_1_1_TTAGGCAGTGCAACGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 112 |
+
TSP5_Eye_NA_10X_1_1_TTCCGGTGTACAGAAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 113 |
+
TSP5_Eye_NA_10X_1_1_TTCTCTCTCGAACTCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 114 |
+
TSP21_Eye_Posterior_10X_1_1_AACCACATCTACGGGC,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,retinal bipolar neuron,photoreceptor cell,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,5,retinal bipolar neuron,6,visual system neuron
|
| 115 |
+
TSP21_Eye_Posterior_10X_1_1_AACCTGAAGCGTTCAT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 116 |
+
TSP21_Eye_Posterior_10X_1_1_AAGATAGAGCACTAGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 117 |
+
TSP21_Eye_Posterior_10X_1_1_ACAGAAACATCGCTCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 118 |
+
TSP21_Eye_Posterior_10X_1_1_AGATCCAAGGTACAGC,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 119 |
+
TSP21_Eye_Posterior_10X_1_1_AGATCGTCACCAGTAT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 120 |
+
TSP21_Eye_Posterior_10X_1_1_AGTCACAAGCAAATGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 121 |
+
TSP21_Eye_Posterior_10X_1_1_AGTCACACATACTGTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 122 |
+
TSP21_Eye_Posterior_10X_1_1_ATACTTCGTTAGGGAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 123 |
+
TSP21_Eye_Posterior_10X_1_1_ATCGTCCTCCGGTAAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 124 |
+
TSP21_Eye_Posterior_10X_1_1_ATGAGTCCACGGTCTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 125 |
+
TSP21_Eye_Posterior_10X_1_1_CAGATTGTCTGGAAGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 126 |
+
TSP21_Eye_Posterior_10X_1_1_CATACTTCATGAAAGT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 127 |
+
TSP21_Eye_Posterior_10X_1_1_CATACTTGTTACGATC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 128 |
+
TSP21_Eye_Posterior_10X_1_1_CATCCACGTACCAATC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 129 |
+
TSP21_Eye_Posterior_10X_1_1_CCCTTAGGTAGTGTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 130 |
+
TSP21_Eye_Posterior_10X_1_1_CCGCAAGGTTGCCGAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 131 |
+
TSP21_Eye_Posterior_10X_1_1_CGCGTGACATAGCTGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 132 |
+
TSP21_Eye_Posterior_10X_1_1_CGGGTCATCGGCTGAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 133 |
+
TSP21_Eye_Posterior_10X_1_1_CGTCAAAGTCTACAAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 134 |
+
TSP21_Eye_Posterior_10X_1_1_CGTCCATTCGATACAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 135 |
+
TSP21_Eye_Posterior_10X_1_1_CGTGAATAGGATACCG,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 136 |
+
TSP21_Eye_Posterior_10X_1_1_CTGATCCAGGTCCCGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 137 |
+
TSP21_Eye_Posterior_10X_1_1_CTTCTAACATCCCACT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 138 |
+
TSP21_Eye_Posterior_10X_1_1_CTTGATTGTGTTGACT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 139 |
+
TSP21_Eye_Posterior_10X_1_1_GAAGCGAAGCGCTGAA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 140 |
+
TSP21_Eye_Posterior_10X_1_1_GAAGTAATCCGCAGTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 141 |
+
TSP21_Eye_Posterior_10X_1_1_GACGTTACAGGTCTCG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 142 |
+
TSP21_Eye_Posterior_10X_1_1_GAGCCTGCAAACCACT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 143 |
+
TSP21_Eye_Posterior_10X_1_1_GATGATCGTTGGTACT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 144 |
+
TSP21_Eye_Posterior_10X_1_1_GCTTTCGAGTCATCGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 145 |
+
TSP21_Eye_Posterior_10X_1_1_GGATGTTCAACGGCTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 146 |
+
TSP21_Eye_Posterior_10X_1_1_GGGCTCATCAGACAAA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 147 |
+
TSP21_Eye_Posterior_10X_1_1_GGGTATTAGCGAGGAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 148 |
+
TSP21_Eye_Posterior_10X_1_1_GGGTTTAGTCTCCCTA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 149 |
+
TSP21_Eye_Posterior_10X_1_1_GTGTGGCCAAGTTCGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 150 |
+
TSP21_Eye_Posterior_10X_1_1_TACCTCGCAGCTCTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 151 |
+
TSP21_Eye_Posterior_10X_1_1_TACTTCATCTTCCAGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 152 |
+
TSP21_Eye_Posterior_10X_1_1_TATATCCCACACCTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 153 |
+
TSP21_Eye_Posterior_10X_1_1_TCCACCATCACAACCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 154 |
+
TSP21_Eye_Posterior_10X_1_1_TCGCAGGTCAGCATTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 155 |
+
TSP21_Eye_Posterior_10X_1_1_TCGTGGGAGGTAAGGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 156 |
+
TSP21_Eye_Posterior_10X_1_1_TGACGCGGTTCGTTCC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 157 |
+
TSP21_Eye_Posterior_10X_1_1_TGAGGAGGTTACAGCT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 158 |
+
TSP21_Eye_Posterior_10X_1_1_TGGGCTGCACCATAAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 159 |
+
TSP21_Eye_Posterior_10X_1_1_TGTGTGAGTTTACGAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 160 |
+
TSP21_Eye_Posterior_10X_1_1_TTATTGCAGCGACCCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 161 |
+
TSP14_LI_Proximal_10X_1_1_ACCCAAACAGAGGGTT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 162 |
+
TSP14_LI_Proximal_10X_1_1_ACGTCCTTCTCATTGT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 163 |
+
TSP14_LI_Proximal_10X_1_1_AGAACAAAGGTCACCC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 164 |
+
TSP14_LI_Proximal_10X_1_1_ATAGACCGTGAGGATC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 165 |
+
TSP14_LI_Proximal_10X_1_1_ATGACCAGTGTTCGAT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 166 |
+
TSP14_LI_Proximal_10X_1_1_CAAGGGACATGTTCAG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 167 |
+
TSP14_LI_Proximal_10X_1_1_CAGATACCAACCCTAA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 168 |
+
TSP14_LI_Proximal_10X_1_1_CTGTATTAGCGTGTCC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 169 |
+
TSP14_LI_Proximal_10X_1_1_CTTAGGAGTTTACGTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 170 |
+
TSP14_LI_Proximal_10X_1_1_GAAGAATAGACGCCCT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 171 |
+
TSP14_LI_Proximal_10X_1_1_GGAGCAATCAGCTGTA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 172 |
+
TSP14_LI_Proximal_10X_1_1_GTTGCTCAGTTGTCAC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 173 |
+
TSP14_LI_Proximal_10X_1_1_TCAATCTCAGTGCCTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 174 |
+
TSP14_LI_Proximal_10X_1_1_TCAGTCCTCAAGTGTC,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 175 |
+
TSP14_LI_Proximal_10X_1_1_TCTGTCGTCGATGGAG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 176 |
+
TSP14_LI_Proximal_10X_1_1_TTACTGTGTGTCGCTG,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 177 |
+
TSP14_LI_Proximal_10X_1_1_TTCCTAAAGATCGCTT,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 178 |
+
TSP14_LI_Proximal_10X_1_1_TTTCAGTAGACCCTTA,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,glial cell,enteroglial cell,enteroglial cell,enteroglial cell,enteroglial cell,7,enteroglial cell,8,enteroglial cell
|
| 179 |
+
TSP5_Eye_NA_10X_1_2_AATGACCTCCACAGGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 180 |
+
TSP5_Eye_NA_10X_1_2_ACTTTCATCCTAAACG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 181 |
+
TSP5_Eye_NA_10X_1_2_AGCGCTGGTCTAGGTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 182 |
+
TSP5_Eye_NA_10X_1_2_AGTGTTGAGCGTCAAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 183 |
+
TSP5_Eye_NA_10X_1_2_CACGTTCGTCTGTGCG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 184 |
+
TSP5_Eye_NA_10X_1_2_CAGCAGCTCCTCTCGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 185 |
+
TSP5_Eye_NA_10X_1_2_CAGGTATTCTGCTAGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 186 |
+
TSP5_Eye_NA_10X_1_2_CCGTAGGAGTTGAATG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 187 |
+
TSP5_Eye_NA_10X_1_2_CCGTGAGGTACGTACT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 188 |
+
TSP5_Eye_NA_10X_1_2_CCTCAACGTAGACTGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 189 |
+
TSP5_Eye_NA_10X_1_2_CCTCCAAAGGTTATAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 190 |
+
TSP5_Eye_NA_10X_1_2_CGTGTCTTCTGGGATT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 191 |
+
TSP5_Eye_NA_10X_1_2_CTAAGTGAGAATTGTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 192 |
+
TSP5_Eye_NA_10X_1_2_CTCAAGAGTATCACCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 193 |
+
TSP5_Eye_NA_10X_1_2_CTCATGCGTACTAACC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 194 |
+
TSP5_Eye_NA_10X_1_2_CTCCAACCATCGAAGG,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,enteroglial cell,cone retinal bipolar cell,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,retinal bipolar neuron,7,retinal bipolar neuron,7,bipolar neuron
|
| 195 |
+
TSP5_Eye_NA_10X_1_2_CTGATCCAGTCCCAGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 196 |
+
TSP5_Eye_NA_10X_1_2_CTGTATTAGCAGCCTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 197 |
+
TSP5_Eye_NA_10X_1_2_CTGTGGGCAGCTACAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 198 |
+
TSP5_Eye_NA_10X_1_2_CTGTGGGGTATACAGA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 199 |
+
TSP5_Eye_NA_10X_1_2_GAAGCCCAGATTCGAA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 200 |
+
TSP5_Eye_NA_10X_1_2_GACACGCCAAGGAGTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 201 |
+
TSP5_Eye_NA_10X_1_2_GAGACTTCAGAAGTGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 202 |
+
TSP5_Eye_NA_10X_1_2_GCAGCCAGTCGCACAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 203 |
+
TSP5_Eye_NA_10X_1_2_GCATTAGAGTCGAATA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 204 |
+
TSP5_Eye_NA_10X_1_2_GCTCAAACAATAGGGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 205 |
+
TSP5_Eye_NA_10X_1_2_GGAGATGAGGGAACAA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 206 |
+
TSP5_Eye_NA_10X_1_2_GGTAGAGTCAAGCCGC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 207 |
+
TSP5_Eye_NA_10X_1_2_GGTGAAGAGAGTTGAT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 208 |
+
TSP5_Eye_NA_10X_1_2_GTCAAACTCCTGATAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 209 |
+
TSP5_Eye_NA_10X_1_2_GTGGAGATCATGTCTT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 210 |
+
TSP5_Eye_NA_10X_1_2_GTTGCTCAGCCGAACA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 211 |
+
TSP5_Eye_NA_10X_1_2_TAACACGGTCCACTTC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 212 |
+
TSP5_Eye_NA_10X_1_2_TAGCACAGTTCCGGTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 213 |
+
TSP5_Eye_NA_10X_1_2_TCAAGTGGTGGCGCTT,eye photoreceptor cell,eye photoreceptor cell,enteroglial cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 214 |
+
TSP5_Eye_NA_10X_1_2_TCATATCGTTGCATTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,retinal bipolar neuron,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,6,eye photoreceptor cell,7,photoreceptor cell
|
| 215 |
+
TSP5_Eye_NA_10X_1_2_TCCTGCATCTGATTCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 216 |
+
TSP5_Eye_NA_10X_1_2_TCGGGTGCAATACGCT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 217 |
+
TSP5_Eye_NA_10X_1_2_TCGGGTGTCCATGATG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 218 |
+
TSP5_Eye_NA_10X_1_2_TCTACATAGCTCCGAC,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 219 |
+
TSP5_Eye_NA_10X_1_2_TGCGATATCTTCACAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 220 |
+
TSP5_Eye_NA_10X_1_2_TGGAGAGCATCACAGT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 221 |
+
TSP5_Eye_NA_10X_1_2_TGTTGAGAGCAGGCAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 222 |
+
TSP5_Eye_NA_10X_1_2_TTAATCCGTGTTGAGG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 223 |
+
TSP5_Eye_NA_10X_1_2_TTACAGGCAGGTCCCA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 224 |
+
TSP5_Eye_NA_10X_1_2_TTCAGGACAGTCAGAG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 225 |
+
TSP5_Eye_NA_10X_1_2_TTCCTCTTCGCAATTG,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 226 |
+
TSP5_Eye_NA_10X_1_2_TTTACCAGTAAGCAAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 227 |
+
TSP5_Eye_NA_10X_1_2_TTTCCTCAGCACAAAT,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
| 228 |
+
TSP5_Eye_NA_10X_1_2_TTTCCTCTCATCGACA,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,eye photoreceptor cell,7,eye photoreceptor cell,8,photoreceptor cell
|
preprocessing.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pynndescent_index.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0519987c166862b1da08e74dd2350db5540474ca7b181ba69144c903dbdb9bf
|
| 3 |
+
size 1969981
|
scanvi/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0213fecad31eb37ca19c5a7475f1f6d9f96df706f13d6f45be7bbb0ef4b5c45c
|
| 3 |
+
size 11326956
|
scvi/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27814e63c368db257a0813659203f4ca13e4c659de77f649c6219976906cada4
|
| 3 |
+
size 10825085
|
scvi_knn_classifier.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ca75f12be65d604f6413f4ce44f012c5bab99c2722f3d248408b93b7e14632e
|
| 3 |
+
size 1003637
|
svm_classifier_cuml.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e478cea77856ad9f1c1d1acec7b422f7f18b5e338653f7f28a58dd9b36fd6b22
|
| 3 |
+
size 86795
|
xgboost_classifier.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94d8c5095112a7512f555cde7342d099afa754ce588698923d8a649d7e1679f0
|
| 3 |
+
size 1283223
|