From 0eab44e83b888bede8523a147113a96002ec8d0c Mon Sep 17 00:00:00 2001 From: Bram Van de Sande Date: Wed, 8 May 2019 08:37:16 +0200 Subject: [PATCH] Added code comments. --- src/pyscenic/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyscenic/export.py b/src/pyscenic/export.py index 422b76a..c46c717 100644 --- a/src/pyscenic/export.py +++ b/src/pyscenic/export.py @@ -191,7 +191,7 @@ def fetch_logo(context): col_attrs=column_attrs, file_attrs=general_attrs) - +#TODO: remove duplication with export2loom function! def add_scenic_metadata(adata: 'sc.AnnData', auc_mtx: pd.DataFrame, regulons: Union[None, Sequence[Regulon]] = None,