Skip to content

Commit

Permalink
changed default fpr threshold in search_motifs fn
Browse files Browse the repository at this point in the history
  • Loading branch information
HAL9032 committed Feb 7, 2024
1 parent ba44b0a commit 6d10d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episcanpy/tools/_motif_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def background_distribution(adata):



def search_motifs(adata, tf_names, release="JASPAR2022", pseudocounts=1, threshold_fpr=1e-6, n_jobs=1):
def search_motifs(adata, tf_names, release="JASPAR2022", pseudocounts=1, threshold_fpr=1e-5, n_jobs=1):

# fetch motif data
motifs = fetch_motifs(tf_names=tf_names, release=release)
Expand Down

0 comments on commit 6d10d65

Please sign in to comment.