Mercurial > repos > ebi-gxa > score_genes_aucell
changeset 6:a33eb7d3b053 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 54818daabaf1251642a267e5766f13741cb7faeb
author | ebi-gxa |
---|---|
date | Sun, 15 Sep 2024 09:56:28 +0000 |
parents | c9aaac87c583 |
children | 617e50767215 |
files | decoupler_pseudobulk.py |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/decoupler_pseudobulk.py Mon Jul 15 10:56:46 2024 +0000 +++ b/decoupler_pseudobulk.py Sun Sep 15 09:56:28 2024 +0000 @@ -320,6 +320,21 @@ min_counts=args.min_counts, ) + print("Created pseudo-bulk AnnData, checking if fields still make sense.") + print( + "If this fails this check, it might mean that you asked for factors " + + "that are not compatible with you sample identifiers (ie. asked for " + + "phase in the factors, but each sample contains more than one phase, " + + "try joining fields)" + ) + if factor_fields: + check_fields( + factor_fields, + pseudobulk_data, + context=" after creation of pseudo-bulk AnnData", + ) + print("Factors requested are adequate for the pseudo-bulked AnnData!") + # Plot pseudobulk samples plot_pseudobulk_samples( pseudobulk_data,