https://github.com/scverse/scanpy

sort by:
Revision Author Date Message Commit Date
ca1c8bb require correct anndata version 15 May 2018, 14:34:18 UTC
ed9b1a4 added 'key_added' to rank_genes_groups 15 May 2018, 12:23:04 UTC
9a754bb fixed export_to_gexf 15 May 2018, 10:47:57 UTC
e9ae4ff Merge pull request #152 from gokceneraslan/gzbz2 Allow gz and bz2 extensions for text formats 14 May 2018, 08:45:33 UTC
b0093d1 added function for graph comparisons 13 May 2018, 23:19:51 UTC
68170a0 treat disconnected graphs in DPT properly 13 May 2018, 22:18:54 UTC
1247336 Strip lines in soft.gz 13 May 2018, 10:46:34 UTC
3900f72 Fix for soft.gz 13 May 2018, 10:42:04 UTC
7db64ad Write gz/bz2 support to error message too 13 May 2018, 10:32:24 UTC
cad3ecb txt.gz is also supported 13 May 2018, 10:26:56 UTC
6e789a6 Allow gz and bz2 extensions for text formats 13 May 2018, 10:19:37 UTC
c1eb149 pca can now again process arrays and sparse matrices 13 May 2018, 04:34:50 UTC
aa999d5 allow pl.paga with umap and edges 12 May 2018, 00:16:08 UTC
b12d5e2 used shape attribute of adata in DPT 11 May 2018, 21:59:38 UTC
0da2f4a allow arbitrarily named basis in scatter 11 May 2018, 20:05:28 UTC
1febb64 Merge pull request #151 from Koncopd/master Use chunked_X 11 May 2018, 15:20:07 UTC
bb94c91 Merge branch 'chunks' 11 May 2018, 15:05:44 UTC
38ea134 chunks_X -> chunked_X 08 May 2018, 18:09:06 UTC
6287fc0 changed pca - removed recursion, process only AnnData objects 08 May 2018, 17:47:54 UTC
617754b fixed little bug in init_pos=paga 07 May 2018, 23:04:27 UTC
13231a3 updated docs of DPT 07 May 2018, 21:40:10 UTC
161edd7 allow exporting label positions on plots 07 May 2018, 20:37:46 UTC
dd472e3 option for plotting without legend 07 May 2018, 15:08:58 UTC
53ee0e8 set random seed when initializing with paga 07 May 2018, 14:55:03 UTC
259c80b added note about default min_dist in UMAP 07 May 2018, 14:44:46 UTC
f224349 add convenience for saving with transparent background 07 May 2018, 14:28:50 UTC
1835100 improved paga visualization and benchmarking 07 May 2018, 02:01:30 UTC
36b521b use copy in neighbors to prevent bug 07 May 2018, 02:01:30 UTC
530b6bd speedup in exporting module 07 May 2018, 02:01:30 UTC
6473449 chunks 06 May 2018, 20:59:48 UTC
57e910c Merge pull request #149 from gokceneraslan/patch-6 Fix UMAP metric_kwds parameter 06 May 2018, 18:47:55 UTC
58d6d8b Fix UMAP metric_kwds parameter 06 May 2018, 17:11:07 UTC
acd85c7 cleaned up paga 06 May 2018, 02:28:37 UTC
e859035 updated SPRING export 06 May 2018, 01:06:35 UTC
fe6232a Merge pull request #147 from fbrundu/patch-1 Fixed Pandas .loc notation and added gene_names parameter to violin 05 May 2018, 01:36:49 UTC
3509fdd major clean up 05 May 2018, 01:15:39 UTC
2f63cdc Fixed Pandas .loc notation and added gene_names parameter to violin 04 May 2018, 22:38:12 UTC
6c46667 reorganized settings 04 May 2018, 22:07:16 UTC
4a053f9 fall back to fr layout when fa2 is not installed 04 May 2018, 21:32:38 UTC
3500e01 better organization of default figure configuration and docs 04 May 2018, 21:27:39 UTC
639dcd4 Merge pull request #139 from scottgigante/master Add PHATE to API docs 03 May 2018, 14:46:03 UTC
287a494 add PHATE to API docs 03 May 2018, 13:38:30 UTC
b9c882c cleaned up phate 03 May 2018, 10:59:17 UTC
8d92dd3 Merge pull request #136 from scottgigante/master Add PHATE integration 03 May 2018, 10:51:20 UTC
c542584 support pngs within vector graphics 03 May 2018, 00:03:52 UTC
c3555c4 fix typo 02 May 2018, 18:40:28 UTC
e246af7 add github to PHATE docstring 02 May 2018, 18:27:12 UTC
1ceccc0 make PHATE and TSNE APIs match 02 May 2018, 18:23:41 UTC
d6759b0 added working velocyto-paga combination 02 May 2018, 16:09:26 UTC
c42e4d2 return single axis if plotting single key 02 May 2018, 03:22:27 UTC
f70862a remove temporary raise 01 May 2018, 16:03:46 UTC
12ed545 add test, avoid namespace issues 01 May 2018, 16:00:57 UTC
aa8b286 add PHATE integration 01 May 2018, 15:36:35 UTC
4edb0b5 added docs for forceatlas2 and changed acronym 01 May 2018, 00:17:09 UTC
d043e59 prettfied pypairs and added to docs 01 May 2018, 00:08:10 UTC
107863c cleaned up addition of mnn_correct 30 April 2018, 23:57:32 UTC
414e7e3 Merge pull request #131 from chriscainx/master Added wrapper for mnnpy 30 April 2018, 23:34:03 UTC
3f29b54 Merge pull request #134 from gokceneraslan/patch-5 Exclude nans from normalized dispersion vector 30 April 2018, 23:32:06 UTC
7469076 respect number of pcs even for fallback 30 April 2018, 10:43:51 UTC
8ac4bce Exclude nans from normalized dispersion vector `nan`s accumulate in the beginning of `dispersion_norm` vector and lead to an overestimated dispersion cutoff, if there are zero-expression genes. Fixes #115. 27 April 2018, 09:25:18 UTC
e1df057 added a threshold parameter to pl.paga 26 April 2018, 17:21:58 UTC
150d44c Merge pull request #133 from dawe/master fixes #105 and addresses some issues when nan are introduced 26 April 2018, 16:37:21 UTC
9a23049 fixes #105 and addresses some issues when nan are introduced 26 April 2018, 10:35:08 UTC
e235c58 added wrapper for mnnpy 26 April 2018, 09:38:55 UTC
54f6ba1 added forceatlas2 layout to draw_graph 26 April 2018, 01:10:20 UTC
12f9caa fixed bug in reexport 25 April 2018, 14:43:21 UTC
190379f prettified pypairs 25 April 2018, 14:36:45 UTC
1ac482c added reexport for mnn_concatenate 25 April 2018, 01:16:41 UTC
9a8bb7a moved mnn_concatenate to rtools 25 April 2018, 00:50:27 UTC
eeeea26 removed the just introduced rpy2 from requirements 25 April 2018, 00:42:17 UTC
c7c2738 Merge pull request #125 from chriscainx/master Added MNN_correct support 25 April 2018, 00:41:18 UTC
94737cf Merge pull request #130 from theislab/rna_velocity rna velocity 25 April 2018, 00:33:32 UTC
6793d4d summarized notebook state in velocity module 23 April 2018, 21:56:25 UTC
7aaf766 clean up rna velocity trials 23 April 2018, 21:00:37 UTC
9caf460 further towards RNA velocity 20 April 2018, 18:12:23 UTC
fdf522d further steps towards rna velocity 19 April 2018, 09:32:28 UTC
c9c63bf drafted rna velocity for paga 19 April 2018, 09:32:28 UTC
32afcfd raise error when calling normalize_per_cell with array and copy=False 19 April 2018, 09:32:28 UTC
9913591 draft or rna_velocity 19 April 2018, 09:32:28 UTC
c241098 introduced gene_symbols parameter in rank_genes_groups 19 April 2018, 09:31:10 UTC
06bb569 local import of pypairs and check whether it's installed 18 April 2018, 11:53:10 UTC
c405363 Merge pull request #126 from rfechtner/include-pypairs Include pypairs 18 April 2018, 11:49:30 UTC
4f68892 Update tl.py 18 April 2018, 11:39:34 UTC
3efd51c removed dataset dependant method 18 April 2018, 11:39:13 UTC
bfbc784 use dense distance matrix when knn is False 18 April 2018, 09:45:34 UTC
394ccda properly exploit categorical data in regress_out 18 April 2018, 09:42:43 UTC
1024a70 added pypairs 18 April 2018, 09:41:01 UTC
1f45978 included pypairs tools 18 April 2018, 09:40:22 UTC
ac39b21 added sanitize anndata for regress out 18 April 2018, 09:31:17 UTC
3000d37 fixed requirements 17 April 2018, 12:20:37 UTC
bb808b6 fixed a small thing with rpy2 interface 17 April 2018, 12:15:28 UTC
bce65f8 fixed type 17 April 2018, 12:01:12 UTC
2d30edf Added wrapper for mnnCorrect from scran 17 April 2018, 11:58:04 UTC
bdc26cf raise error when using an invalid category for reclustering 16 April 2018, 20:51:47 UTC
705b64a updated setup to contain versioneer cmdclass and display proper version numbers again 16 April 2018, 20:27:40 UTC
6ba0615 set _sdist to versioneer 16 April 2018, 17:44:48 UTC
5679f7b added statsmodels to conda install 16 April 2018, 16:40:10 UTC
f6726f0 Merge pull request #124 from gokceneraslan/patch-4 Do not use paga in draw_graph, if use_paga is False 16 April 2018, 15:43:13 UTC
3160697 Do not use paga is use_paga is False This fixes the exception that happens in following scenario: sc.tl.louvain(adata) sc.tl.paga(adata) sc.pl.paga(adata) sc.tl.draw_graph(adata) Since there is no else statement for use_paga check, ig_layout is not defined. 16 April 2018, 15:20:33 UTC
33bccc7 clarified UMAP docs 11 April 2018, 08:56:47 UTC
back to top