# HG changeset patch # User iuc # Date 1699647861 0 # Node ID d70139524747d7fdd84df0d9bebb68049cfba9b6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sceasy/ commit e83761e8057df5ce516fc6681636435078c81534 diff -r 000000000000 -r d70139524747 sceasy.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sceasy.xml Fri Nov 10 20:24:21 2023 +0000 @@ -0,0 +1,224 @@ + + + Convert between common single cell formats + + + 0.0.7 + 1 + + + + + + r-sceasy + loompy + anndata + python + r-anndata + r-reticulate + + + Rscript '$script_file' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + conversion['direction'].endswith('sce') + + + + + conversion['direction'].endswith('cds') + + + + + conversion['direction'].endswith('loom') + + + + + conversion['direction'].endswith('anndata') + + + + + conversion['direction'].endswith('seurat') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SCeasy +====== + + Convert scRNA data object between formats `sceasy::convertFormat()` + +Supports the following conversion: + +.. image:: $PATH_TO_IMAGES/conv.png + :width: 80 % + :align: center + + + + + doi:10.1093/nargab/lqaa052 + + \ No newline at end of file diff -r 000000000000 -r d70139524747 static/images/conv.png Binary file static/images/conv.png has changed diff -r 000000000000 -r d70139524747 test-data/ad2cds.rds Binary file test-data/ad2cds.rds has changed diff -r 000000000000 -r d70139524747 test-data/ad2seurat.rds Binary file test-data/ad2seurat.rds has changed diff -r 000000000000 -r d70139524747 test-data/loom2anndata.h5ad Binary file test-data/loom2anndata.h5ad has changed diff -r 000000000000 -r d70139524747 test-data/loom2sce.rds Binary file test-data/loom2sce.rds has changed diff -r 000000000000 -r d70139524747 test-data/sce2anndata.h5ad Binary file test-data/sce2anndata.h5ad has changed diff -r 000000000000 -r d70139524747 test-data/sce2loom.rds Binary file test-data/sce2loom.rds has changed diff -r 000000000000 -r d70139524747 test-data/test_anndata.h5ad Binary file test-data/test_anndata.h5ad has changed diff -r 000000000000 -r d70139524747 test-data/test_sce.rds Binary file test-data/test_sce.rds has changed diff -r 000000000000 -r d70139524747 test-data/test_seurat.rds Binary file test-data/test_seurat.rds has changed