-
Notifications
You must be signed in to change notification settings - Fork 203
Description
I am repeating this tutorial on my own human single-cell gene expression data. I am using 'hg19-500bp-upstream-10species.mc9nr.feather', 'hg19-tss-centered-5kb-10species.mc9nr.feather', and 'hg19-tss-centered-10kb-10species.mc9nr.feather' genome ranking databases fom here. My motif annotation file is 'motifs-v9-nr.hgnc-m0.001-o0.0.tbl' from here.
After execution this CL code:
!pyscenic ctx {ADJACENCIES_FNAME} {DBS_PARAM}\ --annotations_fname {MOTIF_ANNOTATIONS_FNAME}\ --expression_mtx_fname {EXP_MTX_QC_FNAME} \ --output {MOTIFS_FNAME} \ --num_workers 26
I get bunch of warnings like this:
2020-05-29 13:39:20,623 - pyscenic.transform - WARNING - Less than 80% of the genes in ERG could be mapped to hg19-tss-centered-10kb-10species.mc9nr. Skipping this module. [########################################] | 100% Completed | 2min 11.1s
However, the output file is empty:
,,Enrichment,Enrichment,Enrichment,Enrichment,Enrichment,Enrichment,Enrichment,Enrichment
,,AUC,NES,MotifSimilarityQvalue,OrthologousIdentity,Annotation,Context,TargetGenes,RankAtMax
TF,MotifID,,,,,,,,
I saw in issue #134 that it might be because of using mismatching data (human vs mouse). But I am using human data only. My data is from mouse xenograft model but I do not think it matters.
What else can it be?