You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on purified human b-cell populations. To call peaks I ran nextflow pipleline untill the generation of narrow peaks, then I used custom scripts for further processing.
I tried to apply pycistarget workflow on peaks to evaluate motif enrichment from my data.
All the packages were installed correctly and I did not observed errors.
To create the the cistarget motif database I ran the following script:
Everything ran successfully, but no targets were found.
I tried different cutoffs in terms of auc_threshold = [from 0.0001 to 0.001], nes_threshold = [from 0.1 to 3.0] and rank_threshold =[from 0.001 to 0.05].
None of there gave me 'significant' results.
Thanks in advance for all the support.
The text was updated successfully, but these errors were encountered:
I am working on purified human b-cell populations. To call peaks I ran nextflow pipleline untill the generation of narrow peaks, then I used custom scripts for further processing.
I tried to apply pycistarget workflow on peaks to evaluate motif enrichment from my data.
All the packages were installed correctly and I did not observed errors.
To create the the cistarget motif database I ran the following script:
where:
human_list_motifs.txt= list of all transcription factor motifs found in human;
clustertbuster_motifs contains *.cb files download from "https://resources.aertslab.org/cistarget/motif_collections/v10nr_clust_public"
The I ran:
At this point I run the following code in python shell:
where:
bedfile = generated by postprocessing and merging of selected peaks as pyranges object
ranking = file generated by convert_motifs_or_tracks_vs_regions_or_genes_scores_to_rankings_cistarget_dbs.py
annotations = .feather files downloaded from https://resources.aertslab.org/cistarget/databases/homo_sapiens/hg19/refseq_r45/mc9nr/gene_based
Everything ran successfully, but no targets were found.
I tried different cutoffs in terms of auc_threshold = [from 0.0001 to 0.001], nes_threshold = [from 0.1 to 3.0] and rank_threshold =[from 0.001 to 0.05].
None of there gave me 'significant' results.
Thanks in advance for all the support.
The text was updated successfully, but these errors were encountered: