├── .gitignore
├── LICENSE
├── README.md
├── deep_learning
├── README.md
├── deep_learning.ipynb
└── figures
│ ├── aga.png
│ ├── aga_cell_cycle_stages.png
│ ├── aga_path.png
│ └── aga_path_kink.png
├── minimal_examples
├── README.md
├── comparisons
│ ├── README.md
│ ├── data
│ │ ├── krumsiek11
│ │ │ ├── .DS_Store
│ │ │ ├── X.csv
│ │ │ ├── add
│ │ │ │ ├── aga_adjacency_full_confidence.csv
│ │ │ │ ├── aga_adjacency_tree_confidence_csr_data.csv
│ │ │ │ ├── aga_adjacency_tree_confidence_csr_indices.csv
│ │ │ │ ├── aga_adjacency_tree_confidence_csr_indptr.csv
│ │ │ │ ├── aga_adjacency_tree_confidence_csr_shape.csv
│ │ │ │ ├── aga_groups_colors_original.csv
│ │ │ │ ├── aga_groups_order.csv
│ │ │ │ ├── aga_groups_order_original.csv
│ │ │ │ ├── aga_groups_sizes.csv
│ │ │ │ ├── data_graph_distance_local_csr_data.csv
│ │ │ │ ├── data_graph_distance_local_csr_indices.csv
│ │ │ │ ├── data_graph_distance_local_csr_indptr.csv
│ │ │ │ ├── data_graph_norm_weights_csr_data.csv
│ │ │ │ ├── data_graph_norm_weights_csr_indices.csv
│ │ │ │ ├── data_graph_norm_weights_csr_indptr.csv
│ │ │ │ ├── data_graph_norm_weights_csr_shape.csv
│ │ │ │ ├── diffmap_evals.csv
│ │ │ │ ├── louvain_groups_colors.csv
│ │ │ │ ├── louvain_groups_order.csv
│ │ │ │ ├── louvain_params.csv
│ │ │ │ ├── smp_keys_multicol.csv
│ │ │ │ └── var_keys_multicol.csv
│ │ │ ├── smp.csv
│ │ │ └── var.csv
│ │ └── krumsiek11_blobs
│ │ │ ├── X.csv
│ │ │ ├── add
│ │ │ ├── aga_adjacency_full_confidence.csv
│ │ │ ├── aga_adjacency_tree_confidence_csr_data.csv
│ │ │ ├── aga_adjacency_tree_confidence_csr_indices.csv
│ │ │ ├── aga_adjacency_tree_confidence_csr_indptr.csv
│ │ │ ├── aga_adjacency_tree_confidence_csr_shape.csv
│ │ │ ├── aga_groups_colors_original.csv
│ │ │ ├── aga_groups_order.csv
│ │ │ ├── aga_groups_order_original.csv
│ │ │ ├── aga_groups_sizes.csv
│ │ │ ├── data_graph_distance_local_csr_data.csv
│ │ │ ├── data_graph_distance_local_csr_indices.csv
│ │ │ ├── data_graph_distance_local_csr_indptr.csv
│ │ │ ├── data_graph_distance_local_csr_shape.csv
│ │ │ ├── data_graph_norm_weights_csr_data.csv
│ │ │ ├── data_graph_norm_weights_csr_indices.csv
│ │ │ ├── data_graph_norm_weights_csr_indptr.csv
│ │ │ ├── data_graph_norm_weights_csr_shape.csv
│ │ │ ├── diffmap_evals.csv
│ │ │ ├── draw_graph_layout.csv
│ │ │ ├── louvain_groups_colors.csv
│ │ │ ├── louvain_groups_order.csv
│ │ │ ├── louvain_params.csv
│ │ │ ├── smp_keys_multicol.csv
│ │ │ └── var_keys_multicol.csv
│ │ │ ├── smp.csv
│ │ │ └── var.csv
│ ├── dpt.ipynb
│ ├── eclair
│ │ ├── ECLAIR_instance
│ │ │ └── ECLAIR_ensemble_clustering_files
│ │ │ │ └── 2017-09-15__09:09:31
│ │ │ │ ├── cluster_runs.txt
│ │ │ │ ├── consensus_adjacency_matrix.txt
│ │ │ │ ├── consensus_distances_matrix.txt
│ │ │ │ ├── consensus_labels.txt
│ │ │ │ ├── consensus_topological_distances_matrix.txt
│ │ │ │ ├── ensemble_distances_distributions.txt
│ │ │ │ ├── ensemble_distances_means.txt
│ │ │ │ ├── ensemble_distances_medians.txt
│ │ │ │ ├── ensemble_distances_variances.txt
│ │ │ │ └── mst_adjacency_list.txt
│ │ ├── README.md
│ │ ├── X_krumsiek11.txt
│ │ ├── X_krumsiek11_blobs.txt
│ │ ├── X_krumsiek11_scaled.txt
│ │ ├── eclair_plots.ipynb
│ │ ├── figures
│ │ │ ├── aga_graph_eclair_tree.png
│ │ │ └── draw_graph_fr_eclair_clusters.png
│ │ └── logfile_run_X_krumsiek11_scaled.txt
│ ├── figures
│ │ ├── diffmap_components12.png
│ │ ├── diffmap_components123.png
│ │ ├── diffmap_components23.png
│ │ ├── draw_graph_fr.png
│ │ ├── monocle2_with_blobs.png
│ │ ├── monocle2_without_blobs.png
│ │ └── tsne.png
│ ├── monocle2.ipynb
│ └── stemID
│ │ ├── README.md
│ │ ├── RaceID3_StemID2_class.R
│ │ ├── RaceID3_StemID2_sample.R
│ │ ├── Rplots_X_krumsiek11_blobs_shifted.pdf
│ │ ├── Rplots_X_krumsiek11_blobs_shifted_1.png
│ │ ├── Rplots_X_krumsiek11_blobs_shifted_2.png
│ │ ├── X_krumsiek11_blobs_shifted.csv
│ │ ├── X_krumsiek11_shifted.csv
│ │ └── logfile_X_krumsiek11_blobs_shifted.txt
├── comparisons_exports.ipynb
├── figures
│ ├── aga.png
│ ├── aga_cluster_std1.png
│ ├── aga_cluster_std10.png
│ ├── aga_cluster_std6.png
│ ├── aga_coarse.svg
│ ├── aga_coarse_R.svg
│ ├── aga_new.png
│ ├── aga_path.png
│ ├── aga_reference.png
│ ├── aga_simple_tree.png
│ ├── draw_graph_fr.png
│ ├── draw_graph_fr_associated.png
│ ├── krumsiek11_timeseries_heatmap.png
│ ├── matrix_norm_new.png
│ ├── matrix_norm_new_cropped.png
│ ├── matrix_norm_reference.png
│ ├── matrix_norm_reference_cropped.png
│ ├── robustness_summary.png
│ └── tsne.png
├── minimal_examples.ipynb
└── robustness.ipynb
├── nestorowa16
├── README.md
├── comparison_dpt.ipynb
├── comparison_monocle2.ipynb
├── figures
│ ├── aga_gephi.svg
│ ├── aga_gephi_inkscape.svg
│ ├── aga_path.svg
│ ├── monocle2_maxcomps10.png
│ └── monocle2_maxcomps4.png
└── nestorowa16.ipynb
├── paul15
├── README.md
├── comparison_monocle2
│ ├── data
│ │ └── MAP.csv
│ ├── figures
│ │ ├── alternative.png
│ │ └── original.png
│ ├── monocle2_alternative.ipynb
│ └── monocle2_original.ipynb
├── figures
│ ├── aga_fr.png
│ ├── aga_gephi.svg
│ ├── aga_graph_iterative_matching.png
│ ├── aga_iterative_matching.png
│ ├── aga_path.svg
│ ├── aga_path_comparison.png
│ ├── aga_without_lymphoids.png
│ ├── aga_without_lymphoids_cell_types.png
│ ├── legend.pdf
│ └── robustness_summary.png
├── paul15.ipynb
└── paul15_robustness.ipynb
├── pbmcs
├── figures
│ ├── aga_pbmc3k.png
│ └── aga_pbmc68k.png
├── pbmc3k.ipynb
└── pbmc68k.ipynb
└── planaria
├── figures
└── aga.svg
└── planaria.ipynb
/.gitignore:
--------------------------------------------------------------------------------
1 | # additional stuff
2 | .RData*
3 | .Rhistory*
4 | *.pdf
5 |
6 | # Scanpy
7 | .scanpy
8 | docs/_build
9 | docs/api/scanpy.api.*
10 | archive/
11 | data/
12 | figs/
13 | */figs*/
14 | write/
15 | ./examples/
16 | scanpy.egg-info/
17 | scanpy_user/
18 | scanpy_save/
19 | scanpy_later/
20 | scripts_test/
21 | thirdp/
22 | test.py
23 | README.html
24 | scripts/
25 | test_notebooks.txt
26 | upload_to_pypi.sh
27 |
28 | # private files
29 | scanpy/examples/builtin_private.py
30 | scanpy/tools/paths.py
31 | scanpy/tools/tgdyn.py
32 | scanpy/tools/tgdyn_simple.py
33 | scripts/paths.py
34 | scripts/test_private.sh
35 | scripts/tgdyn.py
36 | scripts/tgdyn_simple.py
37 |
38 |
39 | # always-ignore extensions
40 | *~
41 |
42 | # Python / Byte-compiled / optimized / DLL
43 | __pycache__/
44 | *.py[cod]
45 | *.so
46 | .cache
47 |
48 | # OS or Editor files and folders
49 | .DS_Store
50 | Thumbs.db
51 | .ipynb_checkpoints/
52 | .directory
53 | /.idea/
54 |
55 | # always-ignore directories
56 | /dist/
57 | /build/
58 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2017 Alex Wolf
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | This repository is phased out and does not reflect the state of PAGA since Scanpy 1.2.
2 |
3 | Please visit the new repository: https://github.com/theislab/paga.
--------------------------------------------------------------------------------
/deep_learning/README.md:
--------------------------------------------------------------------------------
1 | *First compiled: September 16, 2017*
2 |
3 | # Graph Abstraction for Deep Learning
4 |
5 | See [*deep_learning*](deep_learning.ipynb).
--------------------------------------------------------------------------------
/deep_learning/figures/aga.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/deep_learning/figures/aga.png
--------------------------------------------------------------------------------
/deep_learning/figures/aga_cell_cycle_stages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/deep_learning/figures/aga_cell_cycle_stages.png
--------------------------------------------------------------------------------
/deep_learning/figures/aga_path.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/deep_learning/figures/aga_path.png
--------------------------------------------------------------------------------
/deep_learning/figures/aga_path_kink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/deep_learning/figures/aga_path_kink.png
--------------------------------------------------------------------------------
/minimal_examples/README.md:
--------------------------------------------------------------------------------
1 | *First compiled: September 13, 2017.*
2 |
3 | ## Minimal examples
4 |
5 | ### Contents
6 |
7 | * [*minimal_examples*](minimal_examples.ipynb) contains the main results
8 | * [*robustness*](robustness.ipynb) studies the robustness of these results
9 | * [*comparisons*](comparisons) discusses results obtained with other algorithms
10 | ([*comparisons_exports*](comparisons_exports.ipynb) exports data)
11 |
12 | ### Inferring the abstracted graph
13 |
14 | Here, we study a simple, almost noise-free simulated dataset, which serves as a
15 | minimal example with an unambiguous ground truth
16 | ([*krumsiek11_blobs/X.csv*](comparisons/data/krumsiek11_blobs/X.csv)). The data
17 | contains two clusters and a continous tree-like manifold associated with
18 | [simulated hematopoietic
19 | differentiation](https://github.com/theislab/scanpy_usage/tree/master/170430_krumsiek11). Below,
20 | we reproduce the abstracted graph and the inferred tree of Supplemental Figure 6 of the
21 | paper:
22 |
23 |
24 |
25 | ### Comparison with other algorithms
26 |
27 | In [*comparisons*](comparisons), we show that only graph abstraction provides meaningful results for the minimal dataset.
28 |
29 | ### Zooming into particular regions of the data
30 |
31 | Also in [*minimal_examples*](minimal_examples.ipynb), it is shown how to start with a coarse grained view of the data
32 |
33 |
34 |
35 | and zoom into particular regions.
36 |
37 |
38 |
39 | ### Robustness
40 |
41 | If we change parameters in graph abstraction, we obtain seemingly very different
42 | abstractions of the data. Here, for a fine-grained resolution
43 |
44 |
45 |
46 | and here, with a very coarse-grained resolution:
47 |
48 |
49 |
50 | Upon closer inspection, one realizes that all results represent the same
51 | topology and are correct. To measure how much two tree topologies differ, we
52 | suggest to compare all paths between leaf nodes in the inferred abstracted
53 | graphs. For example,
54 | ```
55 | path = ['21', '8', '18', '7', '9', '2'],
56 | path_mapped = [['7', '2'], ['6', '7', '2'], ['2', '7'], ['2', '9'], ['9', '10', '3'], ['11', '10']],
57 | path_new = ['7', '2', '9', '10', '11'],
58 | -> n_agreeing_steps = 4 / n_steps = 4.
59 | ```
60 | agree.
61 |
62 | For the simulated dataset, graph abstraction almost always yields the correct
63 | topology; no matter which parameters are chosen.
64 |
65 |
66 |
67 | See [*robustness*](robustness.ipynb) for all details.
68 |
69 | ### Different degrees of clustering
70 |
71 | In [*minimal_examples*](minimal_examples.ipynb), we also show how graph abstraction behaves on
72 | data with different degrees of clustering.
73 |
74 |
75 |
76 |
77 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/README.md:
--------------------------------------------------------------------------------
1 | *First compiled: September 13, 2017.*
2 |
3 | ## Comparisons
4 |
5 | ### Contents
6 |
7 | * [*stemID2*](stemID) contains the analysis using StemID [(Grün *et al.*, Cell Stem Cell,
8 | 2016)](https://doi.org/10.1016/j.stem.2016.05.010)
9 | * [*monocle2*](monocle2.ipynb) contains the Monocle 2 analysis [(Qiu *et al.*,
10 | Nat. Meth., 2017)](https://doi.org/10.1038/nmeth.4402)
11 | * [*DPT*](dpt.ipynb) contains the DPT analysis [(Haghverdi *et al.*, Nat. Meth.,
12 | 2016)](https://doi.org/10.1038/nmeth.3971)
13 | * [*eclair*](eclair) contains the analysis using Eclair [(Giecold *et al.*, Nucl. Acids
14 | Research, 2016)](https://doi.org/10.1093/nar/gkw452)
15 |
16 | ### Summary
17 |
18 | Recall the example of a continuous tree-like manifold with clusters (Figure 1 of the paper, [*krumsiek11_blobs/X.csv*](data/krumsiek11_blobs/X.csv)). This data has a clearly defined ground truth and very little noise. The following shows the result by graph abstraction. The computation took 0.55 s.
19 |
20 |
21 |
22 | Among the competing algorithms, only StemID 2, the successor of StemID [(Grün *et al.*, Cell Stem Cell, 2016)](https://doi.org/10.1016/j.stem.2016.05.010), is able to produce sensible results for this dataset. It produces a lineage tree that is partly correct (left panel) . The underlying sampled clusters and minimum spanning trees recognize one cluster as disconnected, but misinterpret the other cluster (right panel). This is from Supplemental Figure 1 of the paper.
23 |
24 | 
25 |
26 | The stemID computation, including tSNE, ran for 17 min [(*stemID*)](stemID). Comparing this with 0.5 s for graph abstraction and 2.8 s for tSNE, both in Scanpy ([*minimal_examples*](../minimal_examples.ipynb)), Scanpy is 309 times faster.
27 |
28 | Monocle 2 is highly sensitive to the clusters in the data and hence not able to produce any meaningful result for this data, regardless of the choice of parameters. The three branches in the Monocle tree correspond to the two clusters and the continuous manifold (coloring as graph abstraction result). This is from Supplemental Figure 1 of the paper.
29 |
30 |
31 |
32 | The Monocle 2 computation took 13.8 s [(*monocle2*)](monocle2.ipynb) in the fastest case. Comparing this with 0.5 s for graph abstraction [(*../sim_data*)](../sim_data.ipynb), Scanpy is 28 times faster.
33 |
34 | We could not produce any result neither with Eclair [(Giecold *et al.*,
35 | Nucl. Acids Research, 2016](https://doi.org/10.1093/nar/gkw452)] nor with DPT
36 | [(Haghverdi *et al.*, Nat. Meth., 2016)](https://doi.org/10.1038/nmeth.3971)
37 | for this dataset.
38 |
39 | #### Reconstructing a simple tree
40 |
41 | To obtain sensible results also with Monocle 2, Eclair and DPT, we considered a simpler dataset that only contains the continous tree-like manifold [*krumsiek11/X.csv*](data/krumsiek11/X.csv). The abstracted graph for this looks as follows:
42 |
43 |
44 |
45 | Monocle 2 can now be tuned to yield a sensible result, which agrees with the result obtained using graph abstraction:
46 |
47 |
48 |
49 | Eclair [(Giecold *et al.*, Nucl. Acids Research, 2016)](https://doi.org/10.1093/nar/gkw452) obtains a wrong result even for the simple tree.
50 |
51 | 
52 |
53 | DPT [(Haghverdi *et al.*, Nat. Meth., 2016)](https://doi.org/10.1038/nmeth.3971) does, by construction, not infer a lineage tree but merely detects branching subgroups; similar to a clustering algorithm. The branching groups detected for this simple dataset are meaningful.
54 |
55 | 
56 |
57 | The visualization in diffusion maps looks as follows:
58 |
59 | 

60 |
61 | Note that the choice of branching subgroups made by DPT looks very natural in diffusion maps but a bit more arbitrary in tSNE or graph drawing (FR).
62 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/data/krumsiek11/.DS_Store
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_adjacency_full_confidence.csv:
--------------------------------------------------------------------------------
1 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2621277725240071,1.0
2 | 0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0
3 | 0.0,0.0,0.0,0.8881492732977312,0.0,0.0,0.0,0.0,0.0
4 | 0.0,1.0,0.8881492732977312,0.0,0.0,0.0,0.9712938662420141,0.0,0.0
5 | 0.0,0.0,0.0,0.0,0.0,0.5984448517490395,0.0,0.0,0.0
6 | 0.0,0.0,0.0,0.0,0.5984448517490395,0.0,1.0,0.0,0.0
7 | 0.0,0.0,0.0,0.9712938662420141,0.0,1.0,0.0,0.0,1.0
8 | 0.2621277725240071,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
9 | 1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_adjacency_tree_confidence_csr_data.csv:
--------------------------------------------------------------------------------
1 | 0.2621277725240071
2 | 1.0
3 | 1.0
4 | 0.8881492732977312
5 | 0.9712938662420141
6 | 0.5984448517490395
7 | 1.0
8 | 1.0
9 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_adjacency_tree_confidence_csr_indices.csv:
--------------------------------------------------------------------------------
1 | 7
2 | 8
3 | 3
4 | 3
5 | 6
6 | 5
7 | 6
8 | 8
9 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_adjacency_tree_confidence_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 2
3 | 3
4 | 4
5 | 5
6 | 6
7 | 7
8 | 8
9 | 8
10 | 8
11 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_adjacency_tree_confidence_csr_shape.csv:
--------------------------------------------------------------------------------
1 | 9
2 | 9
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_groups_colors_original.csv:
--------------------------------------------------------------------------------
1 | #bcbd22
2 | #d62728
3 | #9467bd
4 | #e377c2
5 | #2ca02c
6 | #17becf
7 | #8c564b
8 | #1f77b4
9 | #ff7f0e
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_groups_order.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 1
3 | 2
4 | 3
5 | 4
6 | 5
7 | 6
8 | 7
9 | 8
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_groups_order_original.csv:
--------------------------------------------------------------------------------
1 | 7
2 | 3
3 | 4
4 | 6
5 | 2
6 | 8
7 | 5
8 | 0
9 | 1
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/aga_groups_sizes.csv:
--------------------------------------------------------------------------------
1 | 36
2 | 83
3 | 72
4 | 46
5 | 89
6 | 35
7 | 67
8 | 107
9 | 105
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/data_graph_distance_local_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 29
3 | 58
4 | 87
5 | 116
6 | 145
7 | 174
8 | 203
9 | 232
10 | 261
11 | 290
12 | 319
13 | 348
14 | 377
15 | 406
16 | 435
17 | 464
18 | 493
19 | 522
20 | 551
21 | 580
22 | 609
23 | 638
24 | 667
25 | 696
26 | 725
27 | 754
28 | 783
29 | 812
30 | 841
31 | 870
32 | 899
33 | 928
34 | 957
35 | 986
36 | 1015
37 | 1044
38 | 1073
39 | 1102
40 | 1131
41 | 1160
42 | 1189
43 | 1218
44 | 1247
45 | 1276
46 | 1305
47 | 1334
48 | 1363
49 | 1392
50 | 1421
51 | 1450
52 | 1479
53 | 1508
54 | 1537
55 | 1566
56 | 1595
57 | 1624
58 | 1653
59 | 1682
60 | 1711
61 | 1740
62 | 1769
63 | 1798
64 | 1827
65 | 1856
66 | 1885
67 | 1914
68 | 1943
69 | 1972
70 | 2001
71 | 2030
72 | 2059
73 | 2088
74 | 2117
75 | 2146
76 | 2175
77 | 2204
78 | 2233
79 | 2262
80 | 2291
81 | 2320
82 | 2349
83 | 2378
84 | 2407
85 | 2436
86 | 2465
87 | 2494
88 | 2523
89 | 2552
90 | 2581
91 | 2610
92 | 2639
93 | 2668
94 | 2697
95 | 2726
96 | 2755
97 | 2784
98 | 2813
99 | 2842
100 | 2871
101 | 2900
102 | 2929
103 | 2958
104 | 2987
105 | 3016
106 | 3045
107 | 3074
108 | 3103
109 | 3132
110 | 3161
111 | 3190
112 | 3219
113 | 3248
114 | 3277
115 | 3306
116 | 3335
117 | 3364
118 | 3393
119 | 3422
120 | 3451
121 | 3480
122 | 3509
123 | 3538
124 | 3567
125 | 3596
126 | 3625
127 | 3654
128 | 3683
129 | 3712
130 | 3741
131 | 3770
132 | 3799
133 | 3828
134 | 3857
135 | 3886
136 | 3915
137 | 3944
138 | 3973
139 | 4002
140 | 4031
141 | 4060
142 | 4089
143 | 4118
144 | 4147
145 | 4176
146 | 4205
147 | 4234
148 | 4263
149 | 4292
150 | 4321
151 | 4350
152 | 4379
153 | 4408
154 | 4437
155 | 4466
156 | 4495
157 | 4524
158 | 4553
159 | 4582
160 | 4611
161 | 4640
162 | 4669
163 | 4698
164 | 4727
165 | 4756
166 | 4785
167 | 4814
168 | 4843
169 | 4872
170 | 4901
171 | 4930
172 | 4959
173 | 4988
174 | 5017
175 | 5046
176 | 5075
177 | 5104
178 | 5133
179 | 5162
180 | 5191
181 | 5220
182 | 5249
183 | 5278
184 | 5307
185 | 5336
186 | 5365
187 | 5394
188 | 5423
189 | 5452
190 | 5481
191 | 5510
192 | 5539
193 | 5568
194 | 5597
195 | 5626
196 | 5655
197 | 5684
198 | 5713
199 | 5742
200 | 5771
201 | 5800
202 | 5829
203 | 5858
204 | 5887
205 | 5916
206 | 5945
207 | 5974
208 | 6003
209 | 6032
210 | 6061
211 | 6090
212 | 6119
213 | 6148
214 | 6177
215 | 6206
216 | 6235
217 | 6264
218 | 6293
219 | 6322
220 | 6351
221 | 6380
222 | 6409
223 | 6438
224 | 6467
225 | 6496
226 | 6525
227 | 6554
228 | 6583
229 | 6612
230 | 6641
231 | 6670
232 | 6699
233 | 6728
234 | 6757
235 | 6786
236 | 6815
237 | 6844
238 | 6873
239 | 6902
240 | 6931
241 | 6960
242 | 6989
243 | 7018
244 | 7047
245 | 7076
246 | 7105
247 | 7134
248 | 7163
249 | 7192
250 | 7221
251 | 7250
252 | 7279
253 | 7308
254 | 7337
255 | 7366
256 | 7395
257 | 7424
258 | 7453
259 | 7482
260 | 7511
261 | 7540
262 | 7569
263 | 7598
264 | 7627
265 | 7656
266 | 7685
267 | 7714
268 | 7743
269 | 7772
270 | 7801
271 | 7830
272 | 7859
273 | 7888
274 | 7917
275 | 7946
276 | 7975
277 | 8004
278 | 8033
279 | 8062
280 | 8091
281 | 8120
282 | 8149
283 | 8178
284 | 8207
285 | 8236
286 | 8265
287 | 8294
288 | 8323
289 | 8352
290 | 8381
291 | 8410
292 | 8439
293 | 8468
294 | 8497
295 | 8526
296 | 8555
297 | 8584
298 | 8613
299 | 8642
300 | 8671
301 | 8700
302 | 8729
303 | 8758
304 | 8787
305 | 8816
306 | 8845
307 | 8874
308 | 8903
309 | 8932
310 | 8961
311 | 8990
312 | 9019
313 | 9048
314 | 9077
315 | 9106
316 | 9135
317 | 9164
318 | 9193
319 | 9222
320 | 9251
321 | 9280
322 | 9309
323 | 9338
324 | 9367
325 | 9396
326 | 9425
327 | 9454
328 | 9483
329 | 9512
330 | 9541
331 | 9570
332 | 9599
333 | 9628
334 | 9657
335 | 9686
336 | 9715
337 | 9744
338 | 9773
339 | 9802
340 | 9831
341 | 9860
342 | 9889
343 | 9918
344 | 9947
345 | 9976
346 | 10005
347 | 10034
348 | 10063
349 | 10092
350 | 10121
351 | 10150
352 | 10179
353 | 10208
354 | 10237
355 | 10266
356 | 10295
357 | 10324
358 | 10353
359 | 10382
360 | 10411
361 | 10440
362 | 10469
363 | 10498
364 | 10527
365 | 10556
366 | 10585
367 | 10614
368 | 10643
369 | 10672
370 | 10701
371 | 10730
372 | 10759
373 | 10788
374 | 10817
375 | 10846
376 | 10875
377 | 10904
378 | 10933
379 | 10962
380 | 10991
381 | 11020
382 | 11049
383 | 11078
384 | 11107
385 | 11136
386 | 11165
387 | 11194
388 | 11223
389 | 11252
390 | 11281
391 | 11310
392 | 11339
393 | 11368
394 | 11397
395 | 11426
396 | 11455
397 | 11484
398 | 11513
399 | 11542
400 | 11571
401 | 11600
402 | 11629
403 | 11658
404 | 11687
405 | 11716
406 | 11745
407 | 11774
408 | 11803
409 | 11832
410 | 11861
411 | 11890
412 | 11919
413 | 11948
414 | 11977
415 | 12006
416 | 12035
417 | 12064
418 | 12093
419 | 12122
420 | 12151
421 | 12180
422 | 12209
423 | 12238
424 | 12267
425 | 12296
426 | 12325
427 | 12354
428 | 12383
429 | 12412
430 | 12441
431 | 12470
432 | 12499
433 | 12528
434 | 12557
435 | 12586
436 | 12615
437 | 12644
438 | 12673
439 | 12702
440 | 12731
441 | 12760
442 | 12789
443 | 12818
444 | 12847
445 | 12876
446 | 12905
447 | 12934
448 | 12963
449 | 12992
450 | 13021
451 | 13050
452 | 13079
453 | 13108
454 | 13137
455 | 13166
456 | 13195
457 | 13224
458 | 13253
459 | 13282
460 | 13311
461 | 13340
462 | 13369
463 | 13398
464 | 13427
465 | 13456
466 | 13485
467 | 13514
468 | 13543
469 | 13572
470 | 13601
471 | 13630
472 | 13659
473 | 13688
474 | 13717
475 | 13746
476 | 13775
477 | 13804
478 | 13833
479 | 13862
480 | 13891
481 | 13920
482 | 13949
483 | 13978
484 | 14007
485 | 14036
486 | 14065
487 | 14094
488 | 14123
489 | 14152
490 | 14181
491 | 14210
492 | 14239
493 | 14268
494 | 14297
495 | 14326
496 | 14355
497 | 14384
498 | 14413
499 | 14442
500 | 14471
501 | 14500
502 | 14529
503 | 14558
504 | 14587
505 | 14616
506 | 14645
507 | 14674
508 | 14703
509 | 14732
510 | 14761
511 | 14790
512 | 14819
513 | 14848
514 | 14877
515 | 14906
516 | 14935
517 | 14964
518 | 14993
519 | 15022
520 | 15051
521 | 15080
522 | 15109
523 | 15138
524 | 15167
525 | 15196
526 | 15225
527 | 15254
528 | 15283
529 | 15312
530 | 15341
531 | 15370
532 | 15399
533 | 15428
534 | 15457
535 | 15486
536 | 15515
537 | 15544
538 | 15573
539 | 15602
540 | 15631
541 | 15660
542 | 15689
543 | 15718
544 | 15747
545 | 15776
546 | 15805
547 | 15834
548 | 15863
549 | 15892
550 | 15921
551 | 15950
552 | 15979
553 | 16008
554 | 16037
555 | 16066
556 | 16095
557 | 16124
558 | 16153
559 | 16182
560 | 16211
561 | 16240
562 | 16269
563 | 16298
564 | 16327
565 | 16356
566 | 16385
567 | 16414
568 | 16443
569 | 16472
570 | 16501
571 | 16530
572 | 16559
573 | 16588
574 | 16617
575 | 16646
576 | 16675
577 | 16704
578 | 16733
579 | 16762
580 | 16791
581 | 16820
582 | 16849
583 | 16878
584 | 16907
585 | 16936
586 | 16965
587 | 16994
588 | 17023
589 | 17052
590 | 17081
591 | 17110
592 | 17139
593 | 17168
594 | 17197
595 | 17226
596 | 17255
597 | 17284
598 | 17313
599 | 17342
600 | 17371
601 | 17400
602 | 17429
603 | 17458
604 | 17487
605 | 17516
606 | 17545
607 | 17574
608 | 17603
609 | 17632
610 | 17661
611 | 17690
612 | 17719
613 | 17748
614 | 17777
615 | 17806
616 | 17835
617 | 17864
618 | 17893
619 | 17922
620 | 17951
621 | 17980
622 | 18009
623 | 18038
624 | 18067
625 | 18096
626 | 18125
627 | 18154
628 | 18183
629 | 18212
630 | 18241
631 | 18270
632 | 18299
633 | 18328
634 | 18357
635 | 18386
636 | 18415
637 | 18444
638 | 18473
639 | 18502
640 | 18531
641 | 18560
642 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/data_graph_norm_weights_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 29
3 | 58
4 | 87
5 | 120
6 | 155
7 | 193
8 | 235
9 | 281
10 | 320
11 | 355
12 | 390
13 | 424
14 | 456
15 | 490
16 | 522
17 | 555
18 | 589
19 | 622
20 | 654
21 | 684
22 | 715
23 | 744
24 | 773
25 | 802
26 | 831
27 | 861
28 | 891
29 | 922
30 | 954
31 | 985
32 | 1017
33 | 1050
34 | 1088
35 | 1128
36 | 1168
37 | 1208
38 | 1246
39 | 1283
40 | 1318
41 | 1353
42 | 1387
43 | 1420
44 | 1453
45 | 1485
46 | 1517
47 | 1550
48 | 1583
49 | 1616
50 | 1649
51 | 1682
52 | 1715
53 | 1748
54 | 1781
55 | 1814
56 | 1847
57 | 1880
58 | 1913
59 | 1946
60 | 1979
61 | 2011
62 | 2044
63 | 2076
64 | 2108
65 | 2139
66 | 2169
67 | 2198
68 | 2227
69 | 2256
70 | 2285
71 | 2314
72 | 2343
73 | 2372
74 | 2401
75 | 2430
76 | 2459
77 | 2488
78 | 2518
79 | 2549
80 | 2581
81 | 2614
82 | 2647
83 | 2682
84 | 2718
85 | 2754
86 | 2791
87 | 2828
88 | 2865
89 | 2904
90 | 2943
91 | 2983
92 | 3023
93 | 3064
94 | 3105
95 | 3146
96 | 3187
97 | 3229
98 | 3272
99 | 3315
100 | 3358
101 | 3401
102 | 3442
103 | 3484
104 | 3524
105 | 3567
106 | 3610
107 | 3652
108 | 3693
109 | 3733
110 | 3779
111 | 3827
112 | 3875
113 | 3924
114 | 3978
115 | 4026
116 | 4059
117 | 4090
118 | 4127
119 | 4161
120 | 4203
121 | 4238
122 | 4283
123 | 4321
124 | 4357
125 | 4395
126 | 4434
127 | 4475
128 | 4511
129 | 4551
130 | 4580
131 | 4612
132 | 4646
133 | 4681
134 | 4712
135 | 4765
136 | 4824
137 | 4859
138 | 4897
139 | 4948
140 | 4980
141 | 5020
142 | 5055
143 | 5099
144 | 5142
145 | 5176
146 | 5218
147 | 5255
148 | 5292
149 | 5332
150 | 5371
151 | 5409
152 | 5442
153 | 5471
154 | 5500
155 | 5529
156 | 5562
157 | 5595
158 | 5633
159 | 5674
160 | 5717
161 | 5747
162 | 5776
163 | 5805
164 | 5834
165 | 5867
166 | 5902
167 | 5940
168 | 5982
169 | 6028
170 | 6063
171 | 6098
172 | 6133
173 | 6167
174 | 6200
175 | 6234
176 | 6266
177 | 6298
178 | 6333
179 | 6366
180 | 6397
181 | 6427
182 | 6456
183 | 6485
184 | 6514
185 | 6543
186 | 6572
187 | 6602
188 | 6632
189 | 6663
190 | 6694
191 | 6726
192 | 6758
193 | 6793
194 | 6834
195 | 6877
196 | 6921
197 | 6966
198 | 7012
199 | 7060
200 | 7100
201 | 7138
202 | 7177
203 | 7215
204 | 7252
205 | 7289
206 | 7325
207 | 7360
208 | 7395
209 | 7430
210 | 7462
211 | 7493
212 | 7523
213 | 7552
214 | 7581
215 | 7610
216 | 7639
217 | 7668
218 | 7697
219 | 7726
220 | 7755
221 | 7785
222 | 7816
223 | 7846
224 | 7879
225 | 7912
226 | 7947
227 | 7982
228 | 8018
229 | 8054
230 | 8090
231 | 8126
232 | 8159
233 | 8189
234 | 8219
235 | 8248
236 | 8277
237 | 8306
238 | 8335
239 | 8364
240 | 8393
241 | 8422
242 | 8451
243 | 8480
244 | 8509
245 | 8538
246 | 8567
247 | 8596
248 | 8626
249 | 8656
250 | 8688
251 | 8722
252 | 8756
253 | 8791
254 | 8826
255 | 8862
256 | 8898
257 | 8934
258 | 8969
259 | 9004
260 | 9038
261 | 9072
262 | 9106
263 | 9140
264 | 9175
265 | 9209
266 | 9243
267 | 9278
268 | 9314
269 | 9351
270 | 9388
271 | 9424
272 | 9460
273 | 9497
274 | 9533
275 | 9569
276 | 9606
277 | 9643
278 | 9680
279 | 9717
280 | 9753
281 | 9790
282 | 9827
283 | 9864
284 | 9901
285 | 9939
286 | 9979
287 | 10019
288 | 10060
289 | 10100
290 | 10140
291 | 10180
292 | 10225
293 | 10269
294 | 10313
295 | 10356
296 | 10396
297 | 10437
298 | 10479
299 | 10519
300 | 10558
301 | 10596
302 | 10633
303 | 10670
304 | 10706
305 | 10740
306 | 10772
307 | 10801
308 | 10830
309 | 10859
310 | 10888
311 | 10920
312 | 10955
313 | 10990
314 | 11025
315 | 11061
316 | 11094
317 | 11125
318 | 11154
319 | 11183
320 | 11213
321 | 11243
322 | 11272
323 | 11301
324 | 11330
325 | 11363
326 | 11399
327 | 11438
328 | 11481
329 | 11515
330 | 11553
331 | 11589
332 | 11624
333 | 11658
334 | 11693
335 | 11729
336 | 11766
337 | 11805
338 | 11844
339 | 11883
340 | 11921
341 | 11958
342 | 11992
343 | 12024
344 | 12053
345 | 12082
346 | 12111
347 | 12140
348 | 12169
349 | 12198
350 | 12227
351 | 12257
352 | 12286
353 | 12315
354 | 12345
355 | 12374
356 | 12403
357 | 12432
358 | 12461
359 | 12490
360 | 12519
361 | 12549
362 | 12579
363 | 12609
364 | 12639
365 | 12671
366 | 12703
367 | 12739
368 | 12779
369 | 12821
370 | 12864
371 | 12908
372 | 12951
373 | 12994
374 | 13033
375 | 13072
376 | 13109
377 | 13146
378 | 13183
379 | 13220
380 | 13258
381 | 13294
382 | 13330
383 | 13365
384 | 13399
385 | 13432
386 | 13464
387 | 13495
388 | 13525
389 | 13554
390 | 13583
391 | 13612
392 | 13641
393 | 13670
394 | 13699
395 | 13728
396 | 13759
397 | 13790
398 | 13820
399 | 13851
400 | 13883
401 | 13917
402 | 13951
403 | 13985
404 | 14019
405 | 14054
406 | 14090
407 | 14127
408 | 14163
409 | 14196
410 | 14225
411 | 14254
412 | 14283
413 | 14312
414 | 14341
415 | 14370
416 | 14399
417 | 14428
418 | 14457
419 | 14486
420 | 14515
421 | 14544
422 | 14573
423 | 14602
424 | 14631
425 | 14661
426 | 14691
427 | 14721
428 | 14752
429 | 14784
430 | 14816
431 | 14849
432 | 14882
433 | 14914
434 | 14947
435 | 14980
436 | 15012
437 | 15045
438 | 15078
439 | 15112
440 | 15146
441 | 15180
442 | 15213
443 | 15247
444 | 15281
445 | 15315
446 | 15349
447 | 15384
448 | 15420
449 | 15457
450 | 15494
451 | 15532
452 | 15578
453 | 15623
454 | 15667
455 | 15711
456 | 15754
457 | 15796
458 | 15838
459 | 15879
460 | 15919
461 | 15958
462 | 15996
463 | 16033
464 | 16069
465 | 16104
466 | 16138
467 | 16171
468 | 16203
469 | 16234
470 | 16267
471 | 16299
472 | 16329
473 | 16358
474 | 16387
475 | 16416
476 | 16445
477 | 16474
478 | 16503
479 | 16532
480 | 16561
481 | 16590
482 | 16619
483 | 16648
484 | 16677
485 | 16710
486 | 16747
487 | 16787
488 | 16831
489 | 16866
490 | 16901
491 | 16935
492 | 16968
493 | 17001
494 | 17034
495 | 17064
496 | 17094
497 | 17128
498 | 17167
499 | 17208
500 | 17248
501 | 17289
502 | 17329
503 | 17367
504 | 17405
505 | 17442
506 | 17480
507 | 17517
508 | 17555
509 | 17590
510 | 17626
511 | 17660
512 | 17695
513 | 17730
514 | 17766
515 | 17801
516 | 17836
517 | 17871
518 | 17907
519 | 17943
520 | 17978
521 | 18013
522 | 18048
523 | 18082
524 | 18116
525 | 18149
526 | 18182
527 | 18215
528 | 18247
529 | 18277
530 | 18307
531 | 18337
532 | 18366
533 | 18395
534 | 18424
535 | 18453
536 | 18482
537 | 18511
538 | 18540
539 | 18570
540 | 18601
541 | 18632
542 | 18664
543 | 18697
544 | 18730
545 | 18764
546 | 18799
547 | 18834
548 | 18869
549 | 18904
550 | 18939
551 | 18974
552 | 19009
553 | 19044
554 | 19078
555 | 19112
556 | 19147
557 | 19181
558 | 19216
559 | 19252
560 | 19288
561 | 19325
562 | 19363
563 | 19411
564 | 19459
565 | 19507
566 | 19555
567 | 19603
568 | 19650
569 | 19697
570 | 19743
571 | 19783
572 | 19821
573 | 19856
574 | 19890
575 | 19922
576 | 19953
577 | 19983
578 | 20012
579 | 20041
580 | 20070
581 | 20099
582 | 20128
583 | 20157
584 | 20187
585 | 20216
586 | 20250
587 | 20288
588 | 20329
589 | 20370
590 | 20406
591 | 20442
592 | 20475
593 | 20513
594 | 20562
595 | 20621
596 | 20676
597 | 20721
598 | 20759
599 | 20799
600 | 20837
601 | 20877
602 | 20919
603 | 20969
604 | 21022
605 | 21056
606 | 21095
607 | 21133
608 | 21175
609 | 21208
610 | 21249
611 | 21287
612 | 21318
613 | 21348
614 | 21380
615 | 21414
616 | 21452
617 | 21490
618 | 21539
619 | 21581
620 | 21613
621 | 21654
622 | 21692
623 | 21724
624 | 21769
625 | 21798
626 | 21828
627 | 21862
628 | 21900
629 | 21932
630 | 21977
631 | 22023
632 | 22072
633 | 22126
634 | 22181
635 | 22229
636 | 22270
637 | 22309
638 | 22349
639 | 22389
640 | 22430
641 | 22472
642 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/data_graph_norm_weights_csr_shape.csv:
--------------------------------------------------------------------------------
1 | 640
2 | 640
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/diffmap_evals.csv:
--------------------------------------------------------------------------------
1 | 0.9983482360839844
2 | 0.9968317151069641
3 | 0.9922014474868774
4 | 0.9918904304504395
5 | 0.9814634919166565
6 | 0.9648339748382568
7 | 0.9626019597053528
8 | 0.9497093558311462
9 | 0.9356895685195923
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/louvain_groups_colors.csv:
--------------------------------------------------------------------------------
1 | #1f77b4
2 | #ff7f0e
3 | #2ca02c
4 | #d62728
5 | #9467bd
6 | #8c564b
7 | #e377c2
8 | #bcbd22
9 | #17becf
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/louvain_groups_order.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 1
3 | 2
4 | 3
5 | 4
6 | 5
7 | 6
8 | 7
9 | 8
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/louvain_params.csv:
--------------------------------------------------------------------------------
1 | resolution
2 | 1.0
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/smp_keys_multicol.csv:
--------------------------------------------------------------------------------
1 | X_tsne
2 | X_diffmap
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/add/var_keys_multicol.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/data/krumsiek11/add/var_keys_multicol.csv
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11/var.csv:
--------------------------------------------------------------------------------
1 | var_names,Gata2,Gata1,Fog1,EKLF,Fli1,SCL,Cebpa,Pu.1,cJun,EgrNab,Gfi1
2 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_adjacency_full_confidence.csv:
--------------------------------------------------------------------------------
1 | 0.0,0.0,0.0,0.0,0.0,0.0,0.9563389704816692,0.0,0.0,0.0,1.0,0.0,0.0
2 | 0.0,0.0,0.0,0.8276915305612415,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
3 | 0.0,0.0,0.0,0.7958724644372855,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
4 | 0.0,0.8276915305612415,0.7958724644372855,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
5 | 0.0,0.0,0.0,0.0,0.0,0.5630871170772119,0.0,0.0,0.0,0.0,0.0,0.0,0.0
6 | 0.0,0.0,0.0,0.0,0.5630871170772119,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
7 | 0.9563389704816692,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
8 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0
9 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0
10 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2142993320271078,0.0,0.0
11 | 1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2142993320271078,0.0,0.0,0.0
12 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0
13 | 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_adjacency_tree_confidence_csr_data.csv:
--------------------------------------------------------------------------------
1 | 1.0
2 | 0.8276915305612415
3 | 0.7958724644372855
4 | 1.0
5 | 0.5630871170772119
6 | 0.9563389704816692
7 | 1.0
8 | 1.0
9 | 0.2142993320271078
10 | 1.0
11 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_adjacency_tree_confidence_csr_indices.csv:
--------------------------------------------------------------------------------
1 | 10
2 | 1
3 | 2
4 | 6
5 | 4
6 | 0
7 | 5
8 | 7
9 | 10
10 | 11
11 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_adjacency_tree_confidence_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 1
3 | 1
4 | 1
5 | 4
6 | 4
7 | 5
8 | 7
9 | 7
10 | 8
11 | 9
12 | 9
13 | 9
14 | 10
15 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_adjacency_tree_confidence_csr_shape.csv:
--------------------------------------------------------------------------------
1 | 13
2 | 13
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_groups_colors_original.csv:
--------------------------------------------------------------------------------
1 | #ff9896
2 | #bcbd22
3 | #17becf
4 | #ffbb78
5 | #e377c2
6 | #98df8a
7 | #aec7e8
8 | #ff7f0e
9 | #2ca02c
10 | #9467bd
11 | #8c564b
12 | #d62728
13 | #1f77b4
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_groups_order.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 1
3 | 2
4 | 3
5 | 4
6 | 5
7 | 6
8 | 7
9 | 8
10 | 9
11 | 10
12 | 11
13 | 12
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_groups_order_original.csv:
--------------------------------------------------------------------------------
1 | 12
2 | 7
3 | 8
4 | 10
5 | 6
6 | 11
7 | 9
8 | 1
9 | 2
10 | 4
11 | 5
12 | 3
13 | 0
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/aga_groups_sizes.csv:
--------------------------------------------------------------------------------
1 | 34
2 | 76
3 | 67
4 | 61
5 | 87
6 | 39
7 | 65
8 | 185
9 | 135
10 | 107
11 | 104
12 | 121
13 | 199
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/data_graph_distance_local_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 29
3 | 58
4 | 87
5 | 116
6 | 145
7 | 174
8 | 203
9 | 232
10 | 261
11 | 290
12 | 319
13 | 348
14 | 377
15 | 406
16 | 435
17 | 464
18 | 493
19 | 522
20 | 551
21 | 580
22 | 609
23 | 638
24 | 667
25 | 696
26 | 725
27 | 754
28 | 783
29 | 812
30 | 841
31 | 870
32 | 899
33 | 928
34 | 957
35 | 986
36 | 1015
37 | 1044
38 | 1073
39 | 1102
40 | 1131
41 | 1160
42 | 1189
43 | 1218
44 | 1247
45 | 1276
46 | 1305
47 | 1334
48 | 1363
49 | 1392
50 | 1421
51 | 1450
52 | 1479
53 | 1508
54 | 1537
55 | 1566
56 | 1595
57 | 1624
58 | 1653
59 | 1682
60 | 1711
61 | 1740
62 | 1769
63 | 1798
64 | 1827
65 | 1856
66 | 1885
67 | 1914
68 | 1943
69 | 1972
70 | 2001
71 | 2030
72 | 2059
73 | 2088
74 | 2117
75 | 2146
76 | 2175
77 | 2204
78 | 2233
79 | 2262
80 | 2291
81 | 2320
82 | 2349
83 | 2378
84 | 2407
85 | 2436
86 | 2465
87 | 2494
88 | 2523
89 | 2552
90 | 2581
91 | 2610
92 | 2639
93 | 2668
94 | 2697
95 | 2726
96 | 2755
97 | 2784
98 | 2813
99 | 2842
100 | 2871
101 | 2900
102 | 2929
103 | 2958
104 | 2987
105 | 3016
106 | 3045
107 | 3074
108 | 3103
109 | 3132
110 | 3161
111 | 3190
112 | 3219
113 | 3248
114 | 3277
115 | 3306
116 | 3335
117 | 3364
118 | 3393
119 | 3422
120 | 3451
121 | 3480
122 | 3509
123 | 3538
124 | 3567
125 | 3596
126 | 3625
127 | 3654
128 | 3683
129 | 3712
130 | 3741
131 | 3770
132 | 3799
133 | 3828
134 | 3857
135 | 3886
136 | 3915
137 | 3944
138 | 3973
139 | 4002
140 | 4031
141 | 4060
142 | 4089
143 | 4118
144 | 4147
145 | 4176
146 | 4205
147 | 4234
148 | 4263
149 | 4292
150 | 4321
151 | 4350
152 | 4379
153 | 4408
154 | 4437
155 | 4466
156 | 4495
157 | 4524
158 | 4553
159 | 4582
160 | 4611
161 | 4640
162 | 4669
163 | 4698
164 | 4727
165 | 4756
166 | 4785
167 | 4814
168 | 4843
169 | 4872
170 | 4901
171 | 4930
172 | 4959
173 | 4988
174 | 5017
175 | 5046
176 | 5075
177 | 5104
178 | 5133
179 | 5162
180 | 5191
181 | 5220
182 | 5249
183 | 5278
184 | 5307
185 | 5336
186 | 5365
187 | 5394
188 | 5423
189 | 5452
190 | 5481
191 | 5510
192 | 5539
193 | 5568
194 | 5597
195 | 5626
196 | 5655
197 | 5684
198 | 5713
199 | 5742
200 | 5771
201 | 5800
202 | 5829
203 | 5858
204 | 5887
205 | 5916
206 | 5945
207 | 5974
208 | 6003
209 | 6032
210 | 6061
211 | 6090
212 | 6119
213 | 6148
214 | 6177
215 | 6206
216 | 6235
217 | 6264
218 | 6293
219 | 6322
220 | 6351
221 | 6380
222 | 6409
223 | 6438
224 | 6467
225 | 6496
226 | 6525
227 | 6554
228 | 6583
229 | 6612
230 | 6641
231 | 6670
232 | 6699
233 | 6728
234 | 6757
235 | 6786
236 | 6815
237 | 6844
238 | 6873
239 | 6902
240 | 6931
241 | 6960
242 | 6989
243 | 7018
244 | 7047
245 | 7076
246 | 7105
247 | 7134
248 | 7163
249 | 7192
250 | 7221
251 | 7250
252 | 7279
253 | 7308
254 | 7337
255 | 7366
256 | 7395
257 | 7424
258 | 7453
259 | 7482
260 | 7511
261 | 7540
262 | 7569
263 | 7598
264 | 7627
265 | 7656
266 | 7685
267 | 7714
268 | 7743
269 | 7772
270 | 7801
271 | 7830
272 | 7859
273 | 7888
274 | 7917
275 | 7946
276 | 7975
277 | 8004
278 | 8033
279 | 8062
280 | 8091
281 | 8120
282 | 8149
283 | 8178
284 | 8207
285 | 8236
286 | 8265
287 | 8294
288 | 8323
289 | 8352
290 | 8381
291 | 8410
292 | 8439
293 | 8468
294 | 8497
295 | 8526
296 | 8555
297 | 8584
298 | 8613
299 | 8642
300 | 8671
301 | 8700
302 | 8729
303 | 8758
304 | 8787
305 | 8816
306 | 8845
307 | 8874
308 | 8903
309 | 8932
310 | 8961
311 | 8990
312 | 9019
313 | 9048
314 | 9077
315 | 9106
316 | 9135
317 | 9164
318 | 9193
319 | 9222
320 | 9251
321 | 9280
322 | 9309
323 | 9338
324 | 9367
325 | 9396
326 | 9425
327 | 9454
328 | 9483
329 | 9512
330 | 9541
331 | 9570
332 | 9599
333 | 9628
334 | 9657
335 | 9686
336 | 9715
337 | 9744
338 | 9773
339 | 9802
340 | 9831
341 | 9860
342 | 9889
343 | 9918
344 | 9947
345 | 9976
346 | 10005
347 | 10034
348 | 10063
349 | 10092
350 | 10121
351 | 10150
352 | 10179
353 | 10208
354 | 10237
355 | 10266
356 | 10295
357 | 10324
358 | 10353
359 | 10382
360 | 10411
361 | 10440
362 | 10469
363 | 10498
364 | 10527
365 | 10556
366 | 10585
367 | 10614
368 | 10643
369 | 10672
370 | 10701
371 | 10730
372 | 10759
373 | 10788
374 | 10817
375 | 10846
376 | 10875
377 | 10904
378 | 10933
379 | 10962
380 | 10991
381 | 11020
382 | 11049
383 | 11078
384 | 11107
385 | 11136
386 | 11165
387 | 11194
388 | 11223
389 | 11252
390 | 11281
391 | 11310
392 | 11339
393 | 11368
394 | 11397
395 | 11426
396 | 11455
397 | 11484
398 | 11513
399 | 11542
400 | 11571
401 | 11600
402 | 11629
403 | 11658
404 | 11687
405 | 11716
406 | 11745
407 | 11774
408 | 11803
409 | 11832
410 | 11861
411 | 11890
412 | 11919
413 | 11948
414 | 11977
415 | 12006
416 | 12035
417 | 12064
418 | 12093
419 | 12122
420 | 12151
421 | 12180
422 | 12209
423 | 12238
424 | 12267
425 | 12296
426 | 12325
427 | 12354
428 | 12383
429 | 12412
430 | 12441
431 | 12470
432 | 12499
433 | 12528
434 | 12557
435 | 12586
436 | 12615
437 | 12644
438 | 12673
439 | 12702
440 | 12731
441 | 12760
442 | 12789
443 | 12818
444 | 12847
445 | 12876
446 | 12905
447 | 12934
448 | 12963
449 | 12992
450 | 13021
451 | 13050
452 | 13079
453 | 13108
454 | 13137
455 | 13166
456 | 13195
457 | 13224
458 | 13253
459 | 13282
460 | 13311
461 | 13340
462 | 13369
463 | 13398
464 | 13427
465 | 13456
466 | 13485
467 | 13514
468 | 13543
469 | 13572
470 | 13601
471 | 13630
472 | 13659
473 | 13688
474 | 13717
475 | 13746
476 | 13775
477 | 13804
478 | 13833
479 | 13862
480 | 13891
481 | 13920
482 | 13949
483 | 13978
484 | 14007
485 | 14036
486 | 14065
487 | 14094
488 | 14123
489 | 14152
490 | 14181
491 | 14210
492 | 14239
493 | 14268
494 | 14297
495 | 14326
496 | 14355
497 | 14384
498 | 14413
499 | 14442
500 | 14471
501 | 14500
502 | 14529
503 | 14558
504 | 14587
505 | 14616
506 | 14645
507 | 14674
508 | 14703
509 | 14732
510 | 14761
511 | 14790
512 | 14819
513 | 14848
514 | 14877
515 | 14906
516 | 14935
517 | 14964
518 | 14993
519 | 15022
520 | 15051
521 | 15080
522 | 15109
523 | 15138
524 | 15167
525 | 15196
526 | 15225
527 | 15254
528 | 15283
529 | 15312
530 | 15341
531 | 15370
532 | 15399
533 | 15428
534 | 15457
535 | 15486
536 | 15515
537 | 15544
538 | 15573
539 | 15602
540 | 15631
541 | 15660
542 | 15689
543 | 15718
544 | 15747
545 | 15776
546 | 15805
547 | 15834
548 | 15863
549 | 15892
550 | 15921
551 | 15950
552 | 15979
553 | 16008
554 | 16037
555 | 16066
556 | 16095
557 | 16124
558 | 16153
559 | 16182
560 | 16211
561 | 16240
562 | 16269
563 | 16298
564 | 16327
565 | 16356
566 | 16385
567 | 16414
568 | 16443
569 | 16472
570 | 16501
571 | 16530
572 | 16559
573 | 16588
574 | 16617
575 | 16646
576 | 16675
577 | 16704
578 | 16733
579 | 16762
580 | 16791
581 | 16820
582 | 16849
583 | 16878
584 | 16907
585 | 16936
586 | 16965
587 | 16994
588 | 17023
589 | 17052
590 | 17081
591 | 17110
592 | 17139
593 | 17168
594 | 17197
595 | 17226
596 | 17255
597 | 17284
598 | 17313
599 | 17342
600 | 17371
601 | 17400
602 | 17429
603 | 17458
604 | 17487
605 | 17516
606 | 17545
607 | 17574
608 | 17603
609 | 17632
610 | 17661
611 | 17690
612 | 17719
613 | 17748
614 | 17777
615 | 17806
616 | 17835
617 | 17864
618 | 17893
619 | 17922
620 | 17951
621 | 17980
622 | 18009
623 | 18038
624 | 18067
625 | 18096
626 | 18125
627 | 18154
628 | 18183
629 | 18212
630 | 18241
631 | 18270
632 | 18299
633 | 18328
634 | 18357
635 | 18386
636 | 18415
637 | 18444
638 | 18473
639 | 18502
640 | 18531
641 | 18560
642 | 18589
643 | 18618
644 | 18647
645 | 18676
646 | 18705
647 | 18734
648 | 18763
649 | 18792
650 | 18821
651 | 18850
652 | 18879
653 | 18908
654 | 18937
655 | 18966
656 | 18995
657 | 19024
658 | 19053
659 | 19082
660 | 19111
661 | 19140
662 | 19169
663 | 19198
664 | 19227
665 | 19256
666 | 19285
667 | 19314
668 | 19343
669 | 19372
670 | 19401
671 | 19430
672 | 19459
673 | 19488
674 | 19517
675 | 19546
676 | 19575
677 | 19604
678 | 19633
679 | 19662
680 | 19691
681 | 19720
682 | 19749
683 | 19778
684 | 19807
685 | 19836
686 | 19865
687 | 19894
688 | 19923
689 | 19952
690 | 19981
691 | 20010
692 | 20039
693 | 20068
694 | 20097
695 | 20126
696 | 20155
697 | 20184
698 | 20213
699 | 20242
700 | 20271
701 | 20300
702 | 20329
703 | 20358
704 | 20387
705 | 20416
706 | 20445
707 | 20474
708 | 20503
709 | 20532
710 | 20561
711 | 20590
712 | 20619
713 | 20648
714 | 20677
715 | 20706
716 | 20735
717 | 20764
718 | 20793
719 | 20822
720 | 20851
721 | 20880
722 | 20909
723 | 20938
724 | 20967
725 | 20996
726 | 21025
727 | 21054
728 | 21083
729 | 21112
730 | 21141
731 | 21170
732 | 21199
733 | 21228
734 | 21257
735 | 21286
736 | 21315
737 | 21344
738 | 21373
739 | 21402
740 | 21431
741 | 21460
742 | 21489
743 | 21518
744 | 21547
745 | 21576
746 | 21605
747 | 21634
748 | 21663
749 | 21692
750 | 21721
751 | 21750
752 | 21779
753 | 21808
754 | 21837
755 | 21866
756 | 21895
757 | 21924
758 | 21953
759 | 21982
760 | 22011
761 | 22040
762 | 22069
763 | 22098
764 | 22127
765 | 22156
766 | 22185
767 | 22214
768 | 22243
769 | 22272
770 | 22301
771 | 22330
772 | 22359
773 | 22388
774 | 22417
775 | 22446
776 | 22475
777 | 22504
778 | 22533
779 | 22562
780 | 22591
781 | 22620
782 | 22649
783 | 22678
784 | 22707
785 | 22736
786 | 22765
787 | 22794
788 | 22823
789 | 22852
790 | 22881
791 | 22910
792 | 22939
793 | 22968
794 | 22997
795 | 23026
796 | 23055
797 | 23084
798 | 23113
799 | 23142
800 | 23171
801 | 23200
802 | 23229
803 | 23258
804 | 23287
805 | 23316
806 | 23345
807 | 23374
808 | 23403
809 | 23432
810 | 23461
811 | 23490
812 | 23519
813 | 23548
814 | 23577
815 | 23606
816 | 23635
817 | 23664
818 | 23693
819 | 23722
820 | 23751
821 | 23780
822 | 23809
823 | 23838
824 | 23867
825 | 23896
826 | 23925
827 | 23954
828 | 23983
829 | 24012
830 | 24041
831 | 24070
832 | 24099
833 | 24128
834 | 24157
835 | 24186
836 | 24215
837 | 24244
838 | 24273
839 | 24302
840 | 24331
841 | 24360
842 | 24389
843 | 24418
844 | 24447
845 | 24476
846 | 24505
847 | 24534
848 | 24563
849 | 24592
850 | 24621
851 | 24650
852 | 24679
853 | 24708
854 | 24737
855 | 24766
856 | 24795
857 | 24824
858 | 24853
859 | 24882
860 | 24911
861 | 24940
862 | 24969
863 | 24998
864 | 25027
865 | 25056
866 | 25085
867 | 25114
868 | 25143
869 | 25172
870 | 25201
871 | 25230
872 | 25259
873 | 25288
874 | 25317
875 | 25346
876 | 25375
877 | 25404
878 | 25433
879 | 25462
880 | 25491
881 | 25520
882 | 25549
883 | 25578
884 | 25607
885 | 25636
886 | 25665
887 | 25694
888 | 25723
889 | 25752
890 | 25781
891 | 25810
892 | 25839
893 | 25868
894 | 25897
895 | 25926
896 | 25955
897 | 25984
898 | 26013
899 | 26042
900 | 26071
901 | 26100
902 | 26129
903 | 26158
904 | 26187
905 | 26216
906 | 26245
907 | 26274
908 | 26303
909 | 26332
910 | 26361
911 | 26390
912 | 26419
913 | 26448
914 | 26477
915 | 26506
916 | 26535
917 | 26564
918 | 26593
919 | 26622
920 | 26651
921 | 26680
922 | 26709
923 | 26738
924 | 26767
925 | 26796
926 | 26825
927 | 26854
928 | 26883
929 | 26912
930 | 26941
931 | 26970
932 | 26999
933 | 27028
934 | 27057
935 | 27086
936 | 27115
937 | 27144
938 | 27173
939 | 27202
940 | 27231
941 | 27260
942 | 27289
943 | 27318
944 | 27347
945 | 27376
946 | 27405
947 | 27434
948 | 27463
949 | 27492
950 | 27521
951 | 27550
952 | 27579
953 | 27608
954 | 27637
955 | 27666
956 | 27695
957 | 27724
958 | 27753
959 | 27782
960 | 27811
961 | 27840
962 | 27869
963 | 27898
964 | 27927
965 | 27956
966 | 27985
967 | 28014
968 | 28043
969 | 28072
970 | 28101
971 | 28130
972 | 28159
973 | 28188
974 | 28217
975 | 28246
976 | 28275
977 | 28304
978 | 28333
979 | 28362
980 | 28391
981 | 28420
982 | 28449
983 | 28478
984 | 28507
985 | 28536
986 | 28565
987 | 28594
988 | 28623
989 | 28652
990 | 28681
991 | 28710
992 | 28739
993 | 28768
994 | 28797
995 | 28826
996 | 28855
997 | 28884
998 | 28913
999 | 28942
1000 | 28971
1001 | 29000
1002 | 29029
1003 | 29058
1004 | 29087
1005 | 29116
1006 | 29145
1007 | 29174
1008 | 29203
1009 | 29232
1010 | 29261
1011 | 29290
1012 | 29319
1013 | 29348
1014 | 29377
1015 | 29406
1016 | 29435
1017 | 29464
1018 | 29493
1019 | 29522
1020 | 29551
1021 | 29580
1022 | 29609
1023 | 29638
1024 | 29667
1025 | 29696
1026 | 29725
1027 | 29754
1028 | 29783
1029 | 29812
1030 | 29841
1031 | 29870
1032 | 29899
1033 | 29928
1034 | 29957
1035 | 29986
1036 | 30015
1037 | 30044
1038 | 30073
1039 | 30102
1040 | 30131
1041 | 30160
1042 | 30189
1043 | 30218
1044 | 30247
1045 | 30276
1046 | 30305
1047 | 30334
1048 | 30363
1049 | 30392
1050 | 30421
1051 | 30450
1052 | 30479
1053 | 30508
1054 | 30537
1055 | 30566
1056 | 30595
1057 | 30624
1058 | 30653
1059 | 30682
1060 | 30711
1061 | 30740
1062 | 30769
1063 | 30798
1064 | 30827
1065 | 30856
1066 | 30885
1067 | 30914
1068 | 30943
1069 | 30972
1070 | 31001
1071 | 31030
1072 | 31059
1073 | 31088
1074 | 31117
1075 | 31146
1076 | 31175
1077 | 31204
1078 | 31233
1079 | 31262
1080 | 31291
1081 | 31320
1082 | 31349
1083 | 31378
1084 | 31407
1085 | 31436
1086 | 31465
1087 | 31494
1088 | 31523
1089 | 31552
1090 | 31581
1091 | 31610
1092 | 31639
1093 | 31668
1094 | 31697
1095 | 31726
1096 | 31755
1097 | 31784
1098 | 31813
1099 | 31842
1100 | 31871
1101 | 31900
1102 | 31929
1103 | 31958
1104 | 31987
1105 | 32016
1106 | 32045
1107 | 32074
1108 | 32103
1109 | 32132
1110 | 32161
1111 | 32190
1112 | 32219
1113 | 32248
1114 | 32277
1115 | 32306
1116 | 32335
1117 | 32364
1118 | 32393
1119 | 32422
1120 | 32451
1121 | 32480
1122 | 32509
1123 | 32538
1124 | 32567
1125 | 32596
1126 | 32625
1127 | 32654
1128 | 32683
1129 | 32712
1130 | 32741
1131 | 32770
1132 | 32799
1133 | 32828
1134 | 32857
1135 | 32886
1136 | 32915
1137 | 32944
1138 | 32973
1139 | 33002
1140 | 33031
1141 | 33060
1142 | 33089
1143 | 33118
1144 | 33147
1145 | 33176
1146 | 33205
1147 | 33234
1148 | 33263
1149 | 33292
1150 | 33321
1151 | 33350
1152 | 33379
1153 | 33408
1154 | 33437
1155 | 33466
1156 | 33495
1157 | 33524
1158 | 33553
1159 | 33582
1160 | 33611
1161 | 33640
1162 | 33669
1163 | 33698
1164 | 33727
1165 | 33756
1166 | 33785
1167 | 33814
1168 | 33843
1169 | 33872
1170 | 33901
1171 | 33930
1172 | 33959
1173 | 33988
1174 | 34017
1175 | 34046
1176 | 34075
1177 | 34104
1178 | 34133
1179 | 34162
1180 | 34191
1181 | 34220
1182 | 34249
1183 | 34278
1184 | 34307
1185 | 34336
1186 | 34365
1187 | 34394
1188 | 34423
1189 | 34452
1190 | 34481
1191 | 34510
1192 | 34539
1193 | 34568
1194 | 34597
1195 | 34626
1196 | 34655
1197 | 34684
1198 | 34713
1199 | 34742
1200 | 34771
1201 | 34800
1202 | 34829
1203 | 34858
1204 | 34887
1205 | 34916
1206 | 34945
1207 | 34974
1208 | 35003
1209 | 35032
1210 | 35061
1211 | 35090
1212 | 35119
1213 | 35148
1214 | 35177
1215 | 35206
1216 | 35235
1217 | 35264
1218 | 35293
1219 | 35322
1220 | 35351
1221 | 35380
1222 | 35409
1223 | 35438
1224 | 35467
1225 | 35496
1226 | 35525
1227 | 35554
1228 | 35583
1229 | 35612
1230 | 35641
1231 | 35670
1232 | 35699
1233 | 35728
1234 | 35757
1235 | 35786
1236 | 35815
1237 | 35844
1238 | 35873
1239 | 35902
1240 | 35931
1241 | 35960
1242 | 35989
1243 | 36018
1244 | 36047
1245 | 36076
1246 | 36105
1247 | 36134
1248 | 36163
1249 | 36192
1250 | 36221
1251 | 36250
1252 | 36279
1253 | 36308
1254 | 36337
1255 | 36366
1256 | 36395
1257 | 36424
1258 | 36453
1259 | 36482
1260 | 36511
1261 | 36540
1262 | 36569
1263 | 36598
1264 | 36627
1265 | 36656
1266 | 36685
1267 | 36714
1268 | 36743
1269 | 36772
1270 | 36801
1271 | 36830
1272 | 36859
1273 | 36888
1274 | 36917
1275 | 36946
1276 | 36975
1277 | 37004
1278 | 37033
1279 | 37062
1280 | 37091
1281 | 37120
1282 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/data_graph_distance_local_csr_shape.csv:
--------------------------------------------------------------------------------
1 | 1280
2 | 1280
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/data_graph_norm_weights_csr_indptr.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 29
3 | 58
4 | 87
5 | 120
6 | 155
7 | 193
8 | 235
9 | 281
10 | 319
11 | 354
12 | 389
13 | 422
14 | 454
15 | 489
16 | 520
17 | 553
18 | 586
19 | 619
20 | 652
21 | 682
22 | 712
23 | 741
24 | 770
25 | 799
26 | 828
27 | 858
28 | 889
29 | 919
30 | 950
31 | 981
32 | 1013
33 | 1045
34 | 1080
35 | 1119
36 | 1158
37 | 1199
38 | 1237
39 | 1274
40 | 1310
41 | 1345
42 | 1379
43 | 1412
44 | 1445
45 | 1478
46 | 1511
47 | 1544
48 | 1577
49 | 1611
50 | 1644
51 | 1678
52 | 1711
53 | 1744
54 | 1778
55 | 1812
56 | 1845
57 | 1879
58 | 1912
59 | 1946
60 | 1979
61 | 2012
62 | 2045
63 | 2077
64 | 2109
65 | 2140
66 | 2171
67 | 2201
68 | 2230
69 | 2259
70 | 2288
71 | 2317
72 | 2346
73 | 2375
74 | 2404
75 | 2433
76 | 2462
77 | 2491
78 | 2521
79 | 2551
80 | 2583
81 | 2615
82 | 2648
83 | 2683
84 | 2718
85 | 2754
86 | 2791
87 | 2827
88 | 2865
89 | 2903
90 | 2942
91 | 2982
92 | 3022
93 | 3062
94 | 3103
95 | 3144
96 | 3185
97 | 3227
98 | 3270
99 | 3314
100 | 3358
101 | 3401
102 | 3443
103 | 3484
104 | 3524
105 | 3567
106 | 3610
107 | 3652
108 | 3694
109 | 3734
110 | 3775
111 | 3819
112 | 3867
113 | 3915
114 | 3962
115 | 4009
116 | 4051
117 | 4090
118 | 4133
119 | 4167
120 | 4211
121 | 4245
122 | 4286
123 | 4326
124 | 4363
125 | 4403
126 | 4441
127 | 4479
128 | 4513
129 | 4548
130 | 4577
131 | 4606
132 | 4637
133 | 4670
134 | 4701
135 | 4753
136 | 4811
137 | 4862
138 | 4910
139 | 4972
140 | 5017
141 | 5057
142 | 5099
143 | 5144
144 | 5188
145 | 5221
146 | 5261
147 | 5295
148 | 5336
149 | 5371
150 | 5410
151 | 5444
152 | 5478
153 | 5507
154 | 5537
155 | 5566
156 | 5598
157 | 5634
158 | 5671
159 | 5701
160 | 5736
161 | 5767
162 | 5796
163 | 5825
164 | 5854
165 | 5887
166 | 5922
167 | 5960
168 | 6002
169 | 6048
170 | 6083
171 | 6118
172 | 6154
173 | 6189
174 | 6224
175 | 6260
176 | 6292
177 | 6325
178 | 6359
179 | 6391
180 | 6423
181 | 6453
182 | 6482
183 | 6511
184 | 6540
185 | 6569
186 | 6598
187 | 6627
188 | 6656
189 | 6686
190 | 6717
191 | 6750
192 | 6782
193 | 6815
194 | 6856
195 | 6896
196 | 6939
197 | 6985
198 | 7031
199 | 7079
200 | 7119
201 | 7156
202 | 7193
203 | 7230
204 | 7267
205 | 7304
206 | 7342
207 | 7378
208 | 7413
209 | 7448
210 | 7481
211 | 7512
212 | 7543
213 | 7572
214 | 7601
215 | 7630
216 | 7659
217 | 7688
218 | 7717
219 | 7746
220 | 7775
221 | 7804
222 | 7835
223 | 7867
224 | 7899
225 | 7931
226 | 7964
227 | 7997
228 | 8031
229 | 8066
230 | 8103
231 | 8139
232 | 8175
233 | 8211
234 | 8246
235 | 8279
236 | 8311
237 | 8341
238 | 8371
239 | 8400
240 | 8429
241 | 8458
242 | 8487
243 | 8516
244 | 8545
245 | 8574
246 | 8603
247 | 8632
248 | 8661
249 | 8692
250 | 8724
251 | 8757
252 | 8791
253 | 8825
254 | 8860
255 | 8895
256 | 8930
257 | 8965
258 | 9000
259 | 9035
260 | 9070
261 | 9104
262 | 9138
263 | 9172
264 | 9207
265 | 9241
266 | 9276
267 | 9312
268 | 9348
269 | 9385
270 | 9422
271 | 9459
272 | 9496
273 | 9533
274 | 9571
275 | 9608
276 | 9645
277 | 9683
278 | 9721
279 | 9758
280 | 9794
281 | 9830
282 | 9866
283 | 9903
284 | 9939
285 | 9976
286 | 10015
287 | 10054
288 | 10093
289 | 10132
290 | 10171
291 | 10209
292 | 10253
293 | 10297
294 | 10340
295 | 10382
296 | 10422
297 | 10462
298 | 10503
299 | 10542
300 | 10580
301 | 10618
302 | 10655
303 | 10691
304 | 10726
305 | 10757
306 | 10786
307 | 10815
308 | 10844
309 | 10873
310 | 10902
311 | 10932
312 | 10965
313 | 10998
314 | 11032
315 | 11067
316 | 11099
317 | 11130
318 | 11159
319 | 11189
320 | 11224
321 | 11260
322 | 11289
323 | 11318
324 | 11347
325 | 11380
326 | 11416
327 | 11455
328 | 11498
329 | 11533
330 | 11571
331 | 11606
332 | 11640
333 | 11674
334 | 11710
335 | 11748
336 | 11786
337 | 11823
338 | 11863
339 | 11902
340 | 11941
341 | 11978
342 | 12014
343 | 12044
344 | 12074
345 | 12103
346 | 12132
347 | 12162
348 | 12191
349 | 12221
350 | 12251
351 | 12282
352 | 12312
353 | 12342
354 | 12372
355 | 12401
356 | 12430
357 | 12459
358 | 12488
359 | 12517
360 | 12546
361 | 12575
362 | 12604
363 | 12633
364 | 12662
365 | 12693
366 | 12724
367 | 12760
368 | 12802
369 | 12845
370 | 12888
371 | 12932
372 | 12976
373 | 13019
374 | 13058
375 | 13097
376 | 13134
377 | 13171
378 | 13209
379 | 13246
380 | 13283
381 | 13319
382 | 13354
383 | 13389
384 | 13424
385 | 13458
386 | 13490
387 | 13521
388 | 13550
389 | 13579
390 | 13608
391 | 13637
392 | 13666
393 | 13695
394 | 13724
395 | 13753
396 | 13783
397 | 13814
398 | 13845
399 | 13876
400 | 13908
401 | 13941
402 | 13974
403 | 14007
404 | 14040
405 | 14074
406 | 14108
407 | 14144
408 | 14181
409 | 14218
410 | 14257
411 | 14295
412 | 14331
413 | 14367
414 | 14401
415 | 14430
416 | 14459
417 | 14488
418 | 14518
419 | 14547
420 | 14576
421 | 14606
422 | 14636
423 | 14666
424 | 14696
425 | 14726
426 | 14757
427 | 14788
428 | 14819
429 | 14851
430 | 14884
431 | 14917
432 | 14951
433 | 14986
434 | 15021
435 | 15056
436 | 15092
437 | 15127
438 | 15162
439 | 15198
440 | 15234
441 | 15269
442 | 15304
443 | 15340
444 | 15375
445 | 15410
446 | 15446
447 | 15482
448 | 15519
449 | 15557
450 | 15595
451 | 15633
452 | 15679
453 | 15724
454 | 15769
455 | 15813
456 | 15856
457 | 15898
458 | 15940
459 | 15981
460 | 16021
461 | 16060
462 | 16098
463 | 16135
464 | 16171
465 | 16206
466 | 16240
467 | 16273
468 | 16305
469 | 16337
470 | 16370
471 | 16401
472 | 16431
473 | 16460
474 | 16489
475 | 16518
476 | 16547
477 | 16576
478 | 16605
479 | 16634
480 | 16663
481 | 16692
482 | 16721
483 | 16750
484 | 16779
485 | 16812
486 | 16849
487 | 16889
488 | 16933
489 | 16968
490 | 17004
491 | 17038
492 | 17071
493 | 17104
494 | 17138
495 | 17168
496 | 17203
497 | 17242
498 | 17283
499 | 17324
500 | 17366
501 | 17406
502 | 17446
503 | 17484
504 | 17523
505 | 17561
506 | 17600
507 | 17640
508 | 17676
509 | 17711
510 | 17747
511 | 17783
512 | 17819
513 | 17856
514 | 17892
515 | 17928
516 | 17964
517 | 18001
518 | 18038
519 | 18074
520 | 18110
521 | 18146
522 | 18181
523 | 18217
524 | 18252
525 | 18286
526 | 18320
527 | 18353
528 | 18385
529 | 18417
530 | 18447
531 | 18477
532 | 18506
533 | 18535
534 | 18564
535 | 18593
536 | 18622
537 | 18651
538 | 18680
539 | 18709
540 | 18738
541 | 18769
542 | 18801
543 | 18833
544 | 18866
545 | 18900
546 | 18935
547 | 18969
548 | 19004
549 | 19039
550 | 19075
551 | 19111
552 | 19147
553 | 19182
554 | 19218
555 | 19254
556 | 19290
557 | 19326
558 | 19363
559 | 19400
560 | 19438
561 | 19476
562 | 19514
563 | 19561
564 | 19609
565 | 19657
566 | 19705
567 | 19752
568 | 19799
569 | 19846
570 | 19892
571 | 19937
572 | 19979
573 | 20016
574 | 20052
575 | 20086
576 | 20118
577 | 20148
578 | 20179
579 | 20209
580 | 20239
581 | 20268
582 | 20297
583 | 20327
584 | 20356
585 | 20385
586 | 20418
587 | 20457
588 | 20496
589 | 20536
590 | 20572
591 | 20604
592 | 20637
593 | 20680
594 | 20730
595 | 20790
596 | 20839
597 | 20884
598 | 20923
599 | 20961
600 | 21000
601 | 21045
602 | 21090
603 | 21140
604 | 21190
605 | 21224
606 | 21263
607 | 21301
608 | 21344
609 | 21379
610 | 21418
611 | 21457
612 | 21488
613 | 21517
614 | 21547
615 | 21579
616 | 21616
617 | 21654
618 | 21693
619 | 21736
620 | 21769
621 | 21811
622 | 21847
623 | 21881
624 | 21921
625 | 21954
626 | 21987
627 | 22017
628 | 22048
629 | 22078
630 | 22120
631 | 22163
632 | 22211
633 | 22263
634 | 22314
635 | 22360
636 | 22403
637 | 22446
638 | 22489
639 | 22534
640 | 22578
641 | 22620
642 | 22651
643 | 22698
644 | 22732
645 | 22769
646 | 22802
647 | 22844
648 | 22873
649 | 22907
650 | 22939
651 | 22970
652 | 23039
653 | 23138
654 | 23167
655 | 23196
656 | 23240
657 | 23285
658 | 23316
659 | 23360
660 | 23389
661 | 23419
662 | 23449
663 | 23486
664 | 23546
665 | 23585
666 | 23617
667 | 23690
668 | 23719
669 | 23790
670 | 23819
671 | 23849
672 | 23878
673 | 23911
674 | 24004
675 | 24034
676 | 24063
677 | 24096
678 | 24125
679 | 24154
680 | 24210
681 | 24245
682 | 24296
683 | 24350
684 | 24383
685 | 24413
686 | 24442
687 | 24473
688 | 24513
689 | 24557
690 | 24586
691 | 24616
692 | 24647
693 | 24744
694 | 24793
695 | 24823
696 | 24871
697 | 24943
698 | 25008
699 | 25043
700 | 25086
701 | 25118
702 | 25149
703 | 25189
704 | 25238
705 | 25279
706 | 25308
707 | 25358
708 | 25394
709 | 25425
710 | 25457
711 | 25490
712 | 25521
713 | 25574
714 | 25604
715 | 25637
716 | 25687
717 | 25723
718 | 25761
719 | 25815
720 | 25855
721 | 25893
722 | 25925
723 | 25954
724 | 25993
725 | 26038
726 | 26143
727 | 26172
728 | 26203
729 | 26261
730 | 26317
731 | 26388
732 | 26421
733 | 26496
734 | 26537
735 | 26572
736 | 26604
737 | 26669
738 | 26708
739 | 26746
740 | 26775
741 | 26822
742 | 26859
743 | 26928
744 | 26957
745 | 27011
746 | 27063
747 | 27092
748 | 27127
749 | 27157
750 | 27190
751 | 27229
752 | 27295
753 | 27331
754 | 27394
755 | 27434
756 | 27474
757 | 27503
758 | 27539
759 | 27579
760 | 27609
761 | 27638
762 | 27673
763 | 27715
764 | 27745
765 | 27876
766 | 27936
767 | 27966
768 | 28000
769 | 28029
770 | 28076
771 | 28114
772 | 28147
773 | 28190
774 | 28275
775 | 28304
776 | 28340
777 | 28371
778 | 28412
779 | 28448
780 | 28487
781 | 28539
782 | 28575
783 | 28604
784 | 28633
785 | 28675
786 | 28720
787 | 28749
788 | 28779
789 | 28808
790 | 28837
791 | 28876
792 | 28917
793 | 28946
794 | 28997
795 | 29029
796 | 29060
797 | 29101
798 | 29131
799 | 29170
800 | 29204
801 | 29235
802 | 29268
803 | 29325
804 | 29364
805 | 29483
806 | 29520
807 | 29552
808 | 29581
809 | 29639
810 | 29683
811 | 29722
812 | 29752
813 | 29804
814 | 29834
815 | 29886
816 | 29927
817 | 30004
818 | 30073
819 | 30131
820 | 30187
821 | 30218
822 | 30248
823 | 30288
824 | 30326
825 | 30357
826 | 30395
827 | 30431
828 | 30464
829 | 30496
830 | 30533
831 | 30570
832 | 30639
833 | 30681
834 | 30713
835 | 30745
836 | 30779
837 | 30850
838 | 30893
839 | 30925
840 | 30954
841 | 30992
842 | 31032
843 | 31074
844 | 31106
845 | 31165
846 | 31203
847 | 31241
848 | 31270
849 | 31300
850 | 31330
851 | 31376
852 | 31419
853 | 31469
854 | 31503
855 | 31535
856 | 31594
857 | 31635
858 | 31664
859 | 31719
860 | 31795
861 | 31825
862 | 31884
863 | 31938
864 | 31973
865 | 32028
866 | 32074
867 | 32113
868 | 32144
869 | 32186
870 | 32219
871 | 32248
872 | 32279
873 | 32310
874 | 32352
875 | 32389
876 | 32419
877 | 32453
878 | 32489
879 | 32529
880 | 32559
881 | 32600
882 | 32739
883 | 32769
884 | 32798
885 | 32827
886 | 32863
887 | 32892
888 | 32923
889 | 32975
890 | 33004
891 | 33042
892 | 33082
893 | 33117
894 | 33148
895 | 33180
896 | 33243
897 | 33283
898 | 33345
899 | 33375
900 | 33411
901 | 33453
902 | 33483
903 | 33519
904 | 33554
905 | 33619
906 | 33697
907 | 33729
908 | 33761
909 | 33793
910 | 33826
911 | 33858
912 | 33906
913 | 33951
914 | 34004
915 | 34088
916 | 34128
917 | 34165
918 | 34194
919 | 34266
920 | 34346
921 | 34443
922 | 34475
923 | 34593
924 | 34623
925 | 34657
926 | 34687
927 | 34727
928 | 34759
929 | 34823
930 | 34852
931 | 34907
932 | 34938
933 | 34967
934 | 34997
935 | 35026
936 | 35062
937 | 35108
938 | 35150
939 | 35185
940 | 35216
941 | 35270
942 | 35314
943 | 35346
944 | 35416
945 | 35511
946 | 35540
947 | 35586
948 | 35615
949 | 35657
950 | 35687
951 | 35756
952 | 35793
953 | 35822
954 | 35868
955 | 35898
956 | 35945
957 | 35987
958 | 36039
959 | 36081
960 | 36165
961 | 36194
962 | 36227
963 | 36256
964 | 36288
965 | 36317
966 | 36349
967 | 36378
968 | 36430
969 | 36475
970 | 36545
971 | 36576
972 | 36616
973 | 36645
974 | 36709
975 | 36739
976 | 36779
977 | 36810
978 | 36846
979 | 36877
980 | 36968
981 | 37016
982 | 37045
983 | 37080
984 | 37113
985 | 37145
986 | 37212
987 | 37245
988 | 37280
989 | 37309
990 | 37338
991 | 37440
992 | 37469
993 | 37503
994 | 37533
995 | 37562
996 | 37643
997 | 37674
998 | 37706
999 | 37735
1000 | 37765
1001 | 37824
1002 | 37864
1003 | 37913
1004 | 37953
1005 | 38030
1006 | 38059
1007 | 38092
1008 | 38141
1009 | 38171
1010 | 38213
1011 | 38308
1012 | 38338
1013 | 38381
1014 | 38419
1015 | 38471
1016 | 38506
1017 | 38537
1018 | 38567
1019 | 38620
1020 | 38654
1021 | 38684
1022 | 38727
1023 | 38776
1024 | 38811
1025 | 38840
1026 | 38869
1027 | 38922
1028 | 38951
1029 | 38980
1030 | 39017
1031 | 39048
1032 | 39088
1033 | 39131
1034 | 39207
1035 | 39259
1036 | 39300
1037 | 39336
1038 | 39367
1039 | 39403
1040 | 39436
1041 | 39466
1042 | 39496
1043 | 39529
1044 | 39563
1045 | 39593
1046 | 39650
1047 | 39679
1048 | 39709
1049 | 39743
1050 | 39776
1051 | 39819
1052 | 39853
1053 | 39924
1054 | 39963
1055 | 39992
1056 | 40051
1057 | 40082
1058 | 40143
1059 | 40198
1060 | 40227
1061 | 40276
1062 | 40324
1063 | 40356
1064 | 40408
1065 | 40437
1066 | 40512
1067 | 40552
1068 | 40612
1069 | 40645
1070 | 40700
1071 | 40735
1072 | 40766
1073 | 40795
1074 | 40838
1075 | 40869
1076 | 40951
1077 | 40990
1078 | 41033
1079 | 41076
1080 | 41107
1081 | 41142
1082 | 41190
1083 | 41222
1084 | 41265
1085 | 41299
1086 | 41332
1087 | 41369
1088 | 41407
1089 | 41453
1090 | 41487
1091 | 41543
1092 | 41572
1093 | 41605
1094 | 41642
1095 | 41673
1096 | 41714
1097 | 41743
1098 | 41773
1099 | 41804
1100 | 41836
1101 | 41868
1102 | 41903
1103 | 41936
1104 | 41970
1105 | 42038
1106 | 42070
1107 | 42111
1108 | 42141
1109 | 42173
1110 | 42203
1111 | 42257
1112 | 42301
1113 | 42342
1114 | 42399
1115 | 42434
1116 | 42468
1117 | 42500
1118 | 42531
1119 | 42561
1120 | 42596
1121 | 42638
1122 | 42676
1123 | 42705
1124 | 42752
1125 | 42785
1126 | 42831
1127 | 42890
1128 | 42954
1129 | 42984
1130 | 43019
1131 | 43056
1132 | 43116
1133 | 43146
1134 | 43200
1135 | 43231
1136 | 43261
1137 | 43290
1138 | 43328
1139 | 43363
1140 | 43429
1141 | 43463
1142 | 43496
1143 | 43535
1144 | 43595
1145 | 43627
1146 | 43696
1147 | 43767
1148 | 43812
1149 | 43847
1150 | 43883
1151 | 43912
1152 | 43943
1153 | 44008
1154 | 44039
1155 | 44087
1156 | 44123
1157 | 44165
1158 | 44221
1159 | 44250
1160 | 44290
1161 | 44319
1162 | 44362
1163 | 44392
1164 | 44421
1165 | 44451
1166 | 44482
1167 | 44522
1168 | 44553
1169 | 44597
1170 | 44629
1171 | 44699
1172 | 44730
1173 | 44775
1174 | 44805
1175 | 44834
1176 | 44866
1177 | 44913
1178 | 44950
1179 | 44980
1180 | 45032
1181 | 45062
1182 | 45092
1183 | 45121
1184 | 45158
1185 | 45188
1186 | 45217
1187 | 45252
1188 | 45295
1189 | 45346
1190 | 45375
1191 | 45417
1192 | 45449
1193 | 45510
1194 | 45595
1195 | 45715
1196 | 45770
1197 | 45815
1198 | 45846
1199 | 45879
1200 | 45911
1201 | 45953
1202 | 45996
1203 | 46029
1204 | 46064
1205 | 46123
1206 | 46185
1207 | 46214
1208 | 46247
1209 | 46309
1210 | 46349
1211 | 46384
1212 | 46432
1213 | 46462
1214 | 46534
1215 | 46601
1216 | 46633
1217 | 46665
1218 | 46708
1219 | 46743
1220 | 46783
1221 | 46812
1222 | 46842
1223 | 46882
1224 | 46916
1225 | 46961
1226 | 47021
1227 | 47050
1228 | 47083
1229 | 47112
1230 | 47171
1231 | 47221
1232 | 47250
1233 | 47302
1234 | 47332
1235 | 47391
1236 | 47453
1237 | 47493
1238 | 47522
1239 | 47552
1240 | 47581
1241 | 47614
1242 | 47658
1243 | 47692
1244 | 47726
1245 | 47765
1246 | 47800
1247 | 47829
1248 | 47861
1249 | 47891
1250 | 47926
1251 | 47967
1252 | 48004
1253 | 48040
1254 | 48071
1255 | 48102
1256 | 48146
1257 | 48183
1258 | 48219
1259 | 48257
1260 | 48313
1261 | 48349
1262 | 48378
1263 | 48409
1264 | 48450
1265 | 48489
1266 | 48540
1267 | 48572
1268 | 48610
1269 | 48673
1270 | 48704
1271 | 48735
1272 | 48877
1273 | 48914
1274 | 48975
1275 | 49004
1276 | 49033
1277 | 49112
1278 | 49145
1279 | 49183
1280 | 49271
1281 | 49302
1282 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/data_graph_norm_weights_csr_shape.csv:
--------------------------------------------------------------------------------
1 | 1280
2 | 1280
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/diffmap_evals.csv:
--------------------------------------------------------------------------------
1 | 1.0
2 | 0.9999999403953552
3 | 0.9984188079833984
4 | 0.9969583749771118
5 | 0.9920812249183655
6 | 0.9909048676490784
7 | 0.9824625849723816
8 | 0.9651806950569153
9 | 0.9614251255989075
10 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/draw_graph_layout.csv:
--------------------------------------------------------------------------------
1 | fr
2 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/louvain_groups_colors.csv:
--------------------------------------------------------------------------------
1 | #1f77b4
2 | #ff7f0e
3 | #2ca02c
4 | #d62728
5 | #9467bd
6 | #8c564b
7 | #e377c2
8 | #bcbd22
9 | #17becf
10 | #aec7e8
11 | #ffbb78
12 | #98df8a
13 | #ff9896
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/louvain_groups_order.csv:
--------------------------------------------------------------------------------
1 | 0
2 | 1
3 | 2
4 | 3
5 | 4
6 | 5
7 | 6
8 | 7
9 | 8
10 | 9
11 | 10
12 | 11
13 | 12
14 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/louvain_params.csv:
--------------------------------------------------------------------------------
1 | resolution
2 | 2.5
3 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/smp_keys_multicol.csv:
--------------------------------------------------------------------------------
1 | X_tsne
2 | X_diffmap
3 | X_draw_graph_fr
4 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/add/var_keys_multicol.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/data/krumsiek11_blobs/add/var_keys_multicol.csv
--------------------------------------------------------------------------------
/minimal_examples/comparisons/data/krumsiek11_blobs/var.csv:
--------------------------------------------------------------------------------
1 | var_names,Gata2,Gata1,Fog1,EKLF,Fli1,SCL,Cebpa,Pu.1,cJun,EgrNab,Gfi1
2 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/consensus_adjacency_matrix.txt:
--------------------------------------------------------------------------------
1 | 0.0 0.0 1.0 0.0
2 | 0.0 0.0 0.0 1.0
3 | 1.0 0.0 0.0 1.0
4 | 0.0 1.0 1.0 0.0
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/consensus_distances_matrix.txt:
--------------------------------------------------------------------------------
1 | 0.0000 3.9659 1.9659 2.9659
2 | 3.9659 0.0000 2.0000 1.0000
3 | 1.9659 2.0000 0.0000 1.0000
4 | 2.9659 1.0000 1.0000 0.0000
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/consensus_labels.txt:
--------------------------------------------------------------------------------
1 | 3
2 | 3
3 | 3
4 | 3
5 | 3
6 | 3
7 | 3
8 | 3
9 | 3
10 | 3
11 | 3
12 | 3
13 | 3
14 | 3
15 | 3
16 | 3
17 | 3
18 | 3
19 | 3
20 | 3
21 | 3
22 | 2
23 | 2
24 | 2
25 | 2
26 | 2
27 | 2
28 | 2
29 | 2
30 | 2
31 | 2
32 | 2
33 | 2
34 | 2
35 | 2
36 | 2
37 | 2
38 | 2
39 | 2
40 | 2
41 | 2
42 | 2
43 | 2
44 | 2
45 | 2
46 | 2
47 | 2
48 | 2
49 | 2
50 | 2
51 | 2
52 | 2
53 | 2
54 | 2
55 | 2
56 | 2
57 | 2
58 | 2
59 | 2
60 | 2
61 | 2
62 | 2
63 | 2
64 | 2
65 | 2
66 | 2
67 | 2
68 | 2
69 | 2
70 | 0
71 | 0
72 | 0
73 | 0
74 | 0
75 | 0
76 | 0
77 | 0
78 | 0
79 | 0
80 | 0
81 | 0
82 | 0
83 | 0
84 | 0
85 | 0
86 | 0
87 | 0
88 | 0
89 | 0
90 | 0
91 | 0
92 | 0
93 | 0
94 | 0
95 | 0
96 | 0
97 | 0
98 | 0
99 | 0
100 | 0
101 | 0
102 | 0
103 | 0
104 | 0
105 | 0
106 | 0
107 | 0
108 | 0
109 | 0
110 | 0
111 | 0
112 | 0
113 | 0
114 | 0
115 | 0
116 | 0
117 | 0
118 | 0
119 | 0
120 | 0
121 | 0
122 | 0
123 | 0
124 | 0
125 | 0
126 | 0
127 | 0
128 | 0
129 | 0
130 | 0
131 | 0
132 | 0
133 | 0
134 | 0
135 | 0
136 | 0
137 | 0
138 | 0
139 | 0
140 | 0
141 | 0
142 | 0
143 | 0
144 | 0
145 | 0
146 | 0
147 | 0
148 | 0
149 | 0
150 | 0
151 | 0
152 | 0
153 | 0
154 | 0
155 | 0
156 | 0
157 | 0
158 | 0
159 | 0
160 | 0
161 | 3
162 | 3
163 | 3
164 | 3
165 | 3
166 | 3
167 | 3
168 | 3
169 | 3
170 | 3
171 | 3
172 | 3
173 | 3
174 | 3
175 | 3
176 | 3
177 | 3
178 | 3
179 | 3
180 | 3
181 | 2
182 | 2
183 | 2
184 | 2
185 | 2
186 | 2
187 | 2
188 | 2
189 | 2
190 | 2
191 | 2
192 | 2
193 | 2
194 | 2
195 | 2
196 | 2
197 | 2
198 | 2
199 | 2
200 | 2
201 | 2
202 | 2
203 | 2
204 | 2
205 | 2
206 | 2
207 | 2
208 | 2
209 | 2
210 | 2
211 | 2
212 | 2
213 | 2
214 | 2
215 | 2
216 | 2
217 | 2
218 | 2
219 | 2
220 | 1
221 | 1
222 | 1
223 | 1
224 | 1
225 | 1
226 | 1
227 | 1
228 | 1
229 | 1
230 | 1
231 | 1
232 | 1
233 | 1
234 | 1
235 | 1
236 | 1
237 | 1
238 | 1
239 | 1
240 | 1
241 | 1
242 | 1
243 | 1
244 | 1
245 | 1
246 | 1
247 | 1
248 | 1
249 | 1
250 | 1
251 | 1
252 | 1
253 | 1
254 | 1
255 | 1
256 | 1
257 | 1
258 | 1
259 | 1
260 | 1
261 | 1
262 | 1
263 | 1
264 | 1
265 | 1
266 | 1
267 | 1
268 | 1
269 | 1
270 | 1
271 | 1
272 | 1
273 | 1
274 | 1
275 | 1
276 | 1
277 | 1
278 | 1
279 | 1
280 | 1
281 | 1
282 | 1
283 | 1
284 | 1
285 | 1
286 | 1
287 | 1
288 | 1
289 | 1
290 | 1
291 | 1
292 | 1
293 | 1
294 | 1
295 | 1
296 | 1
297 | 1
298 | 1
299 | 1
300 | 1
301 | 1
302 | 1
303 | 1
304 | 1
305 | 1
306 | 1
307 | 1
308 | 1
309 | 1
310 | 1
311 | 1
312 | 1
313 | 1
314 | 1
315 | 1
316 | 1
317 | 1
318 | 1
319 | 1
320 | 1
321 | 3
322 | 3
323 | 3
324 | 3
325 | 3
326 | 3
327 | 3
328 | 3
329 | 3
330 | 3
331 | 3
332 | 3
333 | 3
334 | 3
335 | 3
336 | 3
337 | 3
338 | 3
339 | 3
340 | 3
341 | 3
342 | 3
343 | 3
344 | 3
345 | 3
346 | 3
347 | 3
348 | 3
349 | 3
350 | 3
351 | 3
352 | 3
353 | 3
354 | 3
355 | 2
356 | 2
357 | 2
358 | 2
359 | 2
360 | 2
361 | 2
362 | 2
363 | 2
364 | 2
365 | 2
366 | 2
367 | 2
368 | 2
369 | 2
370 | 2
371 | 2
372 | 2
373 | 2
374 | 2
375 | 2
376 | 2
377 | 2
378 | 2
379 | 2
380 | 2
381 | 2
382 | 2
383 | 2
384 | 2
385 | 2
386 | 2
387 | 2
388 | 2
389 | 2
390 | 2
391 | 2
392 | 2
393 | 2
394 | 2
395 | 2
396 | 0
397 | 0
398 | 0
399 | 0
400 | 0
401 | 0
402 | 0
403 | 0
404 | 0
405 | 0
406 | 0
407 | 0
408 | 0
409 | 0
410 | 0
411 | 0
412 | 0
413 | 0
414 | 0
415 | 0
416 | 0
417 | 0
418 | 0
419 | 0
420 | 0
421 | 0
422 | 0
423 | 0
424 | 0
425 | 0
426 | 0
427 | 0
428 | 0
429 | 0
430 | 0
431 | 0
432 | 0
433 | 0
434 | 0
435 | 0
436 | 0
437 | 0
438 | 0
439 | 0
440 | 0
441 | 0
442 | 0
443 | 0
444 | 0
445 | 0
446 | 0
447 | 0
448 | 0
449 | 0
450 | 0
451 | 0
452 | 0
453 | 0
454 | 0
455 | 0
456 | 0
457 | 0
458 | 0
459 | 0
460 | 0
461 | 0
462 | 0
463 | 0
464 | 0
465 | 0
466 | 0
467 | 0
468 | 0
469 | 0
470 | 0
471 | 0
472 | 0
473 | 0
474 | 0
475 | 0
476 | 0
477 | 0
478 | 0
479 | 0
480 | 0
481 | 3
482 | 3
483 | 3
484 | 3
485 | 3
486 | 3
487 | 3
488 | 3
489 | 3
490 | 3
491 | 3
492 | 3
493 | 3
494 | 3
495 | 3
496 | 3
497 | 3
498 | 3
499 | 3
500 | 3
501 | 3
502 | 3
503 | 3
504 | 3
505 | 3
506 | 3
507 | 3
508 | 3
509 | 3
510 | 3
511 | 3
512 | 3
513 | 3
514 | 3
515 | 3
516 | 3
517 | 3
518 | 3
519 | 3
520 | 3
521 | 3
522 | 3
523 | 3
524 | 3
525 | 3
526 | 3
527 | 3
528 | 3
529 | 3
530 | 3
531 | 3
532 | 3
533 | 3
534 | 3
535 | 3
536 | 3
537 | 3
538 | 3
539 | 3
540 | 3
541 | 3
542 | 3
543 | 3
544 | 3
545 | 3
546 | 3
547 | 3
548 | 3
549 | 3
550 | 3
551 | 3
552 | 3
553 | 3
554 | 3
555 | 3
556 | 3
557 | 3
558 | 3
559 | 3
560 | 3
561 | 3
562 | 3
563 | 3
564 | 3
565 | 3
566 | 3
567 | 3
568 | 3
569 | 3
570 | 3
571 | 3
572 | 3
573 | 3
574 | 3
575 | 3
576 | 3
577 | 3
578 | 3
579 | 3
580 | 3
581 | 3
582 | 3
583 | 3
584 | 3
585 | 3
586 | 3
587 | 3
588 | 3
589 | 3
590 | 3
591 | 3
592 | 3
593 | 3
594 | 3
595 | 3
596 | 3
597 | 3
598 | 3
599 | 3
600 | 3
601 | 3
602 | 3
603 | 3
604 | 3
605 | 3
606 | 3
607 | 3
608 | 3
609 | 3
610 | 3
611 | 3
612 | 3
613 | 3
614 | 3
615 | 3
616 | 3
617 | 3
618 | 3
619 | 3
620 | 3
621 | 3
622 | 3
623 | 3
624 | 3
625 | 3
626 | 3
627 | 3
628 | 3
629 | 3
630 | 3
631 | 3
632 | 3
633 | 3
634 | 3
635 | 3
636 | 3
637 | 3
638 | 3
639 | 3
640 | 3
641 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/consensus_topological_distances_matrix.txt:
--------------------------------------------------------------------------------
1 | 0.0000 3.0000 1.0000 2.0000
2 | 3.0000 0.0000 2.0000 1.0000
3 | 1.0000 2.0000 0.0000 1.0000
4 | 2.0000 1.0000 1.0000 0.0000
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/ensemble_distances_distributions.txt:
--------------------------------------------------------------------------------
1 | (cluster a, cluster b, a < b) (value of the distance, number of occurrences)
2 | (1, 429250.0) (3, 459550.0)
3 | (1, 582400.0) (3, 544000.0)
4 | (2, 2068000.0)
5 | (2, 646400.0)
6 | (1, 1186750.0)
7 | (1, 1504000.0)
8 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/ensemble_distances_means.txt:
--------------------------------------------------------------------------------
1 | 0.0000 2.0341 1.9659 2.0000
2 | 2.0341 0.0000 2.0000 1.0000
3 | 1.9659 2.0000 0.0000 1.0000
4 | 2.0000 1.0000 1.0000 0.0000
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/ensemble_distances_medians.txt:
--------------------------------------------------------------------------------
1 | 0 3 1 2
2 | 3 0 2 1
3 | 1 2 0 1
4 | 2 1 1 0
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/ensemble_distances_variances.txt:
--------------------------------------------------------------------------------
1 | 0.000000 0.998838 0.998838 0.000000
2 | 0.998838 0.000000 0.000000 0.000000
3 | 0.998838 0.000000 0.000000 0.000000
4 | 0.000000 0.000000 0.000000 0.000000
5 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/ECLAIR_instance/ECLAIR_ensemble_clustering_files/2017-09-15__09:09:31/mst_adjacency_list.txt:
--------------------------------------------------------------------------------
1 | RUN 0
2 | 4
3 | 2
4 | 3
5 | 1
6 | 4
7 | 1
8 | 0
9 | 2
10 |
11 | 0
12 | 1
13 | 3
14 | 5
15 | 6
16 | 8
17 |
18 | RUN 1
19 | 2
20 | 3
21 | 4
22 | 0
23 | 4
24 | 1
25 | 1
26 | 2
27 |
28 | 0
29 | 1
30 | 3
31 | 5
32 | 6
33 | 8
34 |
35 | RUN 2
36 | 2
37 | 4
38 | 3
39 | 4
40 | 0
41 | 1
42 | 0
43 | 1
44 |
45 | 0
46 | 2
47 | 4
48 | 5
49 | 6
50 | 8
51 |
52 | RUN 3
53 | 4
54 | 3
55 | 3
56 | 4
57 | 1
58 | 2
59 | 0
60 | 2
61 |
62 | 0
63 | 1
64 | 2
65 | 4
66 | 6
67 | 8
68 |
69 | RUN 4
70 | 1
71 | 4
72 | 0
73 | 3
74 | 4
75 | 1
76 | 0
77 | 2
78 |
79 | 0
80 | 2
81 | 4
82 | 5
83 | 6
84 | 8
85 |
86 | RUN 5
87 | 4
88 | 3
89 | 3
90 | 4
91 | 1
92 | 2
93 | 0
94 | 2
95 |
96 | 0
97 | 1
98 | 2
99 | 4
100 | 6
101 | 8
102 |
103 | RUN 6
104 | 2
105 | 4
106 | 2
107 | 3
108 | 0
109 | 1
110 | 1
111 | 0
112 |
113 | 0
114 | 2
115 | 4
116 | 6
117 | 7
118 | 8
119 |
120 | RUN 7
121 | 2
122 | 4
123 | 2
124 | 3
125 | 0
126 | 1
127 | 1
128 | 0
129 |
130 | 0
131 | 2
132 | 4
133 | 6
134 | 7
135 | 8
136 |
137 | RUN 8
138 | 3
139 | 4
140 | 2
141 | 3
142 | 1
143 | 0
144 | 1
145 | 0
146 |
147 | 0
148 | 2
149 | 4
150 | 5
151 | 7
152 | 8
153 |
154 | RUN 9
155 | 2
156 | 2
157 | 4
158 | 0
159 | 1
160 | 4
161 | 1
162 | 3
163 |
164 | 0
165 | 1
166 | 3
167 | 5
168 | 6
169 | 8
170 |
171 | RUN 10
172 | 3
173 | 4
174 | 2
175 | 3
176 | 1
177 | 0
178 | 1
179 | 0
180 |
181 | 0
182 | 2
183 | 4
184 | 5
185 | 7
186 | 8
187 |
188 | RUN 11
189 | 3
190 | 4
191 | 2
192 | 1
193 | 3
194 | 0
195 | 2
196 | 0
197 |
198 | 0
199 | 2
200 | 3
201 | 5
202 | 7
203 | 8
204 |
205 | RUN 12
206 | 3
207 | 2
208 | 4
209 | 1
210 | 3
211 | 0
212 | 2
213 | 1
214 |
215 | 0
216 | 1
217 | 3
218 | 5
219 | 7
220 | 8
221 |
222 | RUN 13
223 | 2
224 | 4
225 | 2
226 | 3
227 | 0
228 | 1
229 | 1
230 | 0
231 |
232 | 0
233 | 2
234 | 4
235 | 6
236 | 7
237 | 8
238 |
239 | RUN 14
240 | 2
241 | 4
242 | 2
243 | 3
244 | 0
245 | 1
246 | 1
247 | 0
248 |
249 | 0
250 | 2
251 | 4
252 | 6
253 | 7
254 | 8
255 |
256 | RUN 15
257 | 3
258 | 4
259 | 3
260 | 4
261 | 0
262 | 1
263 | 0
264 | 2
265 |
266 | 0
267 | 2
268 | 3
269 | 4
270 | 6
271 | 8
272 |
273 | RUN 16
274 | 3
275 | 2
276 | 3
277 | 1
278 | 4
279 | 0
280 | 1
281 | 2
282 |
283 | 0
284 | 1
285 | 3
286 | 5
287 | 7
288 | 8
289 |
290 | RUN 17
291 | 4
292 | 2
293 | 3
294 | 1
295 | 4
296 | 1
297 | 0
298 | 2
299 |
300 | 0
301 | 1
302 | 3
303 | 5
304 | 6
305 | 8
306 |
307 | RUN 18
308 | 4
309 | 2
310 | 3
311 | 1
312 | 4
313 | 1
314 | 0
315 | 2
316 |
317 | 0
318 | 1
319 | 3
320 | 5
321 | 6
322 | 8
323 |
324 | RUN 19
325 | 2
326 | 2
327 | 4
328 | 0
329 | 1
330 | 4
331 | 1
332 | 3
333 |
334 | 0
335 | 1
336 | 3
337 | 5
338 | 6
339 | 8
340 |
341 | RUN 20
342 | 2
343 | 3
344 | 4
345 | 0
346 | 3
347 | 1
348 | 2
349 | 1
350 |
351 | 0
352 | 1
353 | 3
354 | 5
355 | 7
356 | 8
357 |
358 | RUN 21
359 | 4
360 | 2
361 | 3
362 | 1
363 | 4
364 | 1
365 | 0
366 | 2
367 |
368 | 0
369 | 1
370 | 3
371 | 5
372 | 6
373 | 8
374 |
375 | RUN 22
376 | 4
377 | 2
378 | 3
379 | 1
380 | 4
381 | 1
382 | 0
383 | 2
384 |
385 | 0
386 | 1
387 | 3
388 | 5
389 | 6
390 | 8
391 |
392 | RUN 23
393 | 2
394 | 4
395 | 2
396 | 3
397 | 0
398 | 1
399 | 1
400 | 0
401 |
402 | 0
403 | 2
404 | 4
405 | 6
406 | 7
407 | 8
408 |
409 | RUN 24
410 | 2
411 | 4
412 | 2
413 | 3
414 | 0
415 | 1
416 | 1
417 | 0
418 |
419 | 0
420 | 2
421 | 4
422 | 6
423 | 7
424 | 8
425 |
426 | RUN 25
427 | 1
428 | 2
429 | 0
430 | 4
431 | 0
432 | 3
433 | 2
434 | 1
435 |
436 | 0
437 | 2
438 | 4
439 | 6
440 | 7
441 | 8
442 |
443 | RUN 26
444 | 3
445 | 4
446 | 2
447 | 3
448 | 1
449 | 0
450 | 1
451 | 0
452 |
453 | 0
454 | 2
455 | 4
456 | 5
457 | 7
458 | 8
459 |
460 | RUN 27
461 | 3
462 | 4
463 | 2
464 | 3
465 | 1
466 | 0
467 | 1
468 | 0
469 |
470 | 0
471 | 2
472 | 4
473 | 5
474 | 7
475 | 8
476 |
477 | RUN 28
478 | 3
479 | 4
480 | 2
481 | 3
482 | 1
483 | 0
484 | 1
485 | 0
486 |
487 | 0
488 | 2
489 | 4
490 | 5
491 | 7
492 | 8
493 |
494 | RUN 29
495 | 3
496 | 4
497 | 2
498 | 1
499 | 3
500 | 0
501 | 2
502 | 0
503 |
504 | 0
505 | 2
506 | 3
507 | 5
508 | 7
509 | 8
510 |
511 | RUN 30
512 | 4
513 | 3
514 | 3
515 | 4
516 | 1
517 | 2
518 | 0
519 | 2
520 |
521 | 0
522 | 1
523 | 2
524 | 4
525 | 6
526 | 8
527 |
528 | RUN 31
529 | 4
530 | 2
531 | 3
532 | 1
533 | 4
534 | 1
535 | 0
536 | 2
537 |
538 | 0
539 | 1
540 | 3
541 | 5
542 | 6
543 | 8
544 |
545 | RUN 32
546 | 1
547 | 4
548 | 0
549 | 3
550 | 4
551 | 1
552 | 0
553 | 2
554 |
555 | 0
556 | 2
557 | 4
558 | 5
559 | 6
560 | 8
561 |
562 | RUN 33
563 | 3
564 | 3
565 | 4
566 | 4
567 | 0
568 | 1
569 | 1
570 | 2
571 |
572 | 0
573 | 1
574 | 3
575 | 4
576 | 6
577 | 8
578 |
579 | RUN 34
580 | 1
581 | 3
582 | 0
583 | 4
584 | 4
585 | 0
586 | 1
587 | 2
588 |
589 | 0
590 | 2
591 | 4
592 | 5
593 | 6
594 | 8
595 |
596 | RUN 35
597 | 3
598 | 4
599 | 2
600 | 1
601 | 4
602 | 0
603 | 0
604 | 2
605 |
606 | 0
607 | 2
608 | 3
609 | 5
610 | 6
611 | 8
612 |
613 | RUN 36
614 | 2
615 | 3
616 | 4
617 | 0
618 | 3
619 | 1
620 | 2
621 | 1
622 |
623 | 0
624 | 1
625 | 3
626 | 5
627 | 7
628 | 8
629 |
630 | RUN 37
631 | 1
632 | 4
633 | 0
634 | 3
635 | 4
636 | 1
637 | 0
638 | 2
639 |
640 | 0
641 | 2
642 | 4
643 | 5
644 | 6
645 | 8
646 |
647 | RUN 38
648 | 1
649 | 3
650 | 0
651 | 2
652 | 1
653 | 4
654 | 0
655 | 2
656 |
657 | 0
658 | 2
659 | 4
660 | 6
661 | 7
662 | 8
663 |
664 | RUN 39
665 | 3
666 | 4
667 | 3
668 | 4
669 | 0
670 | 1
671 | 0
672 | 2
673 |
674 | 0
675 | 2
676 | 3
677 | 4
678 | 6
679 | 8
680 |
681 | RUN 40
682 | 1
683 | 2
684 | 0
685 | 3
686 | 0
687 | 4
688 | 1
689 | 2
690 |
691 | 0
692 | 2
693 | 4
694 | 6
695 | 7
696 | 8
697 |
698 | RUN 41
699 | 3
700 | 4
701 | 2
702 | 3
703 | 1
704 | 0
705 | 1
706 | 0
707 |
708 | 0
709 | 2
710 | 4
711 | 5
712 | 7
713 | 8
714 |
715 | RUN 42
716 | 3
717 | 4
718 | 2
719 | 3
720 | 1
721 | 0
722 | 1
723 | 0
724 |
725 | 0
726 | 2
727 | 4
728 | 5
729 | 7
730 | 8
731 |
732 | RUN 43
733 | 2
734 | 3
735 | 4
736 | 0
737 | 3
738 | 1
739 | 2
740 | 1
741 |
742 | 0
743 | 1
744 | 3
745 | 5
746 | 7
747 | 8
748 |
749 | RUN 44
750 | 1
751 | 3
752 | 0
753 | 4
754 | 4
755 | 0
756 | 1
757 | 2
758 |
759 | 0
760 | 2
761 | 4
762 | 5
763 | 6
764 | 8
765 |
766 | RUN 45
767 | 2
768 | 4
769 | 2
770 | 0
771 | 1
772 | 4
773 | 0
774 | 3
775 |
776 | 0
777 | 2
778 | 3
779 | 5
780 | 6
781 | 8
782 |
783 | RUN 46
784 | 2
785 | 3
786 | 4
787 | 0
788 | 3
789 | 1
790 | 2
791 | 1
792 |
793 | 0
794 | 1
795 | 3
796 | 5
797 | 7
798 | 8
799 |
800 | RUN 47
801 | 2
802 | 3
803 | 3
804 | 0
805 | 4
806 | 0
807 | 1
808 | 2
809 |
810 | 0
811 | 2
812 | 3
813 | 5
814 | 7
815 | 8
816 |
817 | RUN 48
818 | 1
819 | 4
820 | 0
821 | 3
822 | 4
823 | 1
824 | 0
825 | 2
826 |
827 | 0
828 | 2
829 | 4
830 | 5
831 | 6
832 | 8
833 |
834 | RUN 49
835 | 3
836 | 4
837 | 2
838 | 3
839 | 1
840 | 0
841 | 1
842 | 0
843 |
844 | 0
845 | 2
846 | 4
847 | 5
848 | 7
849 | 8
850 |
851 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/README.md:
--------------------------------------------------------------------------------
1 | # Comparison with ECLAIR [(Giecold *et al.*, Nucl. Acids Research, 2016)](https://doi.org/10.1093/nar/gkw452)
2 |
3 | ## Contents
4 |
5 | * [*eclair_plots*](eclair_plots.ipynb) visualizes the results of running eclair
6 | * [*logfile_run_X_krumsiek11_scaled.txt*](logfile_run_X_krumsiek11_scaled.txt) shows the logging output and the parameters that allow to reproduce the results discussed [here](../)
7 | * [*X_krumsiek11_scaled.txt*](X_krumsiek11_scaled.txt) contains the scaled data matrix for the simple tree, [*X_krumsiek11.txt*](X_krumsiek11.txt) contains the equivalent unscaled matrix and [*X_krumsiek11_blobs.txt*](X_krumsiek11_blobs.txt) contains the data describing tree and clusters; all in tab-separated format as required by ECLAIR. These files have been generated in [*../../comparisons_exports*](../../comparisons_exports.ipynb), which also provides visualizations of the data.
8 |
9 | ## Notes
10 |
11 | * See the discussion of the results [here](../).
12 |
13 | * We acknowledge help by G. Giecold and S. P. Garcia, who adviced to scale the data matrix and provided default parameters. Parst of the correspondence are archived here: https://github.com/GGiecold/ECLAIR/issues/3
14 |
15 | * The algorithm could not handle the unnormalized data matrices [*X_krumsiek11.txt*](X_krumsiek11.txt) and [*X_krumsiek11_blobs.txt*](X_krumsiek11_blobs.txt).
16 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/figures/aga_graph_eclair_tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/eclair/figures/aga_graph_eclair_tree.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/figures/draw_graph_fr_eclair_clusters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/eclair/figures/draw_graph_fr_eclair_clusters.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/eclair/logfile_run_X_krumsiek11_scaled.txt:
--------------------------------------------------------------------------------
1 | (py27) Alexs-MBP:eclair alexwolf$ python -m ECLAIR.Build_instance
2 |
3 | *****************************************
4 | *****************************************
5 | *** ECLAIR ***
6 | *****************************************
7 | *****************************************
8 |
9 |
10 | ECLAIR: provide the path to the file holding the data to be analyzed:
11 | ./X_krumsiek11_scaled.txt
12 |
13 | ECLAIR: how may rows count as header in this file? Enter '0' if the file is not adorned by any header:
14 | 1
15 |
16 | ECLAIR: which column of the data-file holds the names, tags or IDs of its samples? Enter '0' for the 1st column, '1' for the second, etc.:
17 | 0
18 |
19 | ECLAIR: does this data-set include some time information? [Y/n]
20 | n
21 |
22 | ECLAIR: you may choose to exclude some columns as features. If this option does not apply, simply press 'Enter'. Otherwise, provide a list of numbers:
23 |
24 |
25 | ECLAIR: please give an estimate of the number of samples in this data-set:
26 | 600
27 |
28 | ECLAIR: please enter the number of trees that will be bagged into a forest (a value of '50' is recommended):
29 | 50
30 |
31 | ECLAIR: how many points do you want to sample from the dataset? Please provide a fraction of the total number of cells:
32 | 0.8
33 |
34 | ECLAIR: choose the clustering algorithm to be applied to each of 50 subsamples from your data-set.
35 | Available methods: affinity propagation (1), DBSCAN (2), hierarchical clustering (3) & k-means (4)
36 |
37 | 4
38 |
39 | ECLAIR: how many centroids to generate for each run of k-means clustering?
40 | 5
41 |
42 | ECLAIR: the total number of consensus clusters defaults to the highest number of clusters encountered in each of the 50 independent runs of subsamplings and clusterings. Do you want to provide a value instead? [Y/n]
43 | n
44 |
45 |
46 |
47 | ECLAIR INFO 2017-09-15 09:09:31: ready to proceed!
48 |
49 |
50 |
51 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 1.
52 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0896 seconds.
53 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 2.
54 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0386 seconds.
55 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 3.
56 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.046 seconds.
57 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 4.
58 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0503 seconds.
59 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 5.
60 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0482 seconds.
61 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 6.
62 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0516 seconds.
63 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 7.
64 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0496 seconds.
65 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 8.
66 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0489 seconds.
67 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 9.
68 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0468 seconds.
69 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 10.
70 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0479 seconds.
71 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 11.
72 | ECLAIR INFO 2017-09-15 09:09:31: done with this round of clustering; it took 0.0498 seconds.
73 | ECLAIR INFO 2017-09-15 09:09:31: starting run of clustering number 12.
74 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.048 seconds.
75 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 13.
76 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0505 seconds.
77 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 14.
78 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0546 seconds.
79 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 15.
80 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0499 seconds.
81 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 16.
82 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0489 seconds.
83 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 17.
84 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.044 seconds.
85 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 18.
86 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0456 seconds.
87 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 19.
88 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0472 seconds.
89 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 20.
90 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0508 seconds.
91 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 21.
92 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0442 seconds.
93 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 22.
94 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0487 seconds.
95 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 23.
96 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0489 seconds.
97 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 24.
98 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0489 seconds.
99 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 25.
100 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0454 seconds.
101 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 26.
102 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0485 seconds.
103 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 27.
104 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.048 seconds.
105 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 28.
106 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0515 seconds.
107 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 29.
108 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0501 seconds.
109 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 30.
110 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.0459 seconds.
111 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 31.
112 | ECLAIR INFO 2017-09-15 09:09:32: done with this round of clustering; it took 0.046 seconds.
113 | ECLAIR INFO 2017-09-15 09:09:32: starting run of clustering number 32.
114 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0423 seconds.
115 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 33.
116 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0441 seconds.
117 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 34.
118 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.047 seconds.
119 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 35.
120 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0457 seconds.
121 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 36.
122 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0509 seconds.
123 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 37.
124 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.051 seconds.
125 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 38.
126 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0536 seconds.
127 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 39.
128 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0467 seconds.
129 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 40.
130 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0459 seconds.
131 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 41.
132 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0487 seconds.
133 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 42.
134 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0511 seconds.
135 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 43.
136 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.047 seconds.
137 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 44.
138 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0457 seconds.
139 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 45.
140 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0428 seconds.
141 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 46.
142 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0444 seconds.
143 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 47.
144 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0469 seconds.
145 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 48.
146 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0524 seconds.
147 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 49.
148 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0457 seconds.
149 | ECLAIR INFO 2017-09-15 09:09:33: starting run of clustering number 50.
150 | ECLAIR INFO 2017-09-15 09:09:33: done with this round of clustering; it took 0.0502 seconds.
151 | *****
152 | INFO: Cluster_Ensembles: CSPA: consensus clustering using CSPA.
153 |
154 | #
155 | INFO: Cluster_Ensembles: wgraph: writing wgraph_CSPA.
156 | #
157 |
158 | #
159 | INFO: Cluster_Ensembles: sgraph: calling gpmetis for graph partitioning.
160 | ******************************************************************************
161 | METIS 5.0 Copyright 1998-13, Regents of the University of Minnesota
162 | (HEAD: , Built on: Sep 15 2017, 09:03:02)
163 | size of idx_t: 32bits, real_t: 32bits, idx_t *: 64bits
164 |
165 | Graph Information -----------------------------------------------------------
166 | Name: ./wgraph_CSPA, #Vertices: 640, #Edges: 48338, #Parts: 5
167 |
168 | Options ---------------------------------------------------------------------
169 | ptype=kway, objtype=cut, ctype=shem, rtype=greedy, iptype=metisrb
170 | dbglvl=0, ufactor=1.030, no2hop=NO, minconn=NO, contig=NO, nooutput=NO
171 | seed=-1, niter=10, ncuts=1
172 |
173 | Direct k-way Partitioning ---------------------------------------------------
174 | - Edgecut: 16419216, communication volume: 405.
175 |
176 | - Balance:
177 | constraint #0: 1.023 out of 0.008
178 |
179 | - Most overweight partition:
180 | pid: 4, actual: 131, desired: 128, ratio: 1.02.
181 |
182 | - Subdomain connectivity: max: 3, min: 0, avg: 1.60
183 |
184 | - The original graph had 5 connected components and the resulting
185 | partitioning after removing the cut edges has 8 components.
186 | Timing Information ----------------------------------------------------------
187 | I/O: 0.008 sec
188 | Partitioning: 0.003 sec (METIS time)
189 | Reporting: 0.001 sec
190 |
191 | Memory Information ----------------------------------------------------------
192 | Max memory used: 0.963 MB
193 | ******************************************************************************
194 | INFO: Cluster_Ensembles: sgraph: (hyper)-graph partitioning completed; loading wgraph_CSPA.part.5
195 | #
196 |
197 | INFO: Cluster_Ensembles: cluster_ensembles: CSPA at 0.776945860086.
198 | *****
199 |
200 | *****
201 | INFO: Cluster_Ensembles: HGPA: consensus clustering using HGPA.
202 |
203 | #
204 | INFO: Cluster_Ensembles: wgraph: writing wgraph_HGPA.
205 | INFO: Cluster_Ensembles: wgraph: 640 vertices and 250 non-zero hyper-edges.
206 | #
207 |
208 | #
209 | INFO: Cluster_Ensembles: sgraph: calling shmetis for hypergraph partitioning.
210 | *******************************************************************************
211 | HMETIS 1.5.3 Copyright 1998, Regents of the University of Minnesota
212 |
213 | HyperGraph Information -----------------------------------------------------
214 | Name: ./wgraph_HGPA, #Vtxs: 640, #Hedges: 250, #Parts: 5, UBfactor: 0.15
215 | Options: HFC, FM, Reconst-False, V-cycles @ End, No Fixed Vertices
216 |
217 | Recursive Partitioning... --------------------------------------------------
218 |
219 | Bisecting a hgraph of size [vertices=640, hedges=250, balance=0.40]
220 | The mincut for this bisection = 32000, (average = 32000.0) (balance = 0.50)
221 |
222 | Bisecting a hgraph of size [vertices=320, hedges=0, balance=0.50]
223 | The mincut for this bisection = 0, (average = 0.0) (balance = 0.50)
224 |
225 | Bisecting a hgraph of size [vertices=320, hedges=0, balance=0.33]
226 | The mincut for this bisection = 0, (average = 0.0) (balance = 0.50)
227 |
228 | Bisecting a hgraph of size [vertices=160, hedges=0, balance=0.50]
229 | The mincut for this bisection = 0, (average = 0.0) (balance = 0.50)
230 |
231 | --------------------------------------------------------------------------
232 | Summary for the 5-way partition:
233 | Hyperedge Cut: 32000 (minimize)
234 | Sum of External Degrees: 160000 (minimize)
235 | Scaled Cost: 5.47e-01 (minimize)
236 | Absorption: 240.97 (maximize)
237 |
238 | Partition Sizes & External Degrees:
239 | 160[32000] 160[32000] 160[32000] 80[32000] 80[32000]
240 |
241 |
242 | Timing Information ---------------------------------------------------------
243 | Partitioning Time: 0.004sec
244 | I/O Time: 0.004sec
245 | *******************************************************************************
246 | INFO: Cluster_Ensembles: sgraph: (hyper)-graph partitioning completed; loading wgraph_HGPA.part.5
247 | #
248 |
249 | INFO: Cluster_Ensembles: cluster_ensembles: HGPA at 0.000178067785293.
250 | *****
251 |
252 | *****
253 | INFO: Cluster_Ensembles: MCLA: consensus clustering using MCLA.
254 | INFO: Cluster_Ensembles: MCLA: preparing graph for meta-clustering.
255 | INFO: Cluster_Ensembles: MCLA: done filling hypergraph adjacency matrix. Starting computation of Jaccard similarity matrix.
256 | INFO: Cluster_Ensembles: MCLA: starting computation of Jaccard similarity matrix.
257 | INFO: Cluster_Ensembles: MCLA: done computing the matrix of pairwise Jaccard similarity scores.
258 |
259 | #
260 | INFO: Cluster_Ensembles: wgraph: writing wgraph_MCLA.
261 | #
262 |
263 | #
264 | INFO: Cluster_Ensembles: sgraph: calling gpmetis for graph partitioning.
265 | ******************************************************************************
266 | METIS 5.0 Copyright 1998-13, Regents of the University of Minnesota
267 | (HEAD: , Built on: Sep 15 2017, 09:03:02)
268 | size of idx_t: 32bits, real_t: 32bits, idx_t *: 64bits
269 |
270 | Graph Information -----------------------------------------------------------
271 | Name: ./wgraph_MCLA, #Vertices: 250, #Edges: 6125, #Parts: 5
272 |
273 | Options ---------------------------------------------------------------------
274 | ptype=kway, objtype=cut, ctype=shem, rtype=greedy, iptype=metisrb
275 | dbglvl=0, ufactor=1.030, no2hop=NO, minconn=NO, contig=NO, nooutput=NO
276 | seed=-1, niter=10, ncuts=1
277 |
278 | Direct k-way Partitioning ---------------------------------------------------
279 | - Edgecut: 139000, communication volume: 150.
280 |
281 | - Balance:
282 | constraint #0: 1.020 out of 0.037
283 |
284 | - Most overweight partition:
285 | pid: 0, actual: 652500, desired: 640000, ratio: 1.02.
286 |
287 | - Subdomain connectivity: max: 3, min: 0, avg: 1.60
288 |
289 | - The original graph had 5 connected components and the resulting
290 | partitioning after removing the cut edges has 8 components.
291 | Timing Information ----------------------------------------------------------
292 | I/O: 0.001 sec
293 | Partitioning: 0.001 sec (METIS time)
294 | Reporting: 0.000 sec
295 |
296 | Memory Information ----------------------------------------------------------
297 | Max memory used: 0.232 MB
298 | ******************************************************************************
299 | INFO: Cluster_Ensembles: sgraph: (hyper)-graph partitioning completed; loading wgraph_MCLA.part.5
300 | #
301 | INFO: Cluster_Ensembles: MCLA: delivering 4 clusters.
302 | INFO: Cluster_Ensembles: MCLA: average posterior probability is 0.360500625232
303 |
304 | INFO: Cluster_Ensembles: cluster_ensembles: MCLA at 0.935544511804.
305 | *****
306 |
307 | ECLAIR INFO 2017-09-15 09:09:35: done with computing the means and variances for the pair of distances along each minimum spanning tree between the groups of cells underlying each cluster of the ensemble clustering. The full probability distributions are available and stored in HDF5 format and available for further analysis.
308 |
309 | ECLAIR INFO 2017-09-15 09:09:35: the various runs of subsampling and clustering took 2.5613 seconds, ensemble clustering took 1.0971 seconds, while calculating the distribution of pairwise distances took 0.4174 seconds. The whole process lasted 4.5862 seconds
310 |
311 | *****************************************
312 | *****************************************
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/diffmap_components12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/diffmap_components12.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/diffmap_components123.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/diffmap_components123.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/diffmap_components23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/diffmap_components23.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/draw_graph_fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/draw_graph_fr.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/monocle2_with_blobs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/monocle2_with_blobs.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/monocle2_without_blobs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/monocle2_without_blobs.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/figures/tsne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/figures/tsne.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/README.md:
--------------------------------------------------------------------------------
1 | # Comparison with stemID 2
2 |
3 | Reproduce the comparison with stemID 2, the successor of stemID [(Grün *et al.*, Cell. Stem Cell,
4 | 2016)](https://doi.org/10.1016/j.stem.2016.05.010),
5 | by running [*RaceID3_StemID2_sample.R*](RaceID3_StemID2_sample.R).
6 | ```
7 | time Rscript RaceID3_StemID2_sample.R
8 | ```
9 | See [*logfile_X_krumsiek11_blobs_shifted.txt*](*logfile_X_krumsiek11_blobs_shifted.txt*) for the logging output that we produced.
10 |
11 | We acknowledge D. Grün for providing the code via Email; parameters were chosen
12 | by D. Grün so that stemID would produce sensible results. The code is an
13 | improved version of the original stemID, which is available from https://github.com/dgrun/StemID/.
14 |
15 | We note that we also tried running the code on the simpler data file *X_krumsiek11_shifted.csv* with the same parameters, but were not able to do so as this resulted in errors.
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/RaceID3_StemID2_sample.R:
--------------------------------------------------------------------------------
1 | ## install required packages (only at first time)
2 | ## install.packages(c("tsne","pheatmap","MASS","cluster","mclust","flexmix","lattice","fpc","RColorBrewer","permute","amap","locfit","vegan","Rtsne","scran","randomForest","rgl"))
3 | ## source("https://bioconductor.org/biocLite.R")
4 | ## biocLite("scran")
5 | ## biocLite("DESeq2")
6 | ## biocLite("biomaRt")
7 |
8 | ## !!!! novel:
9 | ## normalization to minimum instead of median as alternative to downsampling, sum factor normalization (sfn), house keeping gene normalization (sfn), improved faster clustering (k-medoids), new possible metrics (e. g. logpearson), feature selection (FSelect), novel plotexptsne (highest expression on top), comptsne (fast,perplexity), cdiff with negative binomial, fast version of StemID: projback, lineagetree, comppvalue (fast), plot StemID score and lineage trees with linkscore threshold (scthr), filter out single genes and correlating groups of genes for clustering, random forest based (OOB) correction, PCA-based cell cycle correction, correcting batch effect by regression, FateID + Pseudotemporal ordering
10 |
11 | ## load class definition and functions
12 |
13 | source("RaceID3_StemID2_class.R")
14 |
15 | ## input data
16 | x <- read.csv("./X_krumsiek11_blobs_shifted.csv", sep=',', header=TRUE)
17 | n <- x$name
18 | x <- as.data.frame(t(x[,-1]))
19 | colnames(x) <- n
20 | prdata <- x
21 |
22 | ## RaceID3
23 | # initialize SCseq object with transcript counts
24 | sc <- SCseq(prdata)
25 | # filtering of expression data
26 | sc <- filterdata(sc, mintotal=100, minexpr=0, minnumber=1, maxexpr=Inf, downsample=FALSE, sfn=FALSE, hkn=FALSE, dsn=1, rseed=17000, CGenes=NULL, FGenes=NULL, ccor=.4)
27 | # k-medoids clustering
28 | sc <- clustexp(sc,clustnr=30,bootnr=50,metric="pearson",do.gap=FALSE,sat=TRUE,SE.method="Tibs2001SEmax",SE.factor=.25,B.gap=50,cln=0,rseed=17000,FUNcluster="kmedoids",FSelect=TRUE)
29 | # compute t-SNE map
30 | sc <- comptsne(sc,rseed=15555,sammonmap=FALSE,initial_cmd=TRUE,fast=TRUE,perplexity=30)
31 | # detect outliers and redefine clusters
32 | sc <- findoutliers(sc, outminc=5,outlg=2,probthr=1e-3,thr=2**-(1:40),outdistquant=.95)
33 |
34 | ## diagnostic plots
35 | # plot within-cluster dispersion as a function of the cluster number: only if sat == TRUE
36 | # plotsaturation(sc,disp=TRUE)
37 | # plot change of the within-cluster dispersion as a function of the cluster number: only # # if sat == TRUE
38 | # plotsaturation(sc)
39 | # silhouette of k-medoids clusters
40 | # plotsilhouette(sc)
41 | # Jaccard's similarity of k-medoids clusters
42 | # plotjaccard(sc)
43 | # barchart of outlier probabilities
44 | # plotoutlierprobs(sc)
45 | # regression of background model
46 | # plotbackground(sc)
47 | # dependence of outlier number on probability threshold (probthr)
48 | # plotsensitivity(sc)
49 | # heatmap of k-medoids cluster
50 | # clustheatmap(sc,final=FALSE,hmethod="single")
51 | # heatmap of final cluster
52 | # clustheatmap(sc,final=TRUE,hmethod="single")
53 | # highlight k-medoids clusters in t-SNE map
54 | # plottsne(sc,final=FALSE)
55 | # highlight final clusters in t-SNE map
56 | # plottsne(sc,final=TRUE)
57 | # highlight cell labels in t-SNE map
58 | # plotlabelstsne(sc,labels=sub("(\\_\\d+)","",names(sc@ndata)))
59 | # highlight groups of cells by symbols in t-SNE map
60 | # plotsymbolstsne(sc,types=sub("(\\_\\d+)$","", names(sc@ndata)))
61 | # highlight transcirpt counts of a set of genes in t-SNE map
62 | # plotexptsne(sc,"X1",logsc=TRUE)
63 |
64 | ## identification of marker genes
65 | # differentially regulated genes in each cluster compared to the full ensemble
66 | # cdiff <- clustdiffgenes(sc,pvalue=.01)
67 |
68 | ## write results to text files
69 | # final clusters
70 | # x <- data.frame(CELLID=names(sc@cpart),cluster=sc@cpart)
71 | # write.table(x[order(x$cluster,decreasing=FALSE),],"cell_clust.xls",row.names=FALSE,col.names=TRUE,sep="\t",quote=FALSE)
72 |
73 | # differentially expressed genes in cluster
74 | # for ( n in names(cdiff) ) write.table(data.frame(GENEID=rownames(cdiff[[n]]),cdiff[[n]]),paste(paste("cell_clust_diff_genes",sub("\\.","\\_",n),sep="_"),".xls",sep=""),row.names=FALSE,col.names=TRUE,sep="\t",quote=FALSE)
75 |
76 | # differentially expressed genes between two sets of clusters, e. g. cluster 3 and clusters 2,11
77 | # d <- diffgenes(sc,cl1=1,cl2=c(2,3),mincount=1)
78 | # plotdiffgenes(d,gene=names(d$z)[1])
79 |
80 | # differentially expressed genes between two sets of cells, e. g. cluster 3 and clusters 2,11 by a different approach based on the overlap of transctipt count distributions
81 | # A <- names(sc@cpart)[sc@cpart == 1]
82 | # B <- names(sc@cpart)[sc@cpart %in% c(2,3)]
83 | # x <- diffexpnb(sc@ndata, A=A, B=B, method="pooled",norm=FALSE, DESeq=FALSE, vfit=sc@background$vfit, locreg=FALSE)
84 | # plotdiffgenesnb(x,pthr=.05,lthr=1,mthr=1,Aname="Cl.3",Bname="Cl.2,11",show_names=TRUE,padj=TRUE)
85 |
86 | # plot 3D tSNE
87 | # plot3dtsne(sc,perplexity=1,fast=TRUE,x=NULL,g=NULL,logsc=FALSE,final=TRUE,ret=FALSE,tp=1)
88 |
89 | ## StemID2
90 |
91 | # initialization
92 | ltr <- Ltree(sc)
93 | # computation of the entropy
94 | ltr <- compentropy(ltr)
95 | # computation of the projections for all cells
96 | ltr <- projcells(ltr,cthr=0,nmode=FALSE)
97 | # computation of the projections for all cells after randomization
98 | ltr <- projback(ltr,pdishuf=2000,nmode=FALSE,fast=FALSE,rseed=17000)
99 | # assembly of the lineage tree
100 | ltr <- lineagetree(ltr,pthr=0.05,nmode=FALSE,fast=FALSE)
101 | # determination of significant differentiation trajectories
102 | ltr <- comppvalue(ltr,pethr=0.05,nmode=FALSE,fast=FALSE)
103 |
104 | ## diagnostic plots
105 | # histogram of ratio between cell-to-cell distances in the embedded and the input space
106 | # plotdistanceratio(ltr)
107 | # t-SNE map of the clusters with more than cthr cells including a minimum spanning tree for the cluster medoids
108 | plotmap(ltr)
109 | # visualization of the projections in t-SNE space overlayed with a minimum spanning tree connecting the cluster medoids
110 | # plotmapprojections(ltr)
111 | # lineage tree showing the projections of all cells in t-SNE space
112 | plottree(ltr,showCells=TRUE,scthr=.2)
113 | # lineage tree without showing the projections of all cells
114 | # plottree(ltr,showCells=FALSE,scthr=.2)
115 | # heatmap of the enrichment p-values for all inter-cluster links
116 | # plotlinkpv(ltr)
117 | # heatmap of the link score for all inter-cluster links
118 | # plotlinkscore(ltr)
119 | # heatmap showing the fold enrichment (or depletion) for significantly enriched or depleted links
120 | # projenrichment(ltr)
121 |
122 | ## computing the StemID2 score
123 | # x <- compscore(ltr,nn=1,scthr=.2)
124 | #plotting the StemID2 score
125 | # plotscore(ltr,nn=1,scthr=.2)
126 |
127 |
128 |
129 |
130 |
131 |
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted.pdf
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted_1.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/comparisons/stemID/Rplots_X_krumsiek11_blobs_shifted_2.png
--------------------------------------------------------------------------------
/minimal_examples/comparisons/stemID/logfile_X_krumsiek11_blobs_shifted.txt:
--------------------------------------------------------------------------------
1 | (py35) Alexs-MBP:stemID alexwolf$ time Rscript RaceID3_StemID2_sample.R
2 | Loading required package: tsne
3 | Loading required package: pheatmap
4 | Loading required package: MASS
5 | Loading required package: cluster
6 | Loading required package: mclust
7 | Package 'mclust' version 5.3
8 | Type 'citation("mclust")' for citing this R package in publications.
9 | Loading required package: flexmix
10 | Loading required package: lattice
11 | Loading required package: fpc
12 | Loading required package: amap
13 | Loading required package: RColorBrewer
14 | Loading required package: locfit
15 | locfit 1.5-9.1 2013-03-22
16 | Loading required package: vegan
17 | Loading required package: permute
18 | This is vegan 2.4-4
19 | Loading required package: Rtsne
20 | Loading required package: scran
21 | Loading required package: BiocParallel
22 | Loading required package: methods
23 | Loading required package: scater
24 | Loading required package: Biobase
25 | Loading required package: BiocGenerics
26 | Loading required package: parallel
27 |
28 | Attaching package: ‘BiocGenerics’
29 |
30 | The following objects are masked from ‘package:parallel’:
31 |
32 | clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
33 | clusterExport, clusterMap, parApply, parCapply, parLapply,
34 | parLapplyLB, parRapply, parSapply, parSapplyLB
35 |
36 | The following object is masked from ‘package:flexmix’:
37 |
38 | unique
39 |
40 | The following objects are masked from ‘package:stats’:
41 |
42 | IQR, mad, xtabs
43 |
44 | The following objects are masked from ‘package:base’:
45 |
46 | anyDuplicated, append, as.data.frame, cbind, colnames, do.call,
47 | duplicated, eval, evalq, Filter, Find, get, grep, grepl, intersect,
48 | is.unsorted, lapply, lengths, Map, mapply, match, mget, order,
49 | paste, pmax, pmax.int, pmin, pmin.int, Position, rank, rbind,
50 | Reduce, rownames, sapply, setdiff, sort, table, tapply, union,
51 | unique, unsplit, which, which.max, which.min
52 |
53 | Welcome to Bioconductor
54 |
55 | Vignettes contain introductory material; view with
56 | 'browseVignettes()'. To cite Bioconductor, see
57 | 'citation("Biobase")', and for packages 'citation("pkgname")'.
58 |
59 | Loading required package: ggplot2
60 |
61 | Attaching package: ‘scater’
62 |
63 | The following object is masked from ‘package:stats’:
64 |
65 | filter
66 |
67 | Loading required package: DESeq2
68 | Loading required package: S4Vectors
69 | Loading required package: stats4
70 |
71 | Attaching package: ‘S4Vectors’
72 |
73 | The following object is masked from ‘package:scater’:
74 |
75 | rename
76 |
77 | The following objects are masked from ‘package:base’:
78 |
79 | colMeans, colSums, expand.grid, rowMeans, rowSums
80 |
81 | Loading required package: IRanges
82 | Loading required package: GenomicRanges
83 | Loading required package: GenomeInfoDb
84 | Loading required package: SummarizedExperiment
85 |
86 | Attaching package: ‘DESeq2’
87 |
88 | The following object is masked from ‘package:scater’:
89 |
90 | fpkm
91 |
92 | Loading required package: randomForest
93 | randomForest 4.6-12
94 | Type rfNews() to see new features/changes/bug fixes.
95 |
96 | Attaching package: ‘randomForest’
97 |
98 | The following object is masked from ‘package:ggplot2’:
99 |
100 | margin
101 |
102 | The following object is masked from ‘package:Biobase’:
103 |
104 | combine
105 |
106 | The following object is masked from ‘package:BiocGenerics’:
107 |
108 | combine
109 |
110 | Warning messages:
111 | 1: package ‘BiocParallel’ was built under R version 3.3.3
112 | 2: package ‘S4Vectors’ was built under R version 3.3.3
113 | 3: package ‘IRanges’ was built under R version 3.3.3
114 | 4: package ‘GenomicRanges’ was built under R version 3.3.3
115 | k = 1
116 | k = 2
117 | k = 3
118 | k = 4
119 | k = 5
120 | k = 6
121 | k = 7
122 | k = 8
123 | k = 9
124 | k = 10
125 | k = 11
126 | k = 12
127 | k = 13
128 | k = 14
129 | k = 15
130 | k = 16
131 | k = 17
132 | k = 18
133 | k = 19
134 | k = 20
135 | k = 21
136 | k = 22
137 | k = 23
138 | k = 24
139 | k = 25
140 | k = 26
141 | k = 27
142 | k = 28
143 | k = 29
144 | k = 30
145 | boot 1
146 | boot 2
147 | boot 3
148 | boot 4
149 | boot 5
150 | boot 6
151 | boot 7
152 | boot 8
153 | boot 9
154 | boot 10
155 | boot 11
156 | boot 12
157 | boot 13
158 | boot 14
159 | boot 15
160 | boot 16
161 | boot 17
162 | boot 18
163 | boot 19
164 | boot 20
165 | boot 21
166 | boot 22
167 | boot 23
168 | boot 24
169 | boot 25
170 | boot 26
171 | boot 27
172 | boot 28
173 | boot 29
174 | boot 30
175 | boot 31
176 | boot 32
177 | boot 33
178 | boot 34
179 | boot 35
180 | boot 36
181 | boot 37
182 | boot 38
183 | boot 39
184 | boot 40
185 | boot 41
186 | boot 42
187 | boot 43
188 | boot 44
189 | boot 45
190 | boot 46
191 | boot 47
192 | boot 48
193 | boot 49
194 | boot 50
195 | pdishuffle: 1
196 | pdishuffle: 2
197 | pdishuffle: 3
198 | pdishuffle: 4
199 | pdishuffle: 5
200 | pdishuffle: 6
201 | pdishuffle: 7
202 | pdishuffle: 8
203 | pdishuffle: 9
204 | pdishuffle: 10
205 | pdishuffle: 11
206 | pdishuffle: 12
207 | pdishuffle: 13
208 | pdishuffle: 14
209 | pdishuffle: 15
210 | pdishuffle: 16
211 | pdishuffle: 17
212 | pdishuffle: 18
213 | pdishuffle: 19
214 | pdishuffle: 20
215 | pdishuffle: 21
216 | pdishuffle: 22
217 | pdishuffle: 23
218 | pdishuffle: 24
219 | pdishuffle: 25
220 | pdishuffle: 26
221 | pdishuffle: 27
222 | pdishuffle: 28
223 | pdishuffle: 29
224 | pdishuffle: 30
225 | pdishuffle: 31
226 | pdishuffle: 32
227 | pdishuffle: 33
228 | pdishuffle: 34
229 | pdishuffle: 35
230 | pdishuffle: 36
231 | pdishuffle: 37
232 | pdishuffle: 38
233 | pdishuffle: 39
234 | pdishuffle: 40
235 | pdishuffle: 41
236 | pdishuffle: 42
237 | pdishuffle: 43
238 | pdishuffle: 44
239 | pdishuffle: 45
240 | pdishuffle: 46
241 | pdishuffle: 47
242 | pdishuffle: 48
243 | pdishuffle: 49
244 | pdishuffle: 50
245 | pdishuffle: 51
246 | pdishuffle: 52
247 | pdishuffle: 53
248 | pdishuffle: 54
249 | pdishuffle: 55
250 | pdishuffle: 56
251 | pdishuffle: 57
252 | pdishuffle: 58
253 | pdishuffle: 59
254 | pdishuffle: 60
255 | pdishuffle: 61
256 | pdishuffle: 62
257 | pdishuffle: 63
258 | pdishuffle: 64
259 | pdishuffle: 65
260 | pdishuffle: 66
261 | pdishuffle: 67
262 | pdishuffle: 68
263 | pdishuffle: 69
264 | pdishuffle: 70
265 | pdishuffle: 71
266 | pdishuffle: 72
267 | pdishuffle: 73
268 | pdishuffle: 74
269 | pdishuffle: 75
270 | pdishuffle: 76
271 | pdishuffle: 77
272 | pdishuffle: 78
273 | pdishuffle: 79
274 | pdishuffle: 80
275 | pdishuffle: 81
276 | pdishuffle: 82
277 | pdishuffle: 83
278 | pdishuffle: 84
279 | pdishuffle: 85
280 | pdishuffle: 86
281 | pdishuffle: 87
282 | pdishuffle: 88
283 | pdishuffle: 89
284 | pdishuffle: 90
285 | pdishuffle: 91
286 | pdishuffle: 92
287 | pdishuffle: 93
288 | pdishuffle: 94
289 | pdishuffle: 95
290 | pdishuffle: 96
291 | pdishuffle: 97
292 | pdishuffle: 98
293 | pdishuffle: 99
294 | pdishuffle: 100
295 | pdishuffle: 101
296 | pdishuffle: 102
297 | pdishuffle: 103
298 | pdishuffle: 104
299 | pdishuffle: 105
300 | pdishuffle: 106
301 | pdishuffle: 107
302 | pdishuffle: 108
303 | pdishuffle: 109
304 | pdishuffle: 110
305 | pdishuffle: 111
306 | pdishuffle: 112
307 | pdishuffle: 113
308 | pdishuffle: 114
309 | pdishuffle: 115
310 | pdishuffle: 116
311 | pdishuffle: 117
312 | pdishuffle: 118
313 | pdishuffle: 119
314 | pdishuffle: 120
315 | pdishuffle: 121
316 | pdishuffle: 122
317 | pdishuffle: 123
318 | pdishuffle: 124
319 | pdishuffle: 125
320 | pdishuffle: 126
321 | pdishuffle: 127
322 | pdishuffle: 128
323 | pdishuffle: 129
324 | pdishuffle: 130
325 | pdishuffle: 131
326 | pdishuffle: 132
327 | pdishuffle: 133
328 | pdishuffle: 134
329 | pdishuffle: 135
330 | pdishuffle: 136
331 | pdishuffle: 137
332 | pdishuffle: 138
333 | pdishuffle: 139
334 | pdishuffle: 140
335 | pdishuffle: 141
336 | pdishuffle: 142
337 | pdishuffle: 143
338 | pdishuffle: 144
339 | pdishuffle: 145
340 | pdishuffle: 146
341 | pdishuffle: 147
342 | pdishuffle: 148
343 | pdishuffle: 149
344 | pdishuffle: 150
345 | pdishuffle: 151
346 | pdishuffle: 152
347 | pdishuffle: 153
348 | pdishuffle: 154
349 | pdishuffle: 155
350 | pdishuffle: 156
351 | pdishuffle: 157
352 | pdishuffle: 158
353 | pdishuffle: 159
354 | pdishuffle: 160
355 | pdishuffle: 161
356 | pdishuffle: 162
357 | pdishuffle: 163
358 | pdishuffle: 164
359 | pdishuffle: 165
360 | pdishuffle: 166
361 | pdishuffle: 167
362 | pdishuffle: 168
363 | pdishuffle: 169
364 | pdishuffle: 170
365 | pdishuffle: 171
366 | pdishuffle: 172
367 | pdishuffle: 173
368 | pdishuffle: 174
369 | pdishuffle: 175
370 | pdishuffle: 176
371 | pdishuffle: 177
372 | pdishuffle: 178
373 | pdishuffle: 179
374 | pdishuffle: 180
375 | pdishuffle: 181
376 | pdishuffle: 182
377 | pdishuffle: 183
378 | pdishuffle: 184
379 | pdishuffle: 185
380 | pdishuffle: 186
381 | pdishuffle: 187
382 | pdishuffle: 188
383 | pdishuffle: 189
384 | pdishuffle: 190
385 | pdishuffle: 191
386 | pdishuffle: 192
387 | pdishuffle: 193
388 | pdishuffle: 194
389 | pdishuffle: 195
390 | pdishuffle: 196
391 | pdishuffle: 197
392 | pdishuffle: 198
393 | pdishuffle: 199
394 | pdishuffle: 200
395 | pdishuffle: 201
396 | pdishuffle: 202
397 | pdishuffle: 203
398 | pdishuffle: 204
399 | pdishuffle: 205
400 | pdishuffle: 206
401 | pdishuffle: 207
402 | pdishuffle: 208
403 | pdishuffle: 209
404 | pdishuffle: 210
405 | pdishuffle: 211
406 | pdishuffle: 212
407 | pdishuffle: 213
408 | pdishuffle: 214
409 | pdishuffle: 215
410 | pdishuffle: 216
411 | pdishuffle: 217
412 | pdishuffle: 218
413 | pdishuffle: 219
414 | pdishuffle: 220
415 | pdishuffle: 221
416 | pdishuffle: 222
417 | pdishuffle: 223
418 | pdishuffle: 224
419 | pdishuffle: 225
420 | pdishuffle: 226
421 | pdishuffle: 227
422 | pdishuffle: 228
423 | pdishuffle: 229
424 | pdishuffle: 230
425 | pdishuffle: 231
426 | pdishuffle: 232
427 | pdishuffle: 233
428 | pdishuffle: 234
429 | pdishuffle: 235
430 | pdishuffle: 236
431 | pdishuffle: 237
432 | pdishuffle: 238
433 | pdishuffle: 239
434 | pdishuffle: 240
435 | pdishuffle: 241
436 | pdishuffle: 242
437 | pdishuffle: 243
438 | pdishuffle: 244
439 | pdishuffle: 245
440 | pdishuffle: 246
441 | pdishuffle: 247
442 | pdishuffle: 248
443 | pdishuffle: 249
444 | pdishuffle: 250
445 | pdishuffle: 251
446 | pdishuffle: 252
447 | pdishuffle: 253
448 | pdishuffle: 254
449 | pdishuffle: 255
450 | pdishuffle: 256
451 | pdishuffle: 257
452 | pdishuffle: 258
453 | pdishuffle: 259
454 | pdishuffle: 260
455 | pdishuffle: 261
456 | pdishuffle: 262
457 | pdishuffle: 263
458 | pdishuffle: 264
459 | pdishuffle: 265
460 | pdishuffle: 266
461 | pdishuffle: 267
462 | pdishuffle: 268
463 | pdishuffle: 269
464 | pdishuffle: 270
465 | pdishuffle: 271
466 | pdishuffle: 272
467 | pdishuffle: 273
468 | pdishuffle: 274
469 | pdishuffle: 275
470 | pdishuffle: 276
471 | pdishuffle: 277
472 | pdishuffle: 278
473 | pdishuffle: 279
474 | pdishuffle: 280
475 | pdishuffle: 281
476 | pdishuffle: 282
477 | pdishuffle: 283
478 | pdishuffle: 284
479 | pdishuffle: 285
480 | pdishuffle: 286
481 | pdishuffle: 287
482 | pdishuffle: 288
483 | pdishuffle: 289
484 | pdishuffle: 290
485 | pdishuffle: 291
486 | pdishuffle: 292
487 | pdishuffle: 293
488 | pdishuffle: 294
489 | pdishuffle: 295
490 | pdishuffle: 296
491 | pdishuffle: 297
492 | pdishuffle: 298
493 | pdishuffle: 299
494 | pdishuffle: 300
495 | pdishuffle: 301
496 | pdishuffle: 302
497 | pdishuffle: 303
498 | pdishuffle: 304
499 | pdishuffle: 305
500 | pdishuffle: 306
501 | pdishuffle: 307
502 | pdishuffle: 308
503 | pdishuffle: 309
504 | pdishuffle: 310
505 | pdishuffle: 311
506 | pdishuffle: 312
507 | pdishuffle: 313
508 | pdishuffle: 314
509 | pdishuffle: 315
510 | pdishuffle: 316
511 | pdishuffle: 317
512 | pdishuffle: 318
513 | pdishuffle: 319
514 | pdishuffle: 320
515 | pdishuffle: 321
516 | pdishuffle: 322
517 | pdishuffle: 323
518 | pdishuffle: 324
519 | pdishuffle: 325
520 | pdishuffle: 326
521 | pdishuffle: 327
522 | pdishuffle: 328
523 | pdishuffle: 329
524 | pdishuffle: 330
525 | pdishuffle: 331
526 | pdishuffle: 332
527 | pdishuffle: 333
528 | pdishuffle: 334
529 | pdishuffle: 335
530 | pdishuffle: 336
531 | pdishuffle: 337
532 | pdishuffle: 338
533 | pdishuffle: 339
534 | pdishuffle: 340
535 | pdishuffle: 341
536 | pdishuffle: 342
537 | pdishuffle: 343
538 | pdishuffle: 344
539 | pdishuffle: 345
540 | pdishuffle: 346
541 | pdishuffle: 347
542 | pdishuffle: 348
543 | pdishuffle: 349
544 | pdishuffle: 350
545 | pdishuffle: 351
546 | pdishuffle: 352
547 | pdishuffle: 353
548 | pdishuffle: 354
549 | pdishuffle: 355
550 | pdishuffle: 356
551 | pdishuffle: 357
552 | pdishuffle: 358
553 | pdishuffle: 359
554 | pdishuffle: 360
555 | pdishuffle: 361
556 | pdishuffle: 362
557 | pdishuffle: 363
558 | pdishuffle: 364
559 | pdishuffle: 365
560 | pdishuffle: 366
561 | pdishuffle: 367
562 | pdishuffle: 368
563 | pdishuffle: 369
564 | pdishuffle: 370
565 | pdishuffle: 371
566 | pdishuffle: 372
567 | pdishuffle: 373
568 | pdishuffle: 374
569 | pdishuffle: 375
570 | pdishuffle: 376
571 | pdishuffle: 377
572 | pdishuffle: 378
573 | pdishuffle: 379
574 | pdishuffle: 380
575 | pdishuffle: 381
576 | pdishuffle: 382
577 | pdishuffle: 383
578 | pdishuffle: 384
579 | pdishuffle: 385
580 | pdishuffle: 386
581 | pdishuffle: 387
582 | pdishuffle: 388
583 | pdishuffle: 389
584 | pdishuffle: 390
585 | pdishuffle: 391
586 | pdishuffle: 392
587 | pdishuffle: 393
588 | pdishuffle: 394
589 | pdishuffle: 395
590 | pdishuffle: 396
591 | pdishuffle: 397
592 | pdishuffle: 398
593 | pdishuffle: 399
594 | pdishuffle: 400
595 | pdishuffle: 401
596 | pdishuffle: 402
597 | pdishuffle: 403
598 | pdishuffle: 404
599 | pdishuffle: 405
600 | pdishuffle: 406
601 | pdishuffle: 407
602 | pdishuffle: 408
603 | pdishuffle: 409
604 | pdishuffle: 410
605 | pdishuffle: 411
606 | pdishuffle: 412
607 | pdishuffle: 413
608 | pdishuffle: 414
609 | pdishuffle: 415
610 | pdishuffle: 416
611 | pdishuffle: 417
612 | pdishuffle: 418
613 | pdishuffle: 419
614 | pdishuffle: 420
615 | pdishuffle: 421
616 | pdishuffle: 422
617 | pdishuffle: 423
618 | pdishuffle: 424
619 | pdishuffle: 425
620 | pdishuffle: 426
621 | pdishuffle: 427
622 | pdishuffle: 428
623 | pdishuffle: 429
624 | pdishuffle: 430
625 | pdishuffle: 431
626 | pdishuffle: 432
627 | pdishuffle: 433
628 | pdishuffle: 434
629 | pdishuffle: 435
630 | pdishuffle: 436
631 | pdishuffle: 437
632 | pdishuffle: 438
633 | pdishuffle: 439
634 | pdishuffle: 440
635 | pdishuffle: 441
636 | pdishuffle: 442
637 | pdishuffle: 443
638 | pdishuffle: 444
639 | pdishuffle: 445
640 | pdishuffle: 446
641 | pdishuffle: 447
642 | pdishuffle: 448
643 | pdishuffle: 449
644 | pdishuffle: 450
645 | pdishuffle: 451
646 | pdishuffle: 452
647 | pdishuffle: 453
648 | pdishuffle: 454
649 | pdishuffle: 455
650 | pdishuffle: 456
651 | pdishuffle: 457
652 | pdishuffle: 458
653 | pdishuffle: 459
654 | pdishuffle: 460
655 | pdishuffle: 461
656 | pdishuffle: 462
657 | pdishuffle: 463
658 | pdishuffle: 464
659 | pdishuffle: 465
660 | pdishuffle: 466
661 | pdishuffle: 467
662 | pdishuffle: 468
663 | pdishuffle: 469
664 | pdishuffle: 470
665 | pdishuffle: 471
666 | pdishuffle: 472
667 | pdishuffle: 473
668 | pdishuffle: 474
669 | pdishuffle: 475
670 | pdishuffle: 476
671 | pdishuffle: 477
672 | pdishuffle: 478
673 | pdishuffle: 479
674 | pdishuffle: 480
675 | pdishuffle: 481
676 | pdishuffle: 482
677 | pdishuffle: 483
678 | pdishuffle: 484
679 | pdishuffle: 485
680 | pdishuffle: 486
681 | pdishuffle: 487
682 | pdishuffle: 488
683 | pdishuffle: 489
684 | pdishuffle: 490
685 | pdishuffle: 491
686 | pdishuffle: 492
687 | pdishuffle: 493
688 | pdishuffle: 494
689 | pdishuffle: 495
690 | pdishuffle: 496
691 | pdishuffle: 497
692 | pdishuffle: 498
693 | pdishuffle: 499
694 | pdishuffle: 500
695 | pdishuffle: 501
696 | pdishuffle: 502
697 | pdishuffle: 503
698 | pdishuffle: 504
699 | pdishuffle: 505
700 | pdishuffle: 506
701 | pdishuffle: 507
702 | pdishuffle: 508
703 | pdishuffle: 509
704 | pdishuffle: 510
705 | pdishuffle: 511
706 | pdishuffle: 512
707 | pdishuffle: 513
708 | pdishuffle: 514
709 | pdishuffle: 515
710 | pdishuffle: 516
711 | pdishuffle: 517
712 | pdishuffle: 518
713 | pdishuffle: 519
714 | pdishuffle: 520
715 | pdishuffle: 521
716 | pdishuffle: 522
717 | pdishuffle: 523
718 | pdishuffle: 524
719 | pdishuffle: 525
720 | pdishuffle: 526
721 | pdishuffle: 527
722 | pdishuffle: 528
723 | pdishuffle: 529
724 | pdishuffle: 530
725 | pdishuffle: 531
726 | pdishuffle: 532
727 | pdishuffle: 533
728 | pdishuffle: 534
729 | pdishuffle: 535
730 | pdishuffle: 536
731 | pdishuffle: 537
732 | pdishuffle: 538
733 | pdishuffle: 539
734 | pdishuffle: 540
735 | pdishuffle: 541
736 | pdishuffle: 542
737 | pdishuffle: 543
738 | pdishuffle: 544
739 | pdishuffle: 545
740 | pdishuffle: 546
741 | pdishuffle: 547
742 | pdishuffle: 548
743 | pdishuffle: 549
744 | pdishuffle: 550
745 | pdishuffle: 551
746 | pdishuffle: 552
747 | pdishuffle: 553
748 | pdishuffle: 554
749 | pdishuffle: 555
750 | pdishuffle: 556
751 | pdishuffle: 557
752 | pdishuffle: 558
753 | pdishuffle: 559
754 | pdishuffle: 560
755 | pdishuffle: 561
756 | pdishuffle: 562
757 | pdishuffle: 563
758 | pdishuffle: 564
759 | pdishuffle: 565
760 | pdishuffle: 566
761 | pdishuffle: 567
762 | pdishuffle: 568
763 | pdishuffle: 569
764 | pdishuffle: 570
765 | pdishuffle: 571
766 | pdishuffle: 572
767 | pdishuffle: 573
768 | pdishuffle: 574
769 | pdishuffle: 575
770 | pdishuffle: 576
771 | pdishuffle: 577
772 | pdishuffle: 578
773 | pdishuffle: 579
774 | pdishuffle: 580
775 | pdishuffle: 581
776 | pdishuffle: 582
777 | pdishuffle: 583
778 | pdishuffle: 584
779 | pdishuffle: 585
780 | pdishuffle: 586
781 | pdishuffle: 587
782 | pdishuffle: 588
783 | pdishuffle: 589
784 | pdishuffle: 590
785 | pdishuffle: 591
786 | pdishuffle: 592
787 | pdishuffle: 593
788 | pdishuffle: 594
789 | pdishuffle: 595
790 | pdishuffle: 596
791 | pdishuffle: 597
792 | pdishuffle: 598
793 | pdishuffle: 599
794 | pdishuffle: 600
795 | pdishuffle: 601
796 | pdishuffle: 602
797 | pdishuffle: 603
798 | pdishuffle: 604
799 | pdishuffle: 605
800 | pdishuffle: 606
801 | pdishuffle: 607
802 | pdishuffle: 608
803 | pdishuffle: 609
804 | pdishuffle: 610
805 | pdishuffle: 611
806 | pdishuffle: 612
807 | pdishuffle: 613
808 | pdishuffle: 614
809 | pdishuffle: 615
810 | pdishuffle: 616
811 | pdishuffle: 617
812 | pdishuffle: 618
813 | pdishuffle: 619
814 | pdishuffle: 620
815 | pdishuffle: 621
816 | pdishuffle: 622
817 | pdishuffle: 623
818 | pdishuffle: 624
819 | pdishuffle: 625
820 | pdishuffle: 626
821 | pdishuffle: 627
822 | pdishuffle: 628
823 | pdishuffle: 629
824 | pdishuffle: 630
825 | pdishuffle: 631
826 | pdishuffle: 632
827 | pdishuffle: 633
828 | pdishuffle: 634
829 | pdishuffle: 635
830 | pdishuffle: 636
831 | pdishuffle: 637
832 | pdishuffle: 638
833 | pdishuffle: 639
834 | pdishuffle: 640
835 | pdishuffle: 641
836 | pdishuffle: 642
837 | pdishuffle: 643
838 | pdishuffle: 644
839 | pdishuffle: 645
840 | pdishuffle: 646
841 | pdishuffle: 647
842 | pdishuffle: 648
843 | pdishuffle: 649
844 | pdishuffle: 650
845 | pdishuffle: 651
846 | pdishuffle: 652
847 | pdishuffle: 653
848 | pdishuffle: 654
849 | pdishuffle: 655
850 | pdishuffle: 656
851 | pdishuffle: 657
852 | pdishuffle: 658
853 | pdishuffle: 659
854 | pdishuffle: 660
855 | pdishuffle: 661
856 | pdishuffle: 662
857 | pdishuffle: 663
858 | pdishuffle: 664
859 | pdishuffle: 665
860 | pdishuffle: 666
861 | pdishuffle: 667
862 | pdishuffle: 668
863 | pdishuffle: 669
864 | pdishuffle: 670
865 | pdishuffle: 671
866 | pdishuffle: 672
867 | pdishuffle: 673
868 | pdishuffle: 674
869 | pdishuffle: 675
870 | pdishuffle: 676
871 | pdishuffle: 677
872 | pdishuffle: 678
873 | pdishuffle: 679
874 | pdishuffle: 680
875 | pdishuffle: 681
876 | pdishuffle: 682
877 | pdishuffle: 683
878 | pdishuffle: 684
879 | pdishuffle: 685
880 | pdishuffle: 686
881 | pdishuffle: 687
882 | pdishuffle: 688
883 | pdishuffle: 689
884 | pdishuffle: 690
885 | pdishuffle: 691
886 | pdishuffle: 692
887 | pdishuffle: 693
888 | pdishuffle: 694
889 | pdishuffle: 695
890 | pdishuffle: 696
891 | pdishuffle: 697
892 | pdishuffle: 698
893 | pdishuffle: 699
894 | pdishuffle: 700
895 | pdishuffle: 701
896 | pdishuffle: 702
897 | pdishuffle: 703
898 | pdishuffle: 704
899 | pdishuffle: 705
900 | pdishuffle: 706
901 | pdishuffle: 707
902 | pdishuffle: 708
903 | pdishuffle: 709
904 | pdishuffle: 710
905 | pdishuffle: 711
906 | pdishuffle: 712
907 | pdishuffle: 713
908 | pdishuffle: 714
909 | pdishuffle: 715
910 | pdishuffle: 716
911 | pdishuffle: 717
912 | pdishuffle: 718
913 | pdishuffle: 719
914 | pdishuffle: 720
915 | pdishuffle: 721
916 | pdishuffle: 722
917 | pdishuffle: 723
918 | pdishuffle: 724
919 | pdishuffle: 725
920 | pdishuffle: 726
921 | pdishuffle: 727
922 | pdishuffle: 728
923 | pdishuffle: 729
924 | pdishuffle: 730
925 | pdishuffle: 731
926 | pdishuffle: 732
927 | pdishuffle: 733
928 | pdishuffle: 734
929 | pdishuffle: 735
930 | pdishuffle: 736
931 | pdishuffle: 737
932 | pdishuffle: 738
933 | pdishuffle: 739
934 | pdishuffle: 740
935 | pdishuffle: 741
936 | pdishuffle: 742
937 | pdishuffle: 743
938 | pdishuffle: 744
939 | pdishuffle: 745
940 | pdishuffle: 746
941 | pdishuffle: 747
942 | pdishuffle: 748
943 | pdishuffle: 749
944 | pdishuffle: 750
945 | pdishuffle: 751
946 | pdishuffle: 752
947 | pdishuffle: 753
948 | pdishuffle: 754
949 | pdishuffle: 755
950 | pdishuffle: 756
951 | pdishuffle: 757
952 | pdishuffle: 758
953 | pdishuffle: 759
954 | pdishuffle: 760
955 | pdishuffle: 761
956 | pdishuffle: 762
957 | pdishuffle: 763
958 | pdishuffle: 764
959 | pdishuffle: 765
960 | pdishuffle: 766
961 | pdishuffle: 767
962 | pdishuffle: 768
963 | pdishuffle: 769
964 | pdishuffle: 770
965 | pdishuffle: 771
966 | pdishuffle: 772
967 | pdishuffle: 773
968 | pdishuffle: 774
969 | pdishuffle: 775
970 | pdishuffle: 776
971 | pdishuffle: 777
972 | pdishuffle: 778
973 | pdishuffle: 779
974 | pdishuffle: 780
975 | pdishuffle: 781
976 | pdishuffle: 782
977 | pdishuffle: 783
978 | pdishuffle: 784
979 | pdishuffle: 785
980 | pdishuffle: 786
981 | pdishuffle: 787
982 | pdishuffle: 788
983 | pdishuffle: 789
984 | pdishuffle: 790
985 | pdishuffle: 791
986 | pdishuffle: 792
987 | pdishuffle: 793
988 | pdishuffle: 794
989 | pdishuffle: 795
990 | pdishuffle: 796
991 | pdishuffle: 797
992 | pdishuffle: 798
993 | pdishuffle: 799
994 | pdishuffle: 800
995 | pdishuffle: 801
996 | pdishuffle: 802
997 | pdishuffle: 803
998 | pdishuffle: 804
999 | pdishuffle: 805
1000 | pdishuffle: 806
1001 | pdishuffle: 807
1002 | pdishuffle: 808
1003 | pdishuffle: 809
1004 | pdishuffle: 810
1005 | pdishuffle: 811
1006 | pdishuffle: 812
1007 | pdishuffle: 813
1008 | pdishuffle: 814
1009 | pdishuffle: 815
1010 | pdishuffle: 816
1011 | pdishuffle: 817
1012 | pdishuffle: 818
1013 | pdishuffle: 819
1014 | pdishuffle: 820
1015 | pdishuffle: 821
1016 | pdishuffle: 822
1017 | pdishuffle: 823
1018 | pdishuffle: 824
1019 | pdishuffle: 825
1020 | pdishuffle: 826
1021 | pdishuffle: 827
1022 | pdishuffle: 828
1023 | pdishuffle: 829
1024 | pdishuffle: 830
1025 | pdishuffle: 831
1026 | pdishuffle: 832
1027 | pdishuffle: 833
1028 | pdishuffle: 834
1029 | pdishuffle: 835
1030 | pdishuffle: 836
1031 | pdishuffle: 837
1032 | pdishuffle: 838
1033 | pdishuffle: 839
1034 | pdishuffle: 840
1035 | pdishuffle: 841
1036 | pdishuffle: 842
1037 | pdishuffle: 843
1038 | pdishuffle: 844
1039 | pdishuffle: 845
1040 | pdishuffle: 846
1041 | pdishuffle: 847
1042 | pdishuffle: 848
1043 | pdishuffle: 849
1044 | pdishuffle: 850
1045 | pdishuffle: 851
1046 | pdishuffle: 852
1047 | pdishuffle: 853
1048 | pdishuffle: 854
1049 | pdishuffle: 855
1050 | pdishuffle: 856
1051 | pdishuffle: 857
1052 | pdishuffle: 858
1053 | pdishuffle: 859
1054 | pdishuffle: 860
1055 | pdishuffle: 861
1056 | pdishuffle: 862
1057 | pdishuffle: 863
1058 | pdishuffle: 864
1059 | pdishuffle: 865
1060 | pdishuffle: 866
1061 | pdishuffle: 867
1062 | pdishuffle: 868
1063 | pdishuffle: 869
1064 | pdishuffle: 870
1065 | pdishuffle: 871
1066 | pdishuffle: 872
1067 | pdishuffle: 873
1068 | pdishuffle: 874
1069 | pdishuffle: 875
1070 | pdishuffle: 876
1071 | pdishuffle: 877
1072 | pdishuffle: 878
1073 | pdishuffle: 879
1074 | pdishuffle: 880
1075 | pdishuffle: 881
1076 | pdishuffle: 882
1077 | pdishuffle: 883
1078 | pdishuffle: 884
1079 | pdishuffle: 885
1080 | pdishuffle: 886
1081 | pdishuffle: 887
1082 | pdishuffle: 888
1083 | pdishuffle: 889
1084 | pdishuffle: 890
1085 | pdishuffle: 891
1086 | pdishuffle: 892
1087 | pdishuffle: 893
1088 | pdishuffle: 894
1089 | pdishuffle: 895
1090 | pdishuffle: 896
1091 | pdishuffle: 897
1092 | pdishuffle: 898
1093 | pdishuffle: 899
1094 | pdishuffle: 900
1095 | pdishuffle: 901
1096 | pdishuffle: 902
1097 | pdishuffle: 903
1098 | pdishuffle: 904
1099 | pdishuffle: 905
1100 | pdishuffle: 906
1101 | pdishuffle: 907
1102 | pdishuffle: 908
1103 | pdishuffle: 909
1104 | pdishuffle: 910
1105 | pdishuffle: 911
1106 | pdishuffle: 912
1107 | pdishuffle: 913
1108 | pdishuffle: 914
1109 | pdishuffle: 915
1110 | pdishuffle: 916
1111 | pdishuffle: 917
1112 | pdishuffle: 918
1113 | pdishuffle: 919
1114 | pdishuffle: 920
1115 | pdishuffle: 921
1116 | pdishuffle: 922
1117 | pdishuffle: 923
1118 | pdishuffle: 924
1119 | pdishuffle: 925
1120 | pdishuffle: 926
1121 | pdishuffle: 927
1122 | pdishuffle: 928
1123 | pdishuffle: 929
1124 | pdishuffle: 930
1125 | pdishuffle: 931
1126 | pdishuffle: 932
1127 | pdishuffle: 933
1128 | pdishuffle: 934
1129 | pdishuffle: 935
1130 | pdishuffle: 936
1131 | pdishuffle: 937
1132 | pdishuffle: 938
1133 | pdishuffle: 939
1134 | pdishuffle: 940
1135 | pdishuffle: 941
1136 | pdishuffle: 942
1137 | pdishuffle: 943
1138 | pdishuffle: 944
1139 | pdishuffle: 945
1140 | pdishuffle: 946
1141 | pdishuffle: 947
1142 | pdishuffle: 948
1143 | pdishuffle: 949
1144 | pdishuffle: 950
1145 | pdishuffle: 951
1146 | pdishuffle: 952
1147 | pdishuffle: 953
1148 | pdishuffle: 954
1149 | pdishuffle: 955
1150 | pdishuffle: 956
1151 | pdishuffle: 957
1152 | pdishuffle: 958
1153 | pdishuffle: 959
1154 | pdishuffle: 960
1155 | pdishuffle: 961
1156 | pdishuffle: 962
1157 | pdishuffle: 963
1158 | pdishuffle: 964
1159 | pdishuffle: 965
1160 | pdishuffle: 966
1161 | pdishuffle: 967
1162 | pdishuffle: 968
1163 | pdishuffle: 969
1164 | pdishuffle: 970
1165 | pdishuffle: 971
1166 | pdishuffle: 972
1167 | pdishuffle: 973
1168 | pdishuffle: 974
1169 | pdishuffle: 975
1170 | pdishuffle: 976
1171 | pdishuffle: 977
1172 | pdishuffle: 978
1173 | pdishuffle: 979
1174 | pdishuffle: 980
1175 | pdishuffle: 981
1176 | pdishuffle: 982
1177 | pdishuffle: 983
1178 | pdishuffle: 984
1179 | pdishuffle: 985
1180 | pdishuffle: 986
1181 | pdishuffle: 987
1182 | pdishuffle: 988
1183 | pdishuffle: 989
1184 | pdishuffle: 990
1185 | pdishuffle: 991
1186 | pdishuffle: 992
1187 | pdishuffle: 993
1188 | pdishuffle: 994
1189 | pdishuffle: 995
1190 | pdishuffle: 996
1191 | pdishuffle: 997
1192 | pdishuffle: 998
1193 | pdishuffle: 999
1194 | pdishuffle: 1000
1195 | pdishuffle: 1001
1196 | pdishuffle: 1002
1197 | pdishuffle: 1003
1198 | pdishuffle: 1004
1199 | pdishuffle: 1005
1200 | pdishuffle: 1006
1201 | pdishuffle: 1007
1202 | pdishuffle: 1008
1203 | pdishuffle: 1009
1204 | pdishuffle: 1010
1205 | pdishuffle: 1011
1206 | pdishuffle: 1012
1207 | pdishuffle: 1013
1208 | pdishuffle: 1014
1209 | pdishuffle: 1015
1210 | pdishuffle: 1016
1211 | pdishuffle: 1017
1212 | pdishuffle: 1018
1213 | pdishuffle: 1019
1214 | pdishuffle: 1020
1215 | pdishuffle: 1021
1216 | pdishuffle: 1022
1217 | pdishuffle: 1023
1218 | pdishuffle: 1024
1219 | pdishuffle: 1025
1220 | pdishuffle: 1026
1221 | pdishuffle: 1027
1222 | pdishuffle: 1028
1223 | pdishuffle: 1029
1224 | pdishuffle: 1030
1225 | pdishuffle: 1031
1226 | pdishuffle: 1032
1227 | pdishuffle: 1033
1228 | pdishuffle: 1034
1229 | pdishuffle: 1035
1230 | pdishuffle: 1036
1231 | pdishuffle: 1037
1232 | pdishuffle: 1038
1233 | pdishuffle: 1039
1234 | pdishuffle: 1040
1235 | pdishuffle: 1041
1236 | pdishuffle: 1042
1237 | pdishuffle: 1043
1238 | pdishuffle: 1044
1239 | pdishuffle: 1045
1240 | pdishuffle: 1046
1241 | pdishuffle: 1047
1242 | pdishuffle: 1048
1243 | pdishuffle: 1049
1244 | pdishuffle: 1050
1245 | pdishuffle: 1051
1246 | pdishuffle: 1052
1247 | pdishuffle: 1053
1248 | pdishuffle: 1054
1249 | pdishuffle: 1055
1250 | pdishuffle: 1056
1251 | pdishuffle: 1057
1252 | pdishuffle: 1058
1253 | pdishuffle: 1059
1254 | pdishuffle: 1060
1255 | pdishuffle: 1061
1256 | pdishuffle: 1062
1257 | pdishuffle: 1063
1258 | pdishuffle: 1064
1259 | pdishuffle: 1065
1260 | pdishuffle: 1066
1261 | pdishuffle: 1067
1262 | pdishuffle: 1068
1263 | pdishuffle: 1069
1264 | pdishuffle: 1070
1265 | pdishuffle: 1071
1266 | pdishuffle: 1072
1267 | pdishuffle: 1073
1268 | pdishuffle: 1074
1269 | pdishuffle: 1075
1270 | pdishuffle: 1076
1271 | pdishuffle: 1077
1272 | pdishuffle: 1078
1273 | pdishuffle: 1079
1274 | pdishuffle: 1080
1275 | pdishuffle: 1081
1276 | pdishuffle: 1082
1277 | pdishuffle: 1083
1278 | pdishuffle: 1084
1279 | pdishuffle: 1085
1280 | pdishuffle: 1086
1281 | pdishuffle: 1087
1282 | pdishuffle: 1088
1283 | pdishuffle: 1089
1284 | pdishuffle: 1090
1285 | pdishuffle: 1091
1286 | pdishuffle: 1092
1287 | pdishuffle: 1093
1288 | pdishuffle: 1094
1289 | pdishuffle: 1095
1290 | pdishuffle: 1096
1291 | pdishuffle: 1097
1292 | pdishuffle: 1098
1293 | pdishuffle: 1099
1294 | pdishuffle: 1100
1295 | pdishuffle: 1101
1296 | pdishuffle: 1102
1297 | pdishuffle: 1103
1298 | pdishuffle: 1104
1299 | pdishuffle: 1105
1300 | pdishuffle: 1106
1301 | pdishuffle: 1107
1302 | pdishuffle: 1108
1303 | pdishuffle: 1109
1304 | pdishuffle: 1110
1305 | pdishuffle: 1111
1306 | pdishuffle: 1112
1307 | pdishuffle: 1113
1308 | pdishuffle: 1114
1309 | pdishuffle: 1115
1310 | pdishuffle: 1116
1311 | pdishuffle: 1117
1312 | pdishuffle: 1118
1313 | pdishuffle: 1119
1314 | pdishuffle: 1120
1315 | pdishuffle: 1121
1316 | pdishuffle: 1122
1317 | pdishuffle: 1123
1318 | pdishuffle: 1124
1319 | pdishuffle: 1125
1320 | pdishuffle: 1126
1321 | pdishuffle: 1127
1322 | pdishuffle: 1128
1323 | pdishuffle: 1129
1324 | pdishuffle: 1130
1325 | pdishuffle: 1131
1326 | pdishuffle: 1132
1327 | pdishuffle: 1133
1328 | pdishuffle: 1134
1329 | pdishuffle: 1135
1330 | pdishuffle: 1136
1331 | pdishuffle: 1137
1332 | pdishuffle: 1138
1333 | pdishuffle: 1139
1334 | pdishuffle: 1140
1335 | pdishuffle: 1141
1336 | pdishuffle: 1142
1337 | pdishuffle: 1143
1338 | pdishuffle: 1144
1339 | pdishuffle: 1145
1340 | pdishuffle: 1146
1341 | pdishuffle: 1147
1342 | pdishuffle: 1148
1343 | pdishuffle: 1149
1344 | pdishuffle: 1150
1345 | pdishuffle: 1151
1346 | pdishuffle: 1152
1347 | pdishuffle: 1153
1348 | pdishuffle: 1154
1349 | pdishuffle: 1155
1350 | pdishuffle: 1156
1351 | pdishuffle: 1157
1352 | pdishuffle: 1158
1353 | pdishuffle: 1159
1354 | pdishuffle: 1160
1355 | pdishuffle: 1161
1356 | pdishuffle: 1162
1357 | pdishuffle: 1163
1358 | pdishuffle: 1164
1359 | pdishuffle: 1165
1360 | pdishuffle: 1166
1361 | pdishuffle: 1167
1362 | pdishuffle: 1168
1363 | pdishuffle: 1169
1364 | pdishuffle: 1170
1365 | pdishuffle: 1171
1366 | pdishuffle: 1172
1367 | pdishuffle: 1173
1368 | pdishuffle: 1174
1369 | pdishuffle: 1175
1370 | pdishuffle: 1176
1371 | pdishuffle: 1177
1372 | pdishuffle: 1178
1373 | pdishuffle: 1179
1374 | pdishuffle: 1180
1375 | pdishuffle: 1181
1376 | pdishuffle: 1182
1377 | pdishuffle: 1183
1378 | pdishuffle: 1184
1379 | pdishuffle: 1185
1380 | pdishuffle: 1186
1381 | pdishuffle: 1187
1382 | pdishuffle: 1188
1383 | pdishuffle: 1189
1384 | pdishuffle: 1190
1385 | pdishuffle: 1191
1386 | pdishuffle: 1192
1387 | pdishuffle: 1193
1388 | pdishuffle: 1194
1389 | pdishuffle: 1195
1390 | pdishuffle: 1196
1391 | pdishuffle: 1197
1392 | pdishuffle: 1198
1393 | pdishuffle: 1199
1394 | pdishuffle: 1200
1395 | pdishuffle: 1201
1396 | pdishuffle: 1202
1397 | pdishuffle: 1203
1398 | pdishuffle: 1204
1399 | pdishuffle: 1205
1400 | pdishuffle: 1206
1401 | pdishuffle: 1207
1402 | pdishuffle: 1208
1403 | pdishuffle: 1209
1404 | pdishuffle: 1210
1405 | pdishuffle: 1211
1406 | pdishuffle: 1212
1407 | pdishuffle: 1213
1408 | pdishuffle: 1214
1409 | pdishuffle: 1215
1410 | pdishuffle: 1216
1411 | pdishuffle: 1217
1412 | pdishuffle: 1218
1413 | pdishuffle: 1219
1414 | pdishuffle: 1220
1415 | pdishuffle: 1221
1416 | pdishuffle: 1222
1417 | pdishuffle: 1223
1418 | pdishuffle: 1224
1419 | pdishuffle: 1225
1420 | pdishuffle: 1226
1421 | pdishuffle: 1227
1422 | pdishuffle: 1228
1423 | pdishuffle: 1229
1424 | pdishuffle: 1230
1425 | pdishuffle: 1231
1426 | pdishuffle: 1232
1427 | pdishuffle: 1233
1428 | pdishuffle: 1234
1429 | pdishuffle: 1235
1430 | pdishuffle: 1236
1431 | pdishuffle: 1237
1432 | pdishuffle: 1238
1433 | pdishuffle: 1239
1434 | pdishuffle: 1240
1435 | pdishuffle: 1241
1436 | pdishuffle: 1242
1437 | pdishuffle: 1243
1438 | pdishuffle: 1244
1439 | pdishuffle: 1245
1440 | pdishuffle: 1246
1441 | pdishuffle: 1247
1442 | pdishuffle: 1248
1443 | pdishuffle: 1249
1444 | pdishuffle: 1250
1445 | pdishuffle: 1251
1446 | pdishuffle: 1252
1447 | pdishuffle: 1253
1448 | pdishuffle: 1254
1449 | pdishuffle: 1255
1450 | pdishuffle: 1256
1451 | pdishuffle: 1257
1452 | pdishuffle: 1258
1453 | pdishuffle: 1259
1454 | pdishuffle: 1260
1455 | pdishuffle: 1261
1456 | pdishuffle: 1262
1457 | pdishuffle: 1263
1458 | pdishuffle: 1264
1459 | pdishuffle: 1265
1460 | pdishuffle: 1266
1461 | pdishuffle: 1267
1462 | pdishuffle: 1268
1463 | pdishuffle: 1269
1464 | pdishuffle: 1270
1465 | pdishuffle: 1271
1466 | pdishuffle: 1272
1467 | pdishuffle: 1273
1468 | pdishuffle: 1274
1469 | pdishuffle: 1275
1470 | pdishuffle: 1276
1471 | pdishuffle: 1277
1472 | pdishuffle: 1278
1473 | pdishuffle: 1279
1474 | pdishuffle: 1280
1475 | pdishuffle: 1281
1476 | pdishuffle: 1282
1477 | pdishuffle: 1283
1478 | pdishuffle: 1284
1479 | pdishuffle: 1285
1480 | pdishuffle: 1286
1481 | pdishuffle: 1287
1482 | pdishuffle: 1288
1483 | pdishuffle: 1289
1484 | pdishuffle: 1290
1485 | pdishuffle: 1291
1486 | pdishuffle: 1292
1487 | pdishuffle: 1293
1488 | pdishuffle: 1294
1489 | pdishuffle: 1295
1490 | pdishuffle: 1296
1491 | pdishuffle: 1297
1492 | pdishuffle: 1298
1493 | pdishuffle: 1299
1494 | pdishuffle: 1300
1495 | pdishuffle: 1301
1496 | pdishuffle: 1302
1497 | pdishuffle: 1303
1498 | pdishuffle: 1304
1499 | pdishuffle: 1305
1500 | pdishuffle: 1306
1501 | pdishuffle: 1307
1502 | pdishuffle: 1308
1503 | pdishuffle: 1309
1504 | pdishuffle: 1310
1505 | pdishuffle: 1311
1506 | pdishuffle: 1312
1507 | pdishuffle: 1313
1508 | pdishuffle: 1314
1509 | pdishuffle: 1315
1510 | pdishuffle: 1316
1511 | pdishuffle: 1317
1512 | pdishuffle: 1318
1513 | pdishuffle: 1319
1514 | pdishuffle: 1320
1515 | pdishuffle: 1321
1516 | pdishuffle: 1322
1517 | pdishuffle: 1323
1518 | pdishuffle: 1324
1519 | pdishuffle: 1325
1520 | pdishuffle: 1326
1521 | pdishuffle: 1327
1522 | pdishuffle: 1328
1523 | pdishuffle: 1329
1524 | pdishuffle: 1330
1525 | pdishuffle: 1331
1526 | pdishuffle: 1332
1527 | pdishuffle: 1333
1528 | pdishuffle: 1334
1529 | pdishuffle: 1335
1530 | pdishuffle: 1336
1531 | pdishuffle: 1337
1532 | pdishuffle: 1338
1533 | pdishuffle: 1339
1534 | pdishuffle: 1340
1535 | pdishuffle: 1341
1536 | pdishuffle: 1342
1537 | pdishuffle: 1343
1538 | pdishuffle: 1344
1539 | pdishuffle: 1345
1540 | pdishuffle: 1346
1541 | pdishuffle: 1347
1542 | pdishuffle: 1348
1543 | pdishuffle: 1349
1544 | pdishuffle: 1350
1545 | pdishuffle: 1351
1546 | pdishuffle: 1352
1547 | pdishuffle: 1353
1548 | pdishuffle: 1354
1549 | pdishuffle: 1355
1550 | pdishuffle: 1356
1551 | pdishuffle: 1357
1552 | pdishuffle: 1358
1553 | pdishuffle: 1359
1554 | pdishuffle: 1360
1555 | pdishuffle: 1361
1556 | pdishuffle: 1362
1557 | pdishuffle: 1363
1558 | pdishuffle: 1364
1559 | pdishuffle: 1365
1560 | pdishuffle: 1366
1561 | pdishuffle: 1367
1562 | pdishuffle: 1368
1563 | pdishuffle: 1369
1564 | pdishuffle: 1370
1565 | pdishuffle: 1371
1566 | pdishuffle: 1372
1567 | pdishuffle: 1373
1568 | pdishuffle: 1374
1569 | pdishuffle: 1375
1570 | pdishuffle: 1376
1571 | pdishuffle: 1377
1572 | pdishuffle: 1378
1573 | pdishuffle: 1379
1574 | pdishuffle: 1380
1575 | pdishuffle: 1381
1576 | pdishuffle: 1382
1577 | pdishuffle: 1383
1578 | pdishuffle: 1384
1579 | pdishuffle: 1385
1580 | pdishuffle: 1386
1581 | pdishuffle: 1387
1582 | pdishuffle: 1388
1583 | pdishuffle: 1389
1584 | pdishuffle: 1390
1585 | pdishuffle: 1391
1586 | pdishuffle: 1392
1587 | pdishuffle: 1393
1588 | pdishuffle: 1394
1589 | pdishuffle: 1395
1590 | pdishuffle: 1396
1591 | pdishuffle: 1397
1592 | pdishuffle: 1398
1593 | pdishuffle: 1399
1594 | pdishuffle: 1400
1595 | pdishuffle: 1401
1596 | pdishuffle: 1402
1597 | pdishuffle: 1403
1598 | pdishuffle: 1404
1599 | pdishuffle: 1405
1600 | pdishuffle: 1406
1601 | pdishuffle: 1407
1602 | pdishuffle: 1408
1603 | pdishuffle: 1409
1604 | pdishuffle: 1410
1605 | pdishuffle: 1411
1606 | pdishuffle: 1412
1607 | pdishuffle: 1413
1608 | pdishuffle: 1414
1609 | pdishuffle: 1415
1610 | pdishuffle: 1416
1611 | pdishuffle: 1417
1612 | pdishuffle: 1418
1613 | pdishuffle: 1419
1614 | pdishuffle: 1420
1615 | pdishuffle: 1421
1616 | pdishuffle: 1422
1617 | pdishuffle: 1423
1618 | pdishuffle: 1424
1619 | pdishuffle: 1425
1620 | pdishuffle: 1426
1621 | pdishuffle: 1427
1622 | pdishuffle: 1428
1623 | pdishuffle: 1429
1624 | pdishuffle: 1430
1625 | pdishuffle: 1431
1626 | pdishuffle: 1432
1627 | pdishuffle: 1433
1628 | pdishuffle: 1434
1629 | pdishuffle: 1435
1630 | pdishuffle: 1436
1631 | pdishuffle: 1437
1632 | pdishuffle: 1438
1633 | pdishuffle: 1439
1634 | pdishuffle: 1440
1635 | pdishuffle: 1441
1636 | pdishuffle: 1442
1637 | pdishuffle: 1443
1638 | pdishuffle: 1444
1639 | pdishuffle: 1445
1640 | pdishuffle: 1446
1641 | pdishuffle: 1447
1642 | pdishuffle: 1448
1643 | pdishuffle: 1449
1644 | pdishuffle: 1450
1645 | pdishuffle: 1451
1646 | pdishuffle: 1452
1647 | pdishuffle: 1453
1648 | pdishuffle: 1454
1649 | pdishuffle: 1455
1650 | pdishuffle: 1456
1651 | pdishuffle: 1457
1652 | pdishuffle: 1458
1653 | pdishuffle: 1459
1654 | pdishuffle: 1460
1655 | pdishuffle: 1461
1656 | pdishuffle: 1462
1657 | pdishuffle: 1463
1658 | pdishuffle: 1464
1659 | pdishuffle: 1465
1660 | pdishuffle: 1466
1661 | pdishuffle: 1467
1662 | pdishuffle: 1468
1663 | pdishuffle: 1469
1664 | pdishuffle: 1470
1665 | pdishuffle: 1471
1666 | pdishuffle: 1472
1667 | pdishuffle: 1473
1668 | pdishuffle: 1474
1669 | pdishuffle: 1475
1670 | pdishuffle: 1476
1671 | pdishuffle: 1477
1672 | pdishuffle: 1478
1673 | pdishuffle: 1479
1674 | pdishuffle: 1480
1675 | pdishuffle: 1481
1676 | pdishuffle: 1482
1677 | pdishuffle: 1483
1678 | pdishuffle: 1484
1679 | pdishuffle: 1485
1680 | pdishuffle: 1486
1681 | pdishuffle: 1487
1682 | pdishuffle: 1488
1683 | pdishuffle: 1489
1684 | pdishuffle: 1490
1685 | pdishuffle: 1491
1686 | pdishuffle: 1492
1687 | pdishuffle: 1493
1688 | pdishuffle: 1494
1689 | pdishuffle: 1495
1690 | pdishuffle: 1496
1691 | pdishuffle: 1497
1692 | pdishuffle: 1498
1693 | pdishuffle: 1499
1694 | pdishuffle: 1500
1695 | pdishuffle: 1501
1696 | pdishuffle: 1502
1697 | pdishuffle: 1503
1698 | pdishuffle: 1504
1699 | pdishuffle: 1505
1700 | pdishuffle: 1506
1701 | pdishuffle: 1507
1702 | pdishuffle: 1508
1703 | pdishuffle: 1509
1704 | pdishuffle: 1510
1705 | pdishuffle: 1511
1706 | pdishuffle: 1512
1707 | pdishuffle: 1513
1708 | pdishuffle: 1514
1709 | pdishuffle: 1515
1710 | pdishuffle: 1516
1711 | pdishuffle: 1517
1712 | pdishuffle: 1518
1713 | pdishuffle: 1519
1714 | pdishuffle: 1520
1715 | pdishuffle: 1521
1716 | pdishuffle: 1522
1717 | pdishuffle: 1523
1718 | pdishuffle: 1524
1719 | pdishuffle: 1525
1720 | pdishuffle: 1526
1721 | pdishuffle: 1527
1722 | pdishuffle: 1528
1723 | pdishuffle: 1529
1724 | pdishuffle: 1530
1725 | pdishuffle: 1531
1726 | pdishuffle: 1532
1727 | pdishuffle: 1533
1728 | pdishuffle: 1534
1729 | pdishuffle: 1535
1730 | pdishuffle: 1536
1731 | pdishuffle: 1537
1732 | pdishuffle: 1538
1733 | pdishuffle: 1539
1734 | pdishuffle: 1540
1735 | pdishuffle: 1541
1736 | pdishuffle: 1542
1737 | pdishuffle: 1543
1738 | pdishuffle: 1544
1739 | pdishuffle: 1545
1740 | pdishuffle: 1546
1741 | pdishuffle: 1547
1742 | pdishuffle: 1548
1743 | pdishuffle: 1549
1744 | pdishuffle: 1550
1745 | pdishuffle: 1551
1746 | pdishuffle: 1552
1747 | pdishuffle: 1553
1748 | pdishuffle: 1554
1749 | pdishuffle: 1555
1750 | pdishuffle: 1556
1751 | pdishuffle: 1557
1752 | pdishuffle: 1558
1753 | pdishuffle: 1559
1754 | pdishuffle: 1560
1755 | pdishuffle: 1561
1756 | pdishuffle: 1562
1757 | pdishuffle: 1563
1758 | pdishuffle: 1564
1759 | pdishuffle: 1565
1760 | pdishuffle: 1566
1761 | pdishuffle: 1567
1762 | pdishuffle: 1568
1763 | pdishuffle: 1569
1764 | pdishuffle: 1570
1765 | pdishuffle: 1571
1766 | pdishuffle: 1572
1767 | pdishuffle: 1573
1768 | pdishuffle: 1574
1769 | pdishuffle: 1575
1770 | pdishuffle: 1576
1771 | pdishuffle: 1577
1772 | pdishuffle: 1578
1773 | pdishuffle: 1579
1774 | pdishuffle: 1580
1775 | pdishuffle: 1581
1776 | pdishuffle: 1582
1777 | pdishuffle: 1583
1778 | pdishuffle: 1584
1779 | pdishuffle: 1585
1780 | pdishuffle: 1586
1781 | pdishuffle: 1587
1782 | pdishuffle: 1588
1783 | pdishuffle: 1589
1784 | pdishuffle: 1590
1785 | pdishuffle: 1591
1786 | pdishuffle: 1592
1787 | pdishuffle: 1593
1788 | pdishuffle: 1594
1789 | pdishuffle: 1595
1790 | pdishuffle: 1596
1791 | pdishuffle: 1597
1792 | pdishuffle: 1598
1793 | pdishuffle: 1599
1794 | pdishuffle: 1600
1795 | pdishuffle: 1601
1796 | pdishuffle: 1602
1797 | pdishuffle: 1603
1798 | pdishuffle: 1604
1799 | pdishuffle: 1605
1800 | pdishuffle: 1606
1801 | pdishuffle: 1607
1802 | pdishuffle: 1608
1803 | pdishuffle: 1609
1804 | pdishuffle: 1610
1805 | pdishuffle: 1611
1806 | pdishuffle: 1612
1807 | pdishuffle: 1613
1808 | pdishuffle: 1614
1809 | pdishuffle: 1615
1810 | pdishuffle: 1616
1811 | pdishuffle: 1617
1812 | pdishuffle: 1618
1813 | pdishuffle: 1619
1814 | pdishuffle: 1620
1815 | pdishuffle: 1621
1816 | pdishuffle: 1622
1817 | pdishuffle: 1623
1818 | pdishuffle: 1624
1819 | pdishuffle: 1625
1820 | pdishuffle: 1626
1821 | pdishuffle: 1627
1822 | pdishuffle: 1628
1823 | pdishuffle: 1629
1824 | pdishuffle: 1630
1825 | pdishuffle: 1631
1826 | pdishuffle: 1632
1827 | pdishuffle: 1633
1828 | pdishuffle: 1634
1829 | pdishuffle: 1635
1830 | pdishuffle: 1636
1831 | pdishuffle: 1637
1832 | pdishuffle: 1638
1833 | pdishuffle: 1639
1834 | pdishuffle: 1640
1835 | pdishuffle: 1641
1836 | pdishuffle: 1642
1837 | pdishuffle: 1643
1838 | pdishuffle: 1644
1839 | pdishuffle: 1645
1840 | pdishuffle: 1646
1841 | pdishuffle: 1647
1842 | pdishuffle: 1648
1843 | pdishuffle: 1649
1844 | pdishuffle: 1650
1845 | pdishuffle: 1651
1846 | pdishuffle: 1652
1847 | pdishuffle: 1653
1848 | pdishuffle: 1654
1849 | pdishuffle: 1655
1850 | pdishuffle: 1656
1851 | pdishuffle: 1657
1852 | pdishuffle: 1658
1853 | pdishuffle: 1659
1854 | pdishuffle: 1660
1855 | pdishuffle: 1661
1856 | pdishuffle: 1662
1857 | pdishuffle: 1663
1858 | pdishuffle: 1664
1859 | pdishuffle: 1665
1860 | pdishuffle: 1666
1861 | pdishuffle: 1667
1862 | pdishuffle: 1668
1863 | pdishuffle: 1669
1864 | pdishuffle: 1670
1865 | pdishuffle: 1671
1866 | pdishuffle: 1672
1867 | pdishuffle: 1673
1868 | pdishuffle: 1674
1869 | pdishuffle: 1675
1870 | pdishuffle: 1676
1871 | pdishuffle: 1677
1872 | pdishuffle: 1678
1873 | pdishuffle: 1679
1874 | pdishuffle: 1680
1875 | pdishuffle: 1681
1876 | pdishuffle: 1682
1877 | pdishuffle: 1683
1878 | pdishuffle: 1684
1879 | pdishuffle: 1685
1880 | pdishuffle: 1686
1881 | pdishuffle: 1687
1882 | pdishuffle: 1688
1883 | pdishuffle: 1689
1884 | pdishuffle: 1690
1885 | pdishuffle: 1691
1886 | pdishuffle: 1692
1887 | pdishuffle: 1693
1888 | pdishuffle: 1694
1889 | pdishuffle: 1695
1890 | pdishuffle: 1696
1891 | pdishuffle: 1697
1892 | pdishuffle: 1698
1893 | pdishuffle: 1699
1894 | pdishuffle: 1700
1895 | pdishuffle: 1701
1896 | pdishuffle: 1702
1897 | pdishuffle: 1703
1898 | pdishuffle: 1704
1899 | pdishuffle: 1705
1900 | pdishuffle: 1706
1901 | pdishuffle: 1707
1902 | pdishuffle: 1708
1903 | pdishuffle: 1709
1904 | pdishuffle: 1710
1905 | pdishuffle: 1711
1906 | pdishuffle: 1712
1907 | pdishuffle: 1713
1908 | pdishuffle: 1714
1909 | pdishuffle: 1715
1910 | pdishuffle: 1716
1911 | pdishuffle: 1717
1912 | pdishuffle: 1718
1913 | pdishuffle: 1719
1914 | pdishuffle: 1720
1915 | pdishuffle: 1721
1916 | pdishuffle: 1722
1917 | pdishuffle: 1723
1918 | pdishuffle: 1724
1919 | pdishuffle: 1725
1920 | pdishuffle: 1726
1921 | pdishuffle: 1727
1922 | pdishuffle: 1728
1923 | pdishuffle: 1729
1924 | pdishuffle: 1730
1925 | pdishuffle: 1731
1926 | pdishuffle: 1732
1927 | pdishuffle: 1733
1928 | pdishuffle: 1734
1929 | pdishuffle: 1735
1930 | pdishuffle: 1736
1931 | pdishuffle: 1737
1932 | pdishuffle: 1738
1933 | pdishuffle: 1739
1934 | pdishuffle: 1740
1935 | pdishuffle: 1741
1936 | pdishuffle: 1742
1937 | pdishuffle: 1743
1938 | pdishuffle: 1744
1939 | pdishuffle: 1745
1940 | pdishuffle: 1746
1941 | pdishuffle: 1747
1942 | pdishuffle: 1748
1943 | pdishuffle: 1749
1944 | pdishuffle: 1750
1945 | pdishuffle: 1751
1946 | pdishuffle: 1752
1947 | pdishuffle: 1753
1948 | pdishuffle: 1754
1949 | pdishuffle: 1755
1950 | pdishuffle: 1756
1951 | pdishuffle: 1757
1952 | pdishuffle: 1758
1953 | pdishuffle: 1759
1954 | pdishuffle: 1760
1955 | pdishuffle: 1761
1956 | pdishuffle: 1762
1957 | pdishuffle: 1763
1958 | pdishuffle: 1764
1959 | pdishuffle: 1765
1960 | pdishuffle: 1766
1961 | pdishuffle: 1767
1962 | pdishuffle: 1768
1963 | pdishuffle: 1769
1964 | pdishuffle: 1770
1965 | pdishuffle: 1771
1966 | pdishuffle: 1772
1967 | pdishuffle: 1773
1968 | pdishuffle: 1774
1969 | pdishuffle: 1775
1970 | pdishuffle: 1776
1971 | pdishuffle: 1777
1972 | pdishuffle: 1778
1973 | pdishuffle: 1779
1974 | pdishuffle: 1780
1975 | pdishuffle: 1781
1976 | pdishuffle: 1782
1977 | pdishuffle: 1783
1978 | pdishuffle: 1784
1979 | pdishuffle: 1785
1980 | pdishuffle: 1786
1981 | pdishuffle: 1787
1982 | pdishuffle: 1788
1983 | pdishuffle: 1789
1984 | pdishuffle: 1790
1985 | pdishuffle: 1791
1986 | pdishuffle: 1792
1987 | pdishuffle: 1793
1988 | pdishuffle: 1794
1989 | pdishuffle: 1795
1990 | pdishuffle: 1796
1991 | pdishuffle: 1797
1992 | pdishuffle: 1798
1993 | pdishuffle: 1799
1994 | pdishuffle: 1800
1995 | pdishuffle: 1801
1996 | pdishuffle: 1802
1997 | pdishuffle: 1803
1998 | pdishuffle: 1804
1999 | pdishuffle: 1805
2000 | pdishuffle: 1806
2001 | pdishuffle: 1807
2002 | pdishuffle: 1808
2003 | pdishuffle: 1809
2004 | pdishuffle: 1810
2005 | pdishuffle: 1811
2006 | pdishuffle: 1812
2007 | pdishuffle: 1813
2008 | pdishuffle: 1814
2009 | pdishuffle: 1815
2010 | pdishuffle: 1816
2011 | pdishuffle: 1817
2012 | pdishuffle: 1818
2013 | pdishuffle: 1819
2014 | pdishuffle: 1820
2015 | pdishuffle: 1821
2016 | pdishuffle: 1822
2017 | pdishuffle: 1823
2018 | pdishuffle: 1824
2019 | pdishuffle: 1825
2020 | pdishuffle: 1826
2021 | pdishuffle: 1827
2022 | pdishuffle: 1828
2023 | pdishuffle: 1829
2024 | pdishuffle: 1830
2025 | pdishuffle: 1831
2026 | pdishuffle: 1832
2027 | pdishuffle: 1833
2028 | pdishuffle: 1834
2029 | pdishuffle: 1835
2030 | pdishuffle: 1836
2031 | pdishuffle: 1837
2032 | pdishuffle: 1838
2033 | pdishuffle: 1839
2034 | pdishuffle: 1840
2035 | pdishuffle: 1841
2036 | pdishuffle: 1842
2037 | pdishuffle: 1843
2038 | pdishuffle: 1844
2039 | pdishuffle: 1845
2040 | pdishuffle: 1846
2041 | pdishuffle: 1847
2042 | pdishuffle: 1848
2043 | pdishuffle: 1849
2044 | pdishuffle: 1850
2045 | pdishuffle: 1851
2046 | pdishuffle: 1852
2047 | pdishuffle: 1853
2048 | pdishuffle: 1854
2049 | pdishuffle: 1855
2050 | pdishuffle: 1856
2051 | pdishuffle: 1857
2052 | pdishuffle: 1858
2053 | pdishuffle: 1859
2054 | pdishuffle: 1860
2055 | pdishuffle: 1861
2056 | pdishuffle: 1862
2057 | pdishuffle: 1863
2058 | pdishuffle: 1864
2059 | pdishuffle: 1865
2060 | pdishuffle: 1866
2061 | pdishuffle: 1867
2062 | pdishuffle: 1868
2063 | pdishuffle: 1869
2064 | pdishuffle: 1870
2065 | pdishuffle: 1871
2066 | pdishuffle: 1872
2067 | pdishuffle: 1873
2068 | pdishuffle: 1874
2069 | pdishuffle: 1875
2070 | pdishuffle: 1876
2071 | pdishuffle: 1877
2072 | pdishuffle: 1878
2073 | pdishuffle: 1879
2074 | pdishuffle: 1880
2075 | pdishuffle: 1881
2076 | pdishuffle: 1882
2077 | pdishuffle: 1883
2078 | pdishuffle: 1884
2079 | pdishuffle: 1885
2080 | pdishuffle: 1886
2081 | pdishuffle: 1887
2082 | pdishuffle: 1888
2083 | pdishuffle: 1889
2084 | pdishuffle: 1890
2085 | pdishuffle: 1891
2086 | pdishuffle: 1892
2087 | pdishuffle: 1893
2088 | pdishuffle: 1894
2089 | pdishuffle: 1895
2090 | pdishuffle: 1896
2091 | pdishuffle: 1897
2092 | pdishuffle: 1898
2093 | pdishuffle: 1899
2094 | pdishuffle: 1900
2095 | pdishuffle: 1901
2096 | pdishuffle: 1902
2097 | pdishuffle: 1903
2098 | pdishuffle: 1904
2099 | pdishuffle: 1905
2100 | pdishuffle: 1906
2101 | pdishuffle: 1907
2102 | pdishuffle: 1908
2103 | pdishuffle: 1909
2104 | pdishuffle: 1910
2105 | pdishuffle: 1911
2106 | pdishuffle: 1912
2107 | pdishuffle: 1913
2108 | pdishuffle: 1914
2109 | pdishuffle: 1915
2110 | pdishuffle: 1916
2111 | pdishuffle: 1917
2112 | pdishuffle: 1918
2113 | pdishuffle: 1919
2114 | pdishuffle: 1920
2115 | pdishuffle: 1921
2116 | pdishuffle: 1922
2117 | pdishuffle: 1923
2118 | pdishuffle: 1924
2119 | pdishuffle: 1925
2120 | pdishuffle: 1926
2121 | pdishuffle: 1927
2122 | pdishuffle: 1928
2123 | pdishuffle: 1929
2124 | pdishuffle: 1930
2125 | pdishuffle: 1931
2126 | pdishuffle: 1932
2127 | pdishuffle: 1933
2128 | pdishuffle: 1934
2129 | pdishuffle: 1935
2130 | pdishuffle: 1936
2131 | pdishuffle: 1937
2132 | pdishuffle: 1938
2133 | pdishuffle: 1939
2134 | pdishuffle: 1940
2135 | pdishuffle: 1941
2136 | pdishuffle: 1942
2137 | pdishuffle: 1943
2138 | pdishuffle: 1944
2139 | pdishuffle: 1945
2140 | pdishuffle: 1946
2141 | pdishuffle: 1947
2142 | pdishuffle: 1948
2143 | pdishuffle: 1949
2144 | pdishuffle: 1950
2145 | pdishuffle: 1951
2146 | pdishuffle: 1952
2147 | pdishuffle: 1953
2148 | pdishuffle: 1954
2149 | pdishuffle: 1955
2150 | pdishuffle: 1956
2151 | pdishuffle: 1957
2152 | pdishuffle: 1958
2153 | pdishuffle: 1959
2154 | pdishuffle: 1960
2155 | pdishuffle: 1961
2156 | pdishuffle: 1962
2157 | pdishuffle: 1963
2158 | pdishuffle: 1964
2159 | pdishuffle: 1965
2160 | pdishuffle: 1966
2161 | pdishuffle: 1967
2162 | pdishuffle: 1968
2163 | pdishuffle: 1969
2164 | pdishuffle: 1970
2165 | pdishuffle: 1971
2166 | pdishuffle: 1972
2167 | pdishuffle: 1973
2168 | pdishuffle: 1974
2169 | pdishuffle: 1975
2170 | pdishuffle: 1976
2171 | pdishuffle: 1977
2172 | pdishuffle: 1978
2173 | pdishuffle: 1979
2174 | pdishuffle: 1980
2175 | pdishuffle: 1981
2176 | pdishuffle: 1982
2177 | pdishuffle: 1983
2178 | pdishuffle: 1984
2179 | pdishuffle: 1985
2180 | pdishuffle: 1986
2181 | pdishuffle: 1987
2182 | pdishuffle: 1988
2183 | pdishuffle: 1989
2184 | pdishuffle: 1990
2185 | pdishuffle: 1991
2186 | pdishuffle: 1992
2187 | pdishuffle: 1993
2188 | pdishuffle: 1994
2189 | pdishuffle: 1995
2190 | pdishuffle: 1996
2191 | pdishuffle: 1997
2192 | pdishuffle: 1998
2193 | pdishuffle: 1999
2194 | pdishuffle: 2000
2195 |
2196 | real 17m40.559s
2197 | user 16m16.743s
2198 | sys 1m12.594s
--------------------------------------------------------------------------------
/minimal_examples/figures/aga.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_cluster_std1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_cluster_std1.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_cluster_std10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_cluster_std10.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_cluster_std6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_cluster_std6.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_new.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_path.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_path.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_reference.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_reference.png
--------------------------------------------------------------------------------
/minimal_examples/figures/aga_simple_tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/aga_simple_tree.png
--------------------------------------------------------------------------------
/minimal_examples/figures/draw_graph_fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/draw_graph_fr.png
--------------------------------------------------------------------------------
/minimal_examples/figures/draw_graph_fr_associated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/draw_graph_fr_associated.png
--------------------------------------------------------------------------------
/minimal_examples/figures/krumsiek11_timeseries_heatmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/krumsiek11_timeseries_heatmap.png
--------------------------------------------------------------------------------
/minimal_examples/figures/matrix_norm_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/matrix_norm_new.png
--------------------------------------------------------------------------------
/minimal_examples/figures/matrix_norm_new_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/matrix_norm_new_cropped.png
--------------------------------------------------------------------------------
/minimal_examples/figures/matrix_norm_reference.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/matrix_norm_reference.png
--------------------------------------------------------------------------------
/minimal_examples/figures/matrix_norm_reference_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/matrix_norm_reference_cropped.png
--------------------------------------------------------------------------------
/minimal_examples/figures/robustness_summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/robustness_summary.png
--------------------------------------------------------------------------------
/minimal_examples/figures/tsne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/minimal_examples/figures/tsne.png
--------------------------------------------------------------------------------
/nestorowa16/README.md:
--------------------------------------------------------------------------------
1 | *First compiled: May 25, 2017.*
2 |
3 | ## Graph abstraction for hematopoiesis in mouse [Nestorwa, Hamey *et al.*, Blood (2015)](https://doi.org/10.1182/blood-2016-05-716480)
4 |
5 | Data is available from [blood.stemcells.cam.ac.uk/single_cell_atlas](http://blood.stemcells.cam.ac.uk/single_cell_atlas).
6 |
7 | ### Contents
8 |
9 | * [*nestorowa16*](nestorowa16.ipynb) presents the main results obtained with graph abstraction
10 | * [*comparison_monocle2*](comparison_monocle2.ipynb) presents results obtained with Monocle 2
11 | * [*comparison_dpt*](comparison_dpt.ipynb) presents results obtained with diffusion pseudotime
--------------------------------------------------------------------------------
/nestorowa16/figures/monocle2_maxcomps10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/nestorowa16/figures/monocle2_maxcomps10.png
--------------------------------------------------------------------------------
/nestorowa16/figures/monocle2_maxcomps4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/nestorowa16/figures/monocle2_maxcomps4.png
--------------------------------------------------------------------------------
/paul15/README.md:
--------------------------------------------------------------------------------
1 | *First compiled: June 3, 2017.*
2 |
3 | ## Graph abstraction for data of [Paul *et al.*, Cell (2015)](https://doi.org/10.1016/j.cell.2015.11.013)
4 |
5 | Here, we trace myeloid differentiation for data of [Paul *et al.*, Cell (2015)](https://doi.org/10.1016/j.cell.2015.11.013). Data is available from the original publication, or for convenience, within Scanpy as [`scanpy.api.datasets.paul15`](https://scanpy.readthedocs.io/en/latest/api/scanpy.api.datasets.paul15.html) or as an RData from https://github.com/theislab/scAnalysisTutorial.
6 |
7 | ### Contents
8 |
9 | * [*paul15*](paul15.ipynb) presents the main results obtained with graph abstraction
10 | * [*comparison_monocle2/...original*](comparison_monocle2/monocle2_original.ipynb) reproduces the published results of Monocle 2 [(Qiu *et al.*, Nat. Meth. 2017)](https://doi.org/10.1038/nmeth.4402)
11 | * [*comparison_monocle2/...alternative*](comparison_monocle2/monocle2_alternative.ipynb) produces results obtained with an alternative preprocessing that does not involve removing a lymphoid cluster from the data, but leaves everything else unchanged
12 |
13 | ### Summary
14 |
15 | While [*comparison_monocle2/...original*](comparison_monocle2/monocle2_original.ipynb) reproduces the published results of Monocle 2 [(Qiu *et al.*, Nat. Meth. 2017)](https://doi.org/10.1038/nmeth.4402)
16 |
17 |
18 |
19 | The preprocessing there involves a step that manually removes a cluster of lymphoid cells. But what if we had no labels for this cluster? We could then not remove it from the data and would hope to obtain a meaningful result also with this cluster present.
20 |
21 | In [*comparison_monocle2/...alternative*](comparison_monocle2/monocle2_alternative.ipynb), we run Monocle 2 with an alternative preprocessing that does not involve removing the lymphoid cluster from the data, but leaves everything else completely unchanged. The result is the following.
22 |
23 |
24 |
25 | Evidently, the result is entirely different from the previous result. For example, the megaryocyte (MK) state is very distant from the progenitor (MP/EP) cells, even though it is expexted to branch off very early.
26 |
27 |
--------------------------------------------------------------------------------
/paul15/comparison_monocle2/data/MAP.csv:
--------------------------------------------------------------------------------
1 | W31105,7
2 | W31106,15
3 | W31107,3
4 | W31108,15
5 | W31109,3
6 | W31110,15
7 | W31111,4
8 | W31113,2
9 | W31114,3
10 | W31115,2
11 | W31116,2
12 | W31117,17
13 | W31118,14
14 | W31119,13
15 | W31120,3
16 | W31121,7
17 | W31122,3
18 | W31123,3
19 | W31124,2
20 | W31125,8
21 | W31126,3
22 | W31127,9
23 | W31128,8
24 | W31129,10
25 | W31130,15
26 | W31131,16
27 | W31132,4
28 | W31133,13
29 | W31134,17
30 | W31136,3
31 | W31137,2
32 | W31138,3
33 | W31139,5
34 | W31140,3
35 | W31141,13
36 | W31142,1
37 | W31143,3
38 | W31144,6
39 | W31145,15
40 | W31146,3
41 | W31147,3
42 | W31148,14
43 | W31149,19
44 | W31150,12
45 | W31151,3
46 | W31152,14
47 | W31153,6
48 | W31154,4
49 | W31155,7
50 | W31156,2
51 | W31157,13
52 | W31158,14
53 | W31159,6
54 | W31160,18
55 | W31161,4
56 | W31162,3
57 | W31163,3
58 | W31164,14
59 | W31165,2
60 | W31166,13
61 | W31167,2
62 | W31168,13
63 | W31169,13
64 | W31170,14
65 | W31171,7
66 | W31172,7
67 | W31173,7
68 | W31174,10
69 | W31175,12
70 | W31176,6
71 | W31177,5
72 | W31178,5
73 | W31179,14
74 | W31180,4
75 | W31181,16
76 | W31182,16
77 | W31183,3
78 | W31184,2
79 | W31185,6
80 | W31186,13
81 | W31187,13
82 | W31188,10
83 | W31189,14
84 | W31190,5
85 | W31191,7
86 | W31192,7
87 | W31193,5
88 | W31194,6
89 | W31195,2
90 | W31196,10
91 | W31197,10
92 | W31198,2
93 | W31199,7
94 | W31200,6
95 | W31201,7
96 | W31202,14
97 | W31203,16
98 | W31204,10
99 | W31205,3
100 | W31206,3
101 | W31207,13
102 | W31209,1
103 | W31210,14
104 | W31211,15
105 | W31212,2
106 | W31213,5
107 | W31214,2
108 | W31215,5
109 | W31217,3
110 | W31218,14
111 | W31219,10
112 | W31220,2
113 | W31221,7
114 | W31222,4
115 | W31223,9
116 | W31224,7
117 | W31225,3
118 | W31226,16
119 | W31227,11
120 | W31228,10
121 | W31229,6
122 | W31230,3
123 | W31231,2
124 | W31232,5
125 | W31233,2
126 | W31234,2
127 | W31236,5
128 | W31237,14
129 | W31238,5
130 | W31239,14
131 | W31240,3
132 | W31241,2
133 | W31242,16
134 | W31243,2
135 | W31244,13
136 | W31245,16
137 | W31246,2
138 | W31247,3
139 | W31248,3
140 | W31249,14
141 | W31250,5
142 | W31251,16
143 | W31252,14
144 | W31253,14
145 | W31254,13
146 | W31255,3
147 | W31256,14
148 | W31257,7
149 | W31259,14
150 | W31260,10
151 | W31262,2
152 | W31263,14
153 | W31264,15
154 | W31265,14
155 | W31266,16
156 | W31267,10
157 | W31268,7
158 | W31269,5
159 | W31270,16
160 | W31271,2
161 | W31272,16
162 | W31273,14
163 | W31274,10
164 | W31275,16
165 | W31276,8
166 | W31277,7
167 | W31278,14
168 | W31279,7
169 | W31280,2
170 | W31281,14
171 | W31282,14
172 | W31283,4
173 | W31284,5
174 | W31285,14
175 | W31286,14
176 | W31287,10
177 | W31288,6
178 | W31289,5
179 | W31290,14
180 | W31291,3
181 | W31292,5
182 | W31293,15
183 | W31294,5
184 | W31295,14
185 | W31296,16
186 | W31297,8
187 | W31298,3
188 | W31299,14
189 | W31300,12
190 | W31301,14
191 | W31302,3
192 | W31303,5
193 | W31305,16
194 | W31306,15
195 | W31307,13
196 | W31309,5
197 | W31310,3
198 | W31311,13
199 | W31312,12
200 | W31313,8
201 | W31314,7
202 | W31315,6
203 | W31316,2
204 | W31317,3
205 | W31318,3
206 | W31319,15
207 | W31321,3
208 | W31322,3
209 | W31323,3
210 | W31324,8
211 | W31325,2
212 | W31326,2
213 | W31327,14
214 | W31328,3
215 | W31329,15
216 | W31330,14
217 | W31331,7
218 | W31332,15
219 | W31333,3
220 | W31334,3
221 | W31335,13
222 | W31336,15
223 | W31337,3
224 | W31338,15
225 | W31339,13
226 | W31340,3
227 | W31341,15
228 | W31342,15
229 | W31343,13
230 | W31344,19
231 | W31345,4
232 | W31346,3
233 | W31347,14
234 | W31348,4
235 | W31349,6
236 | W31350,16
237 | W31351,14
238 | W31353,3
239 | W31354,17
240 | W31355,15
241 | W31356,4
242 | W31357,3
243 | W31358,6
244 | W31359,14
245 | W31360,3
246 | W31361,16
247 | W31362,14
248 | W31363,15
249 | W31364,7
250 | W31365,13
251 | W31366,15
252 | W31367,14
253 | W31368,3
254 | W31369,2
255 | W31370,2
256 | W31371,14
257 | W31372,2
258 | W31373,13
259 | W31374,2
260 | W31375,3
261 | W31376,13
262 | W31377,12
263 | W31378,2
264 | W31379,10
265 | W31380,5
266 | W31381,13
267 | W31382,3
268 | W31383,9
269 | W31386,15
270 | W31387,2
271 | W31388,10
272 | W31389,5
273 | W31390,5
274 | W31391,2
275 | W31392,14
276 | W31393,13
277 | W31394,2
278 | W31395,14
279 | W31396,16
280 | W31397,12
281 | W31398,14
282 | W31399,14
283 | W31401,3
284 | W31402,14
285 | W31403,13
286 | W31405,12
287 | W31406,5
288 | W31407,10
289 | W31409,14
290 | W31410,4
291 | W31411,15
292 | W31412,11
293 | W31413,3
294 | W31414,4
295 | W31415,4
296 | W31416,4
297 | W31418,4
298 | W31419,5
299 | W31420,1
300 | W31421,16
301 | W31422,14
302 | W31423,2
303 | W31424,5
304 | W31425,15
305 | W31426,5
306 | W31427,2
307 | W31428,5
308 | W31429,1
309 | W31430,7
310 | W31431,2
311 | W31432,14
312 | W31433,10
313 | W31434,2
314 | W31436,14
315 | W31437,6
316 | W31439,9
317 | W31440,3
318 | W31441,2
319 | W31442,3
320 | W31443,12
321 | W31444,2
322 | W31445,18
323 | W31446,5
324 | W31447,3
325 | W31448,15
326 | W31451,14
327 | W31452,2
328 | W31453,6
329 | W31454,14
330 | W31455,2
331 | W31456,5
332 | W31457,12
333 | W31458,7
334 | W31459,17
335 | W31460,14
336 | W31461,2
337 | W31462,5
338 | W31463,2
339 | W31464,14
340 | W31465,13
341 | W31466,15
342 | W31467,2
343 | W31468,13
344 | W31469,16
345 | W31470,5
346 | W31471,14
347 | W31472,16
348 | W31473,14
349 | W31474,16
350 | W31475,14
351 | W31476,8
352 | W31477,10
353 | W31478,14
354 | W31479,5
355 | W31480,7
356 | W31481,2
357 | W31483,14
358 | W31484,13
359 | W31485,2
360 | W31486,5
361 | W31487,14
362 | W31489,14
363 | W31491,9
364 | W31492,4
365 | W31493,10
366 | W31494,13
367 | W31495,10
368 | W31497,7
369 | W31498,10
370 | W31499,3
371 | W31500,2
372 | W31501,14
373 | W31502,10
374 | W31503,15
375 | W31504,13
376 | W31505,7
377 | W31506,6
378 | W31507,7
379 | W31508,5
380 | W31509,14
381 | W31510,13
382 | W31511,10
383 | W31512,7
384 | W31513,3
385 | W31514,7
386 | W31515,13
387 | W31516,1
388 | W31517,14
389 | W31518,13
390 | W31519,10
391 | W31520,9
392 | W31521,3
393 | W31522,13
394 | W31523,2
395 | W31524,13
396 | W31525,2
397 | W31526,6
398 | W31527,6
399 | W31528,13
400 | W31529,3
401 | W31530,13
402 | W31531,11
403 | W31532,14
404 | W31533,10
405 | W31534,8
406 | W31535,9
407 | W31536,2
408 | W31537,13
409 | W31538,14
410 | W31539,13
411 | W31540,14
412 | W31541,5
413 | W31542,14
414 | W31543,5
415 | W31544,13
416 | W31545,12
417 | W31546,16
418 | W31547,11
419 | W31548,13
420 | W31549,13
421 | W31550,2
422 | W31551,2
423 | W31552,14
424 | W31553,7
425 | W31554,4
426 | W31555,6
427 | W31556,13
428 | W31558,14
429 | W31559,14
430 | W31560,6
431 | W31562,12
432 | W31563,6
433 | W31564,14
434 | W31565,2
435 | W31566,13
436 | W31567,13
437 | W31568,14
438 | W31569,7
439 | W31570,7
440 | W31571,15
441 | W31572,5
442 | W31573,5
443 | W31575,5
444 | W31576,5
445 | W31577,15
446 | W31578,1
447 | W31580,13
448 | W31581,10
449 | W31583,12
450 | W31586,4
451 | W31587,7
452 | W31588,15
453 | W31589,19
454 | W31590,13
455 | W31591,13
456 | W31593,3
457 | W31594,3
458 | W31595,15
459 | W31596,16
460 | W31597,13
461 | W31598,2
462 | W31599,15
463 | W31600,17
464 | W31601,15
465 | W31602,13
466 | W31603,16
467 | W31604,6
468 | W31605,5
469 | W31606,15
470 | W31607,9
471 | W31608,13
472 | W31609,15
473 | W31611,13
474 | W31613,6
475 | W31614,7
476 | W31615,12
477 | W31617,15
478 | W31618,2
479 | W31620,13
480 | W31621,10
481 | W31622,14
482 | W31623,14
483 | W31624,14
484 | W31625,15
485 | W31626,5
486 | W31628,16
487 | W31629,5
488 | W31630,14
489 | W31631,13
490 | W31632,15
491 | W31634,2
492 | W31635,2
493 | W31636,2
494 | W31638,13
495 | W31639,13
496 | W31640,5
497 | W31641,5
498 | W31642,9
499 | W31644,14
500 | W31645,7
501 | W31646,14
502 | W31647,11
503 | W31648,16
504 | W31649,2
505 | W31650,2
506 | W31651,10
507 | W31652,8
508 | W31653,2
509 | W31654,5
510 | W31655,13
511 | W31656,13
512 | W31657,12
513 | W31658,7
514 | W31659,7
515 | W31660,13
516 | W31661,6
517 | W31662,5
518 | W31663,16
519 | W31664,14
520 | W31665,13
521 | W31666,2
522 | W31667,14
523 | W31668,5
524 | W31669,7
525 | W31670,10
526 | W31671,19
527 | W31674,14
528 | W31676,4
529 | W31678,14
530 | W31681,12
531 | W31682,9
532 | W31683,15
533 | W31684,17
534 | W31685,7
535 | W31686,16
536 | W31687,13
537 | W31689,3
538 | W31690,15
539 | W31691,3
540 | W31692,7
541 | W31693,8
542 | W31694,19
543 | W31695,3
544 | W31696,13
545 | W31697,9
546 | W31698,3
547 | W31699,3
548 | W31700,2
549 | W31701,16
550 | W31702,14
551 | W31703,16
552 | W31704,6
553 | W31705,14
554 | W31706,5
555 | W31707,14
556 | W31708,14
557 | W31709,19
558 | W31711,15
559 | W31712,13
560 | W31713,14
561 | W31714,13
562 | W31715,17
563 | W31716,14
564 | W31717,1
565 | W31718,2
566 | W31719,5
567 | W31720,6
568 | W31721,15
569 | W31722,10
570 | W31723,6
571 | W31724,10
572 | W31725,7
573 | W31726,14
574 | W31727,13
575 | W31728,2
576 | W31729,14
577 | W31730,14
578 | W31731,6
579 | W31732,13
580 | W31733,14
581 | W31734,14
582 | W31735,2
583 | W31736,6
584 | W31737,13
585 | W31738,10
586 | W31739,15
587 | W31740,16
588 | W31741,10
589 | W31742,1
590 | W31743,14
591 | W31744,12
592 | W31745,10
593 | W31746,12
594 | W31748,16
595 | W31749,10
596 | W31750,13
597 | W31751,16
598 | W31752,6
599 | W31755,5
600 | W31756,10
601 | W31758,13
602 | W31759,19
603 | W31760,14
604 | W31761,5
605 | W31762,13
606 | W31764,13
607 | W31765,13
608 | W31766,19
609 | W31767,13
610 | W31768,4
611 | W31771,12
612 | W31773,10
613 | W31774,11
614 | W31775,1
615 | W31776,19
616 | W31777,3
617 | W31778,6
618 | W31779,6
619 | W31780,2
620 | W31781,2
621 | W31782,13
622 | W31783,3
623 | W31785,15
624 | W31786,2
625 | W31787,10
626 | W31788,5
627 | W31789,13
628 | W31791,9
629 | W31792,9
630 | W31793,12
631 | W31794,17
632 | W31795,6
633 | W31796,7
634 | W31797,6
635 | W31798,14
636 | W31799,14
637 | W31800,19
638 | W31801,13
639 | W31802,13
640 | W31803,2
641 | W31804,13
642 | W31805,7
643 | W31806,3
644 | W31807,13
645 | W31808,15
646 | W31809,13
647 | W31810,11
648 | W31811,17
649 | W31812,13
650 | W31813,14
651 | W31814,2
652 | W31815,11
653 | W31816,13
654 | W31817,13
655 | W31818,2
656 | W31819,2
657 | W31820,16
658 | W31821,14
659 | W31822,10
660 | W31823,16
661 | W31824,13
662 | W31825,10
663 | W31826,16
664 | W31827,2
665 | W31828,14
666 | W31829,12
667 | W31830,9
668 | W31831,2
669 | W31832,2
670 | W31834,2
671 | W31835,6
672 | W31836,13
673 | W31837,14
674 | W31838,2
675 | W31839,5
676 | W31840,16
677 | W31841,6
678 | W31842,13
679 | W31845,14
680 | W31846,5
681 | W31847,5
682 | W31849,2
683 | W31850,4
684 | W31851,2
685 | W31854,10
686 | W31855,5
687 | W31856,13
688 | W31857,13
689 | W31858,2
690 | W31859,12
691 | W31860,12
692 | W31861,15
693 | W31864,13
694 | W31865,13
695 | W31866,13
696 | W31868,13
697 | W31870,10
698 | W31871,14
699 | W31872,13
700 | W36865,7
701 | W36866,13
702 | W36867,9
703 | W36868,14
704 | W36869,1
705 | W36871,3
706 | W36873,13
707 | W36874,13
708 | W36875,15
709 | W36876,2
710 | W36877,13
711 | W36878,5
712 | W36879,14
713 | W36881,3
714 | W36882,6
715 | W36883,2
716 | W36884,19
717 | W36885,15
718 | W36886,12
719 | W36887,7
720 | W36889,2
721 | W36890,8
722 | W36891,14
723 | W36892,14
724 | W36893,8
725 | W36894,5
726 | W36895,14
727 | W36897,2
728 | W36898,3
729 | W36899,9
730 | W36900,5
731 | W36901,3
732 | W36902,5
733 | W36903,14
734 | W36905,2
735 | W36906,2
736 | W36907,14
737 | W36908,16
738 | W36909,9
739 | W36910,16
740 | W36911,15
741 | W36912,10
742 | W36913,3
743 | W36914,14
744 | W36915,8
745 | W36916,14
746 | W36917,15
747 | W36918,16
748 | W36919,5
749 | W36920,14
750 | W36921,16
751 | W36922,4
752 | W36923,2
753 | W36924,13
754 | W36925,14
755 | W36926,13
756 | W36927,5
757 | W36928,13
758 | W36929,7
759 | W36930,15
760 | W36931,6
761 | W36932,16
762 | W36933,15
763 | W36934,12
764 | W36935,6
765 | W36936,13
766 | W36939,14
767 | W36940,16
768 | W36941,14
769 | W36942,14
770 | W36943,2
771 | W36944,6
772 | W36945,6
773 | W36946,13
774 | W36947,14
775 | W36948,16
776 | W36949,2
777 | W36950,2
778 | W36951,5
779 | W36952,2
780 | W36953,5
781 | W36954,1
782 | W36955,13
783 | W36956,14
784 | W36957,14
785 | W36958,16
786 | W36959,1
787 | W36960,6
788 | W36961,14
789 | W36962,14
790 | W36963,15
791 | W36964,13
792 | W36966,15
793 | W36967,1
794 | W36969,8
795 | W36970,15
796 | W36971,14
797 | W36972,10
798 | W36973,9
799 | W36974,4
800 | W36975,15
801 | W36976,4
802 | W36977,11
803 | W36978,2
804 | W36979,14
805 | W36980,14
806 | W36981,8
807 | W36982,13
808 | W36983,6
809 | W36984,13
810 | W36985,4
811 | W36987,13
812 | W36990,15
813 | W36991,13
814 | W36992,4
815 | W36993,2
816 | W36994,16
817 | W36995,2
818 | W36996,5
819 | W36997,2
820 | W36998,5
821 | W36999,10
822 | W37000,13
823 | W37001,13
824 | W37003,8
825 | W37004,16
826 | W37005,13
827 | W37006,7
828 | W37008,4
829 | W37009,13
830 | W37010,6
831 | W37011,2
832 | W37012,14
833 | W37013,16
834 | W37014,2
835 | W37015,13
836 | W37016,14
837 | W37017,6
838 | W37018,2
839 | W37019,2
840 | W37020,2
841 | W37022,8
842 | W37023,2
843 | W37024,4
844 | W37025,14
845 | W37026,17
846 | W37027,5
847 | W37028,13
848 | W37029,7
849 | W37030,3
850 | W37031,5
851 | W37032,13
852 | W37034,8
853 | W37035,6
854 | W37036,5
855 | W37037,5
856 | W37038,11
857 | W37039,5
858 | W37040,15
859 | W37041,2
860 | W37042,2
861 | W37043,15
862 | W37044,15
863 | W37045,13
864 | W37046,14
865 | W37047,14
866 | W37048,14
867 | W37049,5
868 | W37050,7
869 | W37051,3
870 | W37052,2
871 | W37053,7
872 | W37054,1
873 | W37055,14
874 | W37056,2
875 | W37057,15
876 | W37058,13
877 | W37059,4
878 | W37060,13
879 | W37061,6
880 | W37063,9
881 | W37065,3
882 | W37066,6
883 | W37067,1
884 | W37068,4
885 | W37069,13
886 | W37070,9
887 | W37072,7
888 | W37073,14
889 | W37074,13
890 | W37075,13
891 | W37076,19
892 | W37077,10
893 | W37078,9
894 | W37079,5
895 | W37080,16
896 | W37081,14
897 | W37082,15
898 | W37083,2
899 | W37084,3
900 | W37085,13
901 | W37086,6
902 | W37087,4
903 | W37088,3
904 | W37089,16
905 | W37090,9
906 | W37091,9
907 | W37092,12
908 | W37093,7
909 | W37094,16
910 | W37095,6
911 | W37096,13
912 | W37097,17
913 | W37098,14
914 | W37099,3
915 | W37100,16
916 | W37101,13
917 | W37102,14
918 | W37103,3
919 | W37104,14
920 | W37105,16
921 | W37106,2
922 | W37107,18
923 | W37108,7
924 | W37109,7
925 | W37110,5
926 | W37111,16
927 | W37112,2
928 | W37113,5
929 | W37114,13
930 | W37115,6
931 | W37116,14
932 | W37117,12
933 | W37118,13
934 | W37119,5
935 | W37120,2
936 | W37121,2
937 | W37122,14
938 | W37123,16
939 | W37124,14
940 | W37125,1
941 | W37126,11
942 | W37127,1
943 | W37128,13
944 | W37130,3
945 | W37131,5
946 | W37132,16
947 | W37133,16
948 | W37134,6
949 | W37135,1
950 | W37137,14
951 | W37138,16
952 | W37139,2
953 | W37140,10
954 | W37141,5
955 | W37142,14
956 | W37143,2
957 | W37144,6
958 | W37145,5
959 | W37146,1
960 | W37147,5
961 | W37148,15
962 | W37149,19
963 | W37150,10
964 | W37151,2
965 | W37152,5
966 | W37153,7
967 | W37154,6
968 | W37155,11
969 | W37156,4
970 | W37157,15
971 | W37158,3
972 | W37159,2
973 | W37161,7
974 | W37162,1
975 | W37163,7
976 | W37164,5
977 | W37165,3
978 | W37166,3
979 | W37167,13
980 | W37168,3
981 | W37169,15
982 | W37170,15
983 | W37171,4
984 | W37172,14
985 | W37173,2
986 | W37174,2
987 | W37175,16
988 | W37176,13
989 | W37177,14
990 | W37178,5
991 | W37179,16
992 | W37180,14
993 | W37181,16
994 | W37182,8
995 | W37183,7
996 | W37184,8
997 | W37185,14
998 | W37186,10
999 | W37187,5
1000 | W37188,10
1001 | W37190,3
1002 | W37191,13
1003 | W37192,14
1004 | W37193,3
1005 | W37194,2
1006 | W37195,2
1007 | W37196,14
1008 | W37197,2
1009 | W37198,6
1010 | W37199,4
1011 | W37200,15
1012 | W37201,13
1013 | W37202,6
1014 | W37203,12
1015 | W37204,16
1016 | W37205,14
1017 | W37206,15
1018 | W37207,13
1019 | W37208,2
1020 | W37209,14
1021 | W37210,14
1022 | W37211,12
1023 | W37212,10
1024 | W37213,7
1025 | W37215,2
1026 | W37216,4
1027 | W37217,3
1028 | W37218,16
1029 | W37219,5
1030 | W37220,2
1031 | W37221,3
1032 | W37223,2
1033 | W37224,14
1034 | W37225,14
1035 | W37226,8
1036 | W37227,5
1037 | W37228,7
1038 | W37229,7
1039 | W37230,16
1040 | W37231,2
1041 | W37232,13
1042 | W37233,5
1043 | W37234,5
1044 | W37235,14
1045 | W37236,6
1046 | W37237,14
1047 | W37238,7
1048 | W37239,2
1049 | W37240,13
1050 | W37241,2
1051 | W37242,14
1052 | W37243,2
1053 | W37244,15
1054 | W37245,3
1055 | W37246,5
1056 | W37247,10
1057 | W37248,6
1058 | W37249,15
1059 | W37250,1
1060 | W37251,4
1061 | W37252,12
1062 | W37253,4
1063 | W37258,13
1064 | W37259,6
1065 | W37260,3
1066 | W37261,8
1067 | W37262,6
1068 | W37264,3
1069 | W37265,3
1070 | W37266,4
1071 | W37267,16
1072 | W37268,7
1073 | W37269,3
1074 | W37270,15
1075 | W37273,10
1076 | W37274,12
1077 | W37275,3
1078 | W37276,3
1079 | W37277,14
1080 | W37278,9
1081 | W37279,12
1082 | W37280,15
1083 | W37281,15
1084 | W37282,2
1085 | W37283,14
1086 | W37284,4
1087 | W37285,3
1088 | W37286,14
1089 | W37288,14
1090 | W37289,8
1091 | W37290,16
1092 | W37291,10
1093 | W37292,2
1094 | W37293,2
1095 | W37294,3
1096 | W37295,9
1097 | W37296,15
1098 | W37297,14
1099 | W37298,5
1100 | W37300,14
1101 | W37301,2
1102 | W37302,13
1103 | W37303,14
1104 | W37304,14
1105 | W37305,14
1106 | W37306,2
1107 | W37307,2
1108 | W37308,13
1109 | W37309,6
1110 | W37310,7
1111 | W37311,7
1112 | W37312,13
1113 | W37313,3
1114 | W37314,3
1115 | W37315,14
1116 | W37317,2
1117 | W37318,2
1118 | W37319,8
1119 | W37320,7
1120 | W37322,16
1121 | W37323,5
1122 | W37324,14
1123 | W37325,2
1124 | W37326,14
1125 | W37327,8
1126 | W37328,7
1127 | W37329,19
1128 | W37330,14
1129 | W37331,12
1130 | W37332,13
1131 | W37334,12
1132 | W37335,13
1133 | W37336,4
1134 | W37337,14
1135 | W37338,2
1136 | W37339,5
1137 | W37340,11
1138 | W37341,16
1139 | W37342,3
1140 | W37343,11
1141 | W37344,3
1142 | W37345,4
1143 | W37346,3
1144 | W37347,6
1145 | W37348,15
1146 | W37349,17
1147 | W37350,14
1148 | W37353,4
1149 | W37354,9
1150 | W37355,7
1151 | W37356,7
1152 | W37357,14
1153 | W37358,13
1154 | W37361,4
1155 | W37362,13
1156 | W37363,14
1157 | W37364,3
1158 | W37365,2
1159 | W37366,3
1160 | W37367,14
1161 | W37369,6
1162 | W37371,2
1163 | W37372,10
1164 | W37373,13
1165 | W37374,5
1166 | W37375,7
1167 | W37376,13
1168 | W37377,3
1169 | W37378,2
1170 | W37379,14
1171 | W37380,3
1172 | W37381,2
1173 | W37382,10
1174 | W37384,13
1175 | W37385,14
1176 | W37386,4
1177 | W37387,5
1178 | W37388,18
1179 | W37389,2
1180 | W37390,14
1181 | W37391,3
1182 | W37392,13
1183 | W37393,5
1184 | W37394,12
1185 | W37395,5
1186 | W37396,2
1187 | W37397,7
1188 | W37398,5
1189 | W37399,16
1190 | W37401,15
1191 | W37402,14
1192 | W37403,5
1193 | W37405,16
1194 | W37406,2
1195 | W37407,2
1196 | W37409,6
1197 | W37410,2
1198 | W37411,5
1199 | W37412,14
1200 | W37413,2
1201 | W37414,3
1202 | W37415,5
1203 | W37417,16
1204 | W37418,10
1205 | W37419,14
1206 | W37420,1
1207 | W37421,2
1208 | W37422,3
1209 | W37424,15
1210 | W37425,7
1211 | W37426,4
1212 | W37427,7
1213 | W37428,5
1214 | W37429,2
1215 | W37430,13
1216 | W37431,14
1217 | W37432,15
1218 | W37433,2
1219 | W37434,14
1220 | W37435,6
1221 | W37436,12
1222 | W37437,2
1223 | W37439,19
1224 | W37442,6
1225 | W37443,14
1226 | W37446,6
1227 | W37449,17
1228 | W37450,6
1229 | W37451,6
1230 | W37452,9
1231 | W37453,3
1232 | W37454,14
1233 | W37455,6
1234 | W37456,15
1235 | W37457,15
1236 | W37458,13
1237 | W37459,3
1238 | W37460,16
1239 | W37461,7
1240 | W37462,3
1241 | W37463,13
1242 | W37465,3
1243 | W37466,14
1244 | W37467,14
1245 | W37468,8
1246 | W37469,16
1247 | W37470,14
1248 | W37471,17
1249 | W37473,3
1250 | W37474,5
1251 | W37475,10
1252 | W37476,16
1253 | W37477,2
1254 | W37478,14
1255 | W37479,6
1256 | W37480,14
1257 | W37481,13
1258 | W37482,5
1259 | W37483,10
1260 | W37484,7
1261 | W37485,2
1262 | W37486,2
1263 | W37487,2
1264 | W37488,14
1265 | W37489,7
1266 | W37490,8
1267 | W37491,14
1268 | W37492,2
1269 | W37493,2
1270 | W37494,14
1271 | W37496,13
1272 | W37497,7
1273 | W37498,4
1274 | W37499,13
1275 | W37500,13
1276 | W37501,5
1277 | W37502,2
1278 | W37503,18
1279 | W37504,15
1280 | W37505,5
1281 | W37506,7
1282 | W37507,2
1283 | W37508,13
1284 | W37509,14
1285 | W37510,6
1286 | W37511,5
1287 | W37512,4
1288 | W37514,13
1289 | W37515,7
1290 | W37516,5
1291 | W37517,5
1292 | W37518,10
1293 | W37519,16
1294 | W37520,2
1295 | W37521,14
1296 | W37522,3
1297 | W37523,2
1298 | W37524,10
1299 | W37525,16
1300 | W37526,8
1301 | W37527,6
1302 | W37528,15
1303 | W37529,5
1304 | W37530,10
1305 | W37531,7
1306 | W37532,14
1307 | W37533,19
1308 | W37534,2
1309 | W37535,15
1310 | W37537,3
1311 | W37538,6
1312 | W37539,1
1313 | W37540,2
1314 | W37541,3
1315 | W37542,4
1316 | W37545,6
1317 | W37546,13
1318 | W37548,3
1319 | W37549,5
1320 | W37551,14
1321 | W37552,13
1322 | W37553,13
1323 | W37554,3
1324 | W37555,4
1325 | W37557,7
1326 | W37558,10
1327 | W37559,11
1328 | W37561,3
1329 | W37562,13
1330 | W37563,2
1331 | W37564,13
1332 | W37565,2
1333 | W37566,4
1334 | W37567,10
1335 | W37568,16
1336 | W37569,14
1337 | W37570,16
1338 | W37572,10
1339 | W37573,2
1340 | W37574,2
1341 | W37575,6
1342 | W37577,3
1343 | W37578,14
1344 | W37579,14
1345 | W37580,15
1346 | W37581,10
1347 | W37582,13
1348 | W37583,3
1349 | W37584,7
1350 | W37585,13
1351 | W37586,2
1352 | W37587,14
1353 | W37588,14
1354 | W37589,15
1355 | W37591,4
1356 | W37593,15
1357 | W37594,14
1358 | W37595,10
1359 | W37596,13
1360 | W37597,16
1361 | W37599,8
1362 | W37601,13
1363 | W37602,5
1364 | W37603,6
1365 | W37604,14
1366 | W37605,2
1367 | W37606,6
1368 | W37607,3
1369 | W37608,14
1370 | W37609,7
1371 | W37610,7
1372 | W37611,14
1373 | W37612,5
1374 | W37613,13
1375 | W37614,2
1376 | W37615,16
1377 | W37617,12
1378 | W37618,14
1379 | W37619,8
1380 | W37620,4
1381 | W37621,3
1382 | W37622,2
1383 | W37624,14
1384 | W37625,7
1385 | W37626,19
1386 | W37627,7
1387 | W37628,10
1388 | W37629,13
1389 | W37630,2
1390 | W37631,2
1391 | W37633,3
1392 | W37634,3
1393 | W37635,6
1394 | W37642,7
1395 | W37644,8
1396 | W37650,2
1397 | W37651,1
1398 | W37653,9
1399 | W37654,13
1400 | W37657,15
1401 | W37658,6
1402 | W37660,13
1403 | W37661,3
1404 | W37663,16
1405 | W37664,14
1406 | W37665,5
1407 | W37666,7
1408 | W37667,13
1409 | W37668,4
1410 | W37669,13
1411 | W37670,2
1412 | W37673,15
1413 | W37674,7
1414 | W37675,3
1415 | W37676,10
1416 | W37680,13
1417 | W37682,3
1418 | W37683,1
1419 | W37684,13
1420 | W37685,13
1421 | W37686,7
1422 | W37687,16
1423 | W37689,14
1424 | W37691,3
1425 | W37692,2
1426 | W37693,1
1427 | W37694,13
1428 | W37696,15
1429 | W37698,8
1430 | W37699,2
1431 | W37700,14
1432 | W37701,14
1433 | W37702,14
1434 | W37704,9
1435 | W37706,14
1436 | W37707,14
1437 | W37708,2
1438 | W37709,7
1439 | W37710,2
1440 | W37711,16
1441 | W37712,10
1442 | W37713,6
1443 | W37714,2
1444 | W37715,15
1445 | W37716,14
1446 | W37717,15
1447 | W37718,3
1448 | W37719,12
1449 | W37720,2
1450 | W37721,13
1451 | W37722,13
1452 | W37723,7
1453 | W37724,6
1454 | W37725,5
1455 | W37726,2
1456 | W37727,19
1457 | W37728,14
1458 | W37729,12
1459 | W37730,2
1460 | W37731,16
1461 | W37737,4
1462 | W37738,6
1463 | W37739,13
1464 | W37745,4
1465 | W37746,2
1466 | W37747,4
1467 | W37748,15
1468 | W37753,1
1469 | W37754,15
1470 | W37756,13
1471 | W37758,15
1472 | W37759,3
1473 | W37761,6
1474 | W37762,12
1475 | W37763,12
1476 | W37764,13
1477 | W37765,5
1478 | W37766,16
1479 | W37769,6
1480 | W37770,13
1481 | W37771,2
1482 | W37772,14
1483 | W37776,3
1484 | W37777,14
1485 | W37778,8
1486 | W37779,2
1487 | W37780,9
1488 | W37781,4
1489 | W37782,3
1490 | W37786,3
1491 | W37788,14
1492 | W37790,2
1493 | W37793,10
1494 | W37794,16
1495 | W37795,6
1496 | W37796,14
1497 | W37797,16
1498 | W37798,5
1499 | W37799,10
1500 | W37800,16
1501 | W37801,12
1502 | W37802,11
1503 | W37803,15
1504 | W37804,2
1505 | W37805,13
1506 | W37806,7
1507 | W37807,13
1508 | W37809,13
1509 | W37811,2
1510 | W37812,6
1511 | W37813,14
1512 | W37817,5
1513 | W37818,16
1514 | W37819,5
1515 | W37820,6
1516 | W37821,18
1517 | W37822,14
1518 | W37825,14
1519 | W37826,13
1520 | W37828,15
1521 | W37830,2
1522 | W37833,2
1523 | W37835,13
1524 | W37838,3
1525 | W37841,2
1526 | W37842,15
1527 | W37843,12
1528 | W37844,7
1529 | W37847,3
1530 | W37848,4
1531 | W37849,15
1532 | W37850,14
1533 | W37851,4
1534 | W37852,4
1535 | W37853,13
1536 | W37854,9
1537 | W37857,12
1538 | W37858,2
1539 | W37859,4
1540 | W37860,9
1541 | W37861,16
1542 | W37863,16
1543 | W37864,2
1544 | W37865,2
1545 | W37866,16
1546 | W37867,7
1547 | W37868,14
1548 | W37870,14
1549 | W37872,14
1550 | W37873,5
1551 | W37874,5
1552 | W37875,3
1553 | W37876,3
1554 | W37878,2
1555 | W37879,18
1556 | W37880,14
1557 | W37881,3
1558 | W37882,14
1559 | W37883,14
1560 | W37885,12
1561 | W37886,14
1562 | W37887,4
1563 | W37888,3
1564 | W37889,14
1565 | W37890,7
1566 | W37891,5
1567 | W37892,12
1568 | W37893,2
1569 | W37894,15
1570 | W37895,14
1571 | W37896,3
1572 | W37898,14
1573 | W37899,2
1574 | W37900,3
1575 | W37901,2
1576 | W37902,16
1577 | W37903,7
1578 | W37904,2
1579 | W37906,10
1580 | W37907,7
1581 | W37908,5
1582 | W37909,5
1583 | W37910,13
1584 | W37913,6
1585 | W37914,7
1586 | W37915,3
1587 | W37916,10
1588 | W37917,5
1589 | W37918,5
1590 | W37919,1
1591 | W37921,13
1592 | W37922,15
1593 | W37923,3
1594 | W37924,6
1595 | W37929,14
1596 | W37930,11
1597 | W37935,3
1598 | W37937,3
1599 | W37938,3
1600 | W37939,16
1601 | W37940,3
1602 | W37941,9
1603 | W37942,14
1604 | W37943,12
1605 | W37945,9
1606 | W37946,14
1607 | W37948,14
1608 | W37951,8
1609 | W37952,5
1610 | W37953,15
1611 | W37954,15
1612 | W37955,3
1613 | W37956,16
1614 | W37957,15
1615 | W37959,4
1616 | W37960,3
1617 | W37961,8
1618 | W37962,15
1619 | W37963,14
1620 | W37964,5
1621 | W37965,3
1622 | W37967,4
1623 | W37969,2
1624 | W37970,8
1625 | W37971,7
1626 | W37972,10
1627 | W37974,15
1628 | W37975,14
1629 | W37977,13
1630 | W37978,3
1631 | W37979,7
1632 | W37980,2
1633 | W37982,13
1634 | W37983,2
1635 | W37984,10
1636 | W37985,2
1637 | W37986,2
1638 | W37988,2
1639 | W37989,12
1640 | W37990,14
1641 | W37991,1
1642 | W37992,14
1643 | W37993,14
1644 | W37994,2
1645 | W37995,14
1646 | W37996,16
1647 | W37997,14
1648 | W38000,8
1649 | W38001,16
1650 | W38002,16
1651 | W38003,2
1652 | W38004,8
1653 | W38005,5
1654 | W38006,6
1655 | W38007,19
1656 | W38008,15
1657 | W38009,13
1658 | W38010,5
1659 | W38011,14
1660 | W38012,5
1661 | W38013,6
1662 | W38014,16
1663 | W38017,3
1664 | W38018,15
1665 | W38019,7
1666 | W38020,7
1667 | W38021,10
1668 | W38022,14
1669 | W38023,3
1670 | W38025,4
1671 | W38026,13
1672 | W38027,15
1673 | W38028,11
1674 | W38030,17
1675 | W38031,4
1676 | W38032,6
1677 | W38033,3
1678 | W38034,3
1679 | W38035,7
1680 | W38036,8
1681 | W38037,6
1682 | W38038,11
1683 | W38039,16
1684 | W38040,3
1685 | W38041,14
1686 | W38042,4
1687 | W38043,4
1688 | W38044,11
1689 | W38045,3
1690 | W38046,14
1691 | W38047,15
1692 | W38048,3
1693 | W38049,10
1694 | W38050,6
1695 | W38051,2
1696 | W38052,16
1697 | W38053,15
1698 | W38054,7
1699 | W38055,3
1700 | W38056,10
1701 | W38057,3
1702 | W38058,14
1703 | W38059,7
1704 | W38060,6
1705 | W38061,10
1706 | W38062,10
1707 | W38063,3
1708 | W38064,7
1709 | W38065,2
1710 | W38066,4
1711 | W38067,7
1712 | W38068,13
1713 | W38069,6
1714 | W38070,15
1715 | W38071,8
1716 | W38072,10
1717 | W38073,4
1718 | W38074,4
1719 | W38075,3
1720 | W38076,7
1721 | W38077,2
1722 | W38078,16
1723 | W38079,3
1724 | W38080,3
1725 | W38081,6
1726 | W38082,6
1727 | W38083,7
1728 | W38084,4
1729 | W38085,16
1730 | W38086,2
1731 | W38087,13
1732 | W38088,10
1733 | W38090,3
1734 | W38091,3
1735 | W38092,10
1736 | W38093,6
1737 | W38094,14
1738 | W38095,15
1739 | W38096,7
1740 | W38097,13
1741 | W38098,14
1742 | W38100,14
1743 | W38101,14
1744 | W38102,2
1745 | W38103,16
1746 | W38104,7
1747 | W38105,14
1748 | W38106,10
1749 | W38107,14
1750 | W38108,6
1751 | W38109,14
1752 | W38110,16
1753 | W38111,2
1754 | W38112,10
1755 | W38113,16
1756 | W38114,14
1757 | W38115,14
1758 | W38116,5
1759 | W38117,12
1760 | W38118,4
1761 | W38119,3
1762 | W38121,13
1763 | W38123,2
1764 | W38124,4
1765 | W38125,4
1766 | W38126,3
1767 | W38127,3
1768 | W38128,13
1769 | W38129,12
1770 | W38130,14
1771 | W38131,16
1772 | W38132,3
1773 | W38133,5
1774 | W38134,6
1775 | W38135,7
1776 | W38136,4
1777 | W38137,4
1778 | W38138,5
1779 | W38140,14
1780 | W38141,14
1781 | W38142,2
1782 | W38143,12
1783 | W38144,3
1784 | W38145,5
1785 | W38146,2
1786 | W38147,2
1787 | W38148,16
1788 | W38149,7
1789 | W38150,5
1790 | W38151,2
1791 | W38152,7
1792 | W38153,3
1793 | W38154,4
1794 | W38155,2
1795 | W38156,5
1796 | W38157,10
1797 | W38158,1
1798 | W38159,10
1799 | W38160,11
1800 | W38161,16
1801 | W38162,2
1802 | W38163,2
1803 | W38164,2
1804 | W38165,5
1805 | W38166,5
1806 | W38167,14
1807 | W38168,14
1808 | W38169,16
1809 | W38170,10
1810 | W38171,14
1811 | W38172,14
1812 | W38173,4
1813 | W38175,2
1814 | W38176,6
1815 | W38177,2
1816 | W38178,19
1817 | W38180,16
1818 | W38181,1
1819 | W38182,13
1820 | W38183,3
1821 | W38184,15
1822 | W38185,3
1823 | W38186,5
1824 | W38187,2
1825 | W38188,2
1826 | W38189,16
1827 | W38190,4
1828 | W38191,12
1829 | W38192,3
1830 | W38193,12
1831 | W38194,14
1832 | W38195,15
1833 | W38196,14
1834 | W38197,10
1835 | W38198,6
1836 | W38199,12
1837 | W38200,2
1838 | W38201,3
1839 | W38202,4
1840 | W38203,7
1841 | W38204,4
1842 | W38205,15
1843 | W38206,2
1844 | W38207,7
1845 | W38208,14
1846 | W38209,3
1847 | W38210,13
1848 | W38211,3
1849 | W38212,15
1850 | W38213,15
1851 | W38214,13
1852 | W38215,14
1853 | W38217,4
1854 | W38218,14
1855 | W38219,6
1856 | W38220,3
1857 | W38221,14
1858 | W38222,8
1859 | W38223,8
1860 | W38224,7
1861 | W38225,15
1862 | W38226,15
1863 | W38227,13
1864 | W38228,16
1865 | W38229,6
1866 | W38230,3
1867 | W38231,2
1868 | W38232,13
1869 | W38233,3
1870 | W38234,3
1871 | W38235,13
1872 | W38236,11
1873 | W38237,10
1874 | W38238,4
1875 | W38239,2
1876 | W38240,7
1877 | W38241,7
1878 | W38242,6
1879 | W38243,3
1880 | W38244,16
1881 | W38245,7
1882 | W38246,14
1883 | W38247,3
1884 | W38248,6
1885 | W38249,9
1886 | W38250,12
1887 | W38251,3
1888 | W38252,14
1889 | W38253,10
1890 | W38254,4
1891 | W38255,7
1892 | W38256,6
1893 | W38257,14
1894 | W38258,14
1895 | W38259,4
1896 | W38260,3
1897 | W38261,3
1898 | W38262,2
1899 | W38263,16
1900 | W38264,3
1901 | W38266,7
1902 | W38267,18
1903 | W38268,6
1904 | W38269,13
1905 | W38270,4
1906 | W38271,10
1907 | W38272,6
1908 | W38273,2
1909 | W38274,12
1910 | W38275,1
1911 | W38276,4
1912 | W38277,13
1913 | W38278,14
1914 | W38279,14
1915 | W38280,13
1916 | W38282,3
1917 | W38283,3
1918 | W38284,16
1919 | W38285,15
1920 | W38286,14
1921 | W38287,3
1922 | W38288,6
1923 | W38289,2
1924 | W38290,10
1925 | W38291,14
1926 | W38292,5
1927 | W38293,4
1928 | W38294,15
1929 | W38295,13
1930 | W38296,15
1931 | W38297,13
1932 | W38298,14
1933 | W38299,12
1934 | W38300,16
1935 | W38301,13
1936 | W38302,6
1937 | W38303,15
1938 | W38304,4
1939 | W38305,14
1940 | W38306,13
1941 | W38307,15
1942 | W38308,3
1943 | W38309,10
1944 | W38310,13
1945 | W38311,4
1946 | W38313,8
1947 | W38314,3
1948 | W38315,14
1949 | W38316,15
1950 | W38318,16
1951 | W38319,15
1952 | W38320,9
1953 | W38321,16
1954 | W38322,12
1955 | W38323,10
1956 | W38324,14
1957 | W38326,14
1958 | W38327,14
1959 | W38328,7
1960 | W38329,15
1961 | W38330,17
1962 | W38331,2
1963 | W38332,14
1964 | W38333,14
1965 | W38334,4
1966 | W38335,6
1967 | W38336,15
1968 | W38337,2
1969 | W38338,2
1970 | W38339,5
1971 | W38340,2
1972 | W38341,2
1973 | W38342,14
1974 | W38343,2
1975 | W38344,14
1976 | W38345,15
1977 | W38346,5
1978 | W38347,6
1979 | W38348,13
1980 | W38349,6
1981 | W38350,13
1982 | W38351,5
1983 | W38352,15
1984 | W38353,3
1985 | W38354,10
1986 | W38355,2
1987 | W38356,14
1988 | W38357,2
1989 | W38358,14
1990 | W38359,2
1991 | W38360,2
1992 | W38361,2
1993 | W38362,5
1994 | W38363,14
1995 | W38364,1
1996 | W38365,5
1997 | W38366,4
1998 | W38367,2
1999 | W38368,10
2000 | W38369,2
2001 | W38370,2
2002 | W38372,7
2003 | W38373,2
2004 | W38374,7
2005 | W38375,1
2006 | W38376,7
2007 | W38377,9
2008 | W38379,2
2009 | W38380,17
2010 | W38381,14
2011 | W38382,14
2012 | W38383,13
2013 | W38384,7
2014 | W38385,16
2015 | W38386,2
2016 | W38387,2
2017 | W38388,7
2018 | W38389,6
2019 | W38390,14
2020 | W38391,4
2021 | W38392,6
2022 | W38393,2
2023 | W38394,4
2024 | W38395,1
2025 | W38396,5
2026 | W38397,19
2027 | W38398,8
2028 | W38399,4
2029 | W38400,6
2030 | W38401,13
2031 | W38402,6
2032 | W38403,13
2033 | W38404,7
2034 | W38405,3
2035 | W38406,3
2036 | W38407,13
2037 | W38409,3
2038 | W38410,15
2039 | W38411,14
2040 | W38412,6
2041 | W38413,10
2042 | W38414,16
2043 | W38415,4
2044 | W38416,14
2045 | W38417,14
2046 | W38418,10
2047 | W38419,3
2048 | W38420,10
2049 | W38421,14
2050 | W38422,3
2051 | W38423,4
2052 | W38424,19
2053 | W38425,14
2054 | W38426,3
2055 | W38427,15
2056 | W38428,15
2057 | W38429,10
2058 | W38430,15
2059 | W38431,15
2060 | W38433,14
2061 | W38434,13
2062 | W38435,16
2063 | W38436,14
2064 | W38437,4
2065 | W38438,14
2066 | W38439,9
2067 | W38440,3
2068 | W38441,14
2069 | W38443,3
2070 | W38444,10
2071 | W38445,16
2072 | W38446,16
2073 | W38447,13
2074 | W38448,1
2075 | W38449,6
2076 | W38450,2
2077 | W38451,14
2078 | W38452,2
2079 | W38453,14
2080 | W38454,5
2081 | W38455,2
2082 | W38456,9
2083 | W38457,13
2084 | W38458,2
2085 | W38459,3
2086 | W38460,16
2087 | W38461,13
2088 | W38462,14
2089 | W38463,4
2090 | W38464,3
2091 | W38465,6
2092 | W38466,7
2093 | W38467,10
2094 | W38468,4
2095 | W38469,2
2096 | W38470,16
2097 | W38471,12
2098 | W38472,19
2099 | W38474,7
2100 | W38475,13
2101 | W38477,4
2102 | W38478,7
2103 | W38480,4
2104 | W38481,12
2105 | W38482,5
2106 | W38483,2
2107 | W38484,2
2108 | W38485,9
2109 | W38486,1
2110 | W38487,11
2111 | W38488,3
2112 | W38489,14
2113 | W38491,16
2114 | W38492,2
2115 | W38493,5
2116 | W38494,14
2117 | W38495,15
2118 | W38496,9
2119 | W38497,9
2120 | W38498,14
2121 | W38500,2
2122 | W38501,4
2123 | W38502,5
2124 | W38503,4
2125 | W38505,3
2126 | W38506,16
2127 | W38507,2
2128 | W38509,16
2129 | W38510,2
2130 | W38512,13
2131 | W38515,2
2132 | W38516,6
2133 | W38517,6
2134 | W38519,14
2135 | W38521,2
2136 | W38522,2
2137 | W38523,8
2138 | W38524,8
2139 | W38525,14
2140 | W38526,14
2141 | W38527,1
2142 | W38528,4
2143 | W38529,7
2144 | W38530,16
2145 | W38531,16
2146 | W38532,14
2147 | W38533,3
2148 | W38534,2
2149 | W38535,16
2150 | W38536,17
2151 | W38537,6
2152 | W38538,2
2153 | W38539,14
2154 | W38540,16
2155 | W38541,7
2156 | W38543,2
2157 | W38544,3
2158 | W38545,2
2159 | W38546,6
2160 | W38547,6
2161 | W38548,6
2162 | W38549,10
2163 | W38550,12
2164 | W38551,12
2165 | W38552,4
2166 | W38553,2
2167 | W38554,4
2168 | W38555,2
2169 | W38556,14
2170 | W38558,3
2171 | W38559,6
2172 | W38560,3
2173 | W38561,10
2174 | W38563,2
2175 | W38564,14
2176 | W38565,16
2177 | W38567,18
2178 | W38568,13
2179 | W38569,6
2180 | W38570,14
2181 | W38571,13
2182 | W38572,2
2183 | W38573,2
2184 | W38575,5
2185 | W38576,10
2186 | W38577,5
2187 | W38578,14
2188 | W38579,13
2189 | W38580,14
2190 | W38581,16
2191 | W38582,2
2192 | W38583,10
2193 | W38584,4
2194 | W38585,16
2195 | W38586,6
2196 | W38587,15
2197 | W38588,14
2198 | W38589,12
2199 | W38590,7
2200 | W38591,10
2201 | W38592,15
2202 | W38593,3
2203 | W38594,15
2204 | W38595,3
2205 | W38596,9
2206 | W38597,2
2207 | W38598,7
2208 | W38599,3
2209 | W38601,13
2210 | W38602,16
2211 | W38603,13
2212 | W38604,2
2213 | W38605,15
2214 | W38606,7
2215 | W38607,6
2216 | W38608,5
2217 | W38609,13
2218 | W38610,10
2219 | W38611,9
2220 | W38612,13
2221 | W38613,13
2222 | W38614,12
2223 | W38615,5
2224 | W38616,13
2225 | W38617,15
2226 | W38618,14
2227 | W38619,10
2228 | W38620,15
2229 | W38622,4
2230 | W38623,5
2231 | W38624,8
2232 | W38625,13
2233 | W38626,7
2234 | W38627,14
2235 | W38628,14
2236 | W38629,2
2237 | W38630,6
2238 | W38631,2
2239 | W38632,13
2240 | W38633,7
2241 | W38634,16
2242 | W38636,14
2243 | W38637,3
2244 | W38638,16
2245 | W38639,19
2246 | W38640,10
2247 | W38643,12
2248 | W38644,10
2249 | W38645,13
2250 | W38646,1
2251 | W38647,16
2252 | W38648,6
2253 | W38649,14
2254 | W38650,2
2255 | W38651,14
2256 | W38652,10
2257 | W38653,14
2258 | W38654,16
2259 | W38655,9
2260 | W38656,3
2261 | W38657,3
2262 | W38659,14
2263 | W38660,2
2264 | W38662,12
2265 | W38663,9
2266 | W38664,1
2267 | W38666,3
2268 | W38668,5
2269 | W38669,2
2270 | W38670,8
2271 | W38672,2
2272 | W38673,16
2273 | W38674,5
2274 | W38675,10
2275 | W38676,13
2276 | W38677,16
2277 | W38678,14
2278 | W38679,2
2279 | W38680,5
2280 | W38681,15
2281 | W38682,7
2282 | W38683,15
2283 | W38684,5
2284 | W38685,6
2285 | W38686,5
2286 | W38687,2
2287 | W38688,3
2288 | W38689,15
2289 | W38690,7
2290 | W38691,3
2291 | W38692,15
2292 | W38693,16
2293 | W38694,6
2294 | W38695,7
2295 | W38697,6
2296 | W38698,6
2297 | W38699,10
2298 | W38700,4
2299 | W38701,13
2300 | W38702,14
2301 | W38703,13
2302 | W38704,3
2303 | W38705,6
2304 | W38707,8
2305 | W38709,14
2306 | W38710,2
2307 | W38711,9
2308 | W38712,6
2309 | W38713,15
2310 | W38714,13
2311 | W38715,3
2312 | W38716,16
2313 | W38717,2
2314 | W38718,9
2315 | W38719,14
2316 | W38720,3
2317 | W38721,14
2318 | W38722,14
2319 | W38723,16
2320 | W38724,14
2321 | W38726,9
2322 | W38727,3
2323 | W38728,13
2324 | W38729,10
2325 | W38730,14
2326 | W38732,3
2327 | W38733,6
2328 | W38734,14
2329 | W38735,4
2330 | W38736,3
2331 | W38737,2
2332 | W38738,2
2333 | W38739,14
2334 | W38740,2
2335 | W38741,8
2336 | W38742,10
2337 | W38744,10
2338 | W38745,14
2339 | W38747,10
2340 | W38748,16
2341 | W38750,10
2342 | W38751,10
2343 | W38752,13
2344 | W38753,16
2345 | W38754,2
2346 | W38755,16
2347 | W38756,2
2348 | W38757,14
2349 | W38758,11
2350 | W38759,14
2351 | W38760,11
2352 | W38761,14
2353 | W38765,13
2354 | W38767,2
2355 | W38768,2
2356 | W38769,16
2357 | W38770,2
2358 | W38771,2
2359 | W38772,14
2360 | W38773,5
2361 | W38774,2
2362 | W38775,7
2363 | W38776,9
2364 | W38777,2
2365 | W38778,10
2366 | W38779,7
2367 | W38781,6
2368 | W38782,15
2369 | W38783,5
2370 | W38784,5
2371 | W38785,15
2372 | W38786,14
2373 | W38788,8
2374 | W38789,14
2375 | W38790,15
2376 | W38791,4
2377 | W38793,14
2378 | W38794,13
2379 | W38795,6
2380 | W38796,4
2381 | W38797,13
2382 | W38798,4
2383 | W38799,9
2384 | W38800,3
2385 | W38801,8
2386 | W38802,8
2387 | W38803,15
2388 | W38804,2
2389 | W38805,12
2390 | W38806,3
2391 | W38807,15
2392 | W38808,15
2393 | W38809,9
2394 | W38810,3
2395 | W38811,10
2396 | W38812,15
2397 | W38813,16
2398 | W38814,4
2399 | W38815,3
2400 | W38816,14
2401 | W38818,3
2402 | W38819,16
2403 | W38820,6
2404 | W38821,5
2405 | W38822,13
2406 | W38823,13
2407 | W38824,11
2408 | W38825,13
2409 | W38826,8
2410 | W38827,2
2411 | W38828,13
2412 | W38829,13
2413 | W38830,8
2414 | W38831,8
2415 | W38832,15
2416 | W38833,14
2417 | W38834,14
2418 | W38835,19
2419 | W38836,6
2420 | W38837,5
2421 | W38838,15
2422 | W38839,7
2423 | W38840,15
2424 | W38841,15
2425 | W38843,6
2426 | W38845,12
2427 | W38846,2
2428 | W38847,13
2429 | W38848,3
2430 | W38849,4
2431 | W38850,14
2432 | W38851,10
2433 | W38852,16
2434 | W38853,15
2435 | W38854,6
2436 | W38855,13
2437 | W38856,19
2438 | W38858,15
2439 | W38859,6
2440 | W38860,2
2441 | W38861,15
2442 | W38862,3
2443 | W38863,13
2444 | W38864,6
2445 | W38865,13
2446 | W38866,9
2447 | W38867,10
2448 | W38868,10
2449 | W38869,14
2450 | W38870,2
2451 | W38871,6
2452 | W38872,10
2453 | W38873,7
2454 | W38874,6
2455 | W38875,14
2456 | W38876,2
2457 | W38877,2
2458 | W38878,7
2459 | W38879,5
2460 | W38880,13
2461 | W38881,13
2462 | W38882,14
2463 | W38883,3
2464 | W38884,13
2465 | W38886,4
2466 | W38887,3
2467 | W38889,2
2468 | W38890,15
2469 | W38891,7
2470 | W38892,1
2471 | W38893,15
2472 | W38894,2
2473 | W38895,13
2474 | W38896,8
2475 | W38897,9
2476 | W38898,19
2477 | W38899,11
2478 | W38900,8
2479 | W38901,17
2480 | W38902,13
2481 | W38903,13
2482 | W38904,13
2483 | W38905,3
2484 | W38906,12
2485 | W38907,16
2486 | W38908,10
2487 | W38909,15
2488 | W38910,7
2489 | W38911,13
2490 | W38912,13
2491 | W38913,14
2492 | W38914,16
2493 | W38915,3
2494 | W38916,7
2495 | W38917,13
2496 | W38918,13
2497 | W38919,3
2498 | W38920,1
2499 | W38921,14
2500 | W38922,15
2501 | W38923,10
2502 | W38924,15
2503 | W38925,4
2504 | W38926,9
2505 | W38927,14
2506 | W38928,9
2507 | W38929,13
2508 | W38930,10
2509 | W38931,9
2510 | W38932,5
2511 | W38933,2
2512 | W38934,7
2513 | W38935,13
2514 | W38937,6
2515 | W38938,7
2516 | W38939,10
2517 | W38940,7
2518 | W38941,10
2519 | W38942,3
2520 | W38943,5
2521 | W38944,10
2522 | W38945,6
2523 | W38946,19
2524 | W38947,8
2525 | W38948,4
2526 | W38949,14
2527 | W38950,16
2528 | W38951,14
2529 | W38952,10
2530 | W38953,10
2531 | W38954,13
2532 | W38955,7
2533 | W38956,15
2534 | W38957,10
2535 | W38958,15
2536 | W38959,15
2537 | W38960,14
2538 | W38961,5
2539 | W38962,13
2540 | W38963,9
2541 | W38964,7
2542 | W38965,14
2543 | W38966,6
2544 | W38967,2
2545 | W38968,8
2546 | W38969,7
2547 | W38970,5
2548 | W38971,7
2549 | W38972,13
2550 | W38973,7
2551 | W38974,5
2552 | W38975,8
2553 | W38976,2
2554 | W38977,2
2555 | W38978,4
2556 | W38979,14
2557 | W38980,15
2558 | W38981,13
2559 | W38982,3
2560 | W38983,2
2561 | W38985,5
2562 | W38987,13
2563 | W38989,3
2564 | W38990,6
2565 | W38991,8
2566 | W38992,6
2567 | W38993,15
2568 | W38994,2
2569 | W38996,5
2570 | W38997,6
2571 | W38998,9
2572 | W38999,8
2573 | W39000,15
2574 | W39001,13
2575 | W39002,10
2576 | W39003,15
2577 | W39004,15
2578 | W39005,2
2579 | W39006,13
2580 | W39007,14
2581 | W39008,9
2582 | W39009,2
2583 | W39010,3
2584 | W39011,17
2585 | W39012,16
2586 | W39013,13
2587 | W39015,6
2588 | W39017,13
2589 | W39018,10
2590 | W39019,13
2591 | W39020,13
2592 | W39021,2
2593 | W39022,6
2594 | W39023,15
2595 | W39024,14
2596 | W39025,14
2597 | W39026,13
2598 | W39027,14
2599 | W39028,6
2600 | W39029,13
2601 | W39030,17
2602 | W39031,2
2603 | W39032,6
2604 | W39033,7
2605 | W39034,10
2606 | W39035,10
2607 | W39036,6
2608 | W39037,15
2609 | W39038,15
2610 | W39039,6
2611 | W39040,4
2612 | W39041,8
2613 | W39042,6
2614 | W39043,13
2615 | W39044,13
2616 | W39045,5
2617 | W39047,10
2618 | W39048,10
2619 | W39050,10
2620 | W39051,2
2621 | W39052,11
2622 | W39053,16
2623 | W39054,14
2624 | W39055,5
2625 | W39056,10
2626 | W39057,6
2627 | W39058,2
2628 | W39059,10
2629 | W39060,15
2630 | W39061,16
2631 | W39062,6
2632 | W39063,19
2633 | W39064,10
2634 | W39065,15
2635 | W39066,13
2636 | W39067,5
2637 | W39068,7
2638 | W39069,4
2639 | W39070,7
2640 | W39071,3
2641 | W39072,19
2642 | W39073,13
2643 | W39074,13
2644 | W39075,13
2645 | W39076,3
2646 | W39077,1
2647 | W39078,15
2648 | W39079,8
2649 | W39081,7
2650 | W39082,7
2651 | W39083,13
2652 | W39084,13
2653 | W39085,5
2654 | W39087,6
2655 | W39088,15
2656 | W39089,13
2657 | W39090,14
2658 | W39091,10
2659 | W39092,13
2660 | W39093,7
2661 | W39094,15
2662 | W39095,8
2663 | W39096,9
2664 | W39097,4
2665 | W39098,17
2666 | W39099,2
2667 | W39100,14
2668 | W39101,15
2669 | W39103,14
2670 | W39104,6
2671 | W39105,6
2672 | W39106,10
2673 | W39107,6
2674 | W39109,13
2675 | W39110,6
2676 | W39111,12
2677 | W39112,3
2678 | W39113,13
2679 | W39114,13
2680 | W39115,16
2681 | W39116,10
2682 | W39117,16
2683 | W39118,13
2684 | W39119,5
2685 | W39120,2
2686 | W39121,9
2687 | W39122,16
2688 | W39123,8
2689 | W39124,11
2690 | W39125,13
2691 | W39126,10
2692 | W39127,5
2693 | W39128,15
2694 | W39129,13
2695 | W39130,9
2696 | W39131,14
2697 | W39134,13
2698 | W39135,14
2699 | W39137,15
2700 | W39138,15
2701 | W39139,10
2702 | W39140,15
2703 | W39141,16
2704 | W39142,6
2705 | W39143,2
2706 | W39144,13
2707 | W39145,5
2708 | W39146,7
2709 | W39147,19
2710 | W39148,6
2711 | W39149,13
2712 | W39150,2
2713 | W39151,11
2714 | W39152,7
2715 | W39153,13
2716 | W39154,2
2717 | W39155,14
2718 | W39156,13
2719 | W39157,8
2720 | W39158,13
2721 | W39159,7
2722 | W39160,10
2723 | W39161,10
2724 | W39162,14
2725 | W39163,16
2726 | W39164,2
2727 | W39165,13
2728 | W39166,7
2729 | W39167,15
2730 | W39168,3
2731 |
--------------------------------------------------------------------------------
/paul15/comparison_monocle2/figures/alternative.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/comparison_monocle2/figures/alternative.png
--------------------------------------------------------------------------------
/paul15/comparison_monocle2/figures/original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/comparison_monocle2/figures/original.png
--------------------------------------------------------------------------------
/paul15/figures/aga_fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_fr.png
--------------------------------------------------------------------------------
/paul15/figures/aga_graph_iterative_matching.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_graph_iterative_matching.png
--------------------------------------------------------------------------------
/paul15/figures/aga_iterative_matching.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_iterative_matching.png
--------------------------------------------------------------------------------
/paul15/figures/aga_path_comparison.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_path_comparison.png
--------------------------------------------------------------------------------
/paul15/figures/aga_without_lymphoids.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_without_lymphoids.png
--------------------------------------------------------------------------------
/paul15/figures/aga_without_lymphoids_cell_types.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/aga_without_lymphoids_cell_types.png
--------------------------------------------------------------------------------
/paul15/figures/legend.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/legend.pdf
--------------------------------------------------------------------------------
/paul15/figures/robustness_summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/paul15/figures/robustness_summary.png
--------------------------------------------------------------------------------
/pbmcs/figures/aga_pbmc3k.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/pbmcs/figures/aga_pbmc3k.png
--------------------------------------------------------------------------------
/pbmcs/figures/aga_pbmc68k.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theislab/graph_abstraction/0dd82eca99c8c8a5ebcc86d5bee3236a853c0431/pbmcs/figures/aga_pbmc68k.png
--------------------------------------------------------------------------------