Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindMotifs return pvalue with NaN #1905

Open
nh-codem opened this issue Mar 5, 2025 · 0 comments
Open

FindMotifs return pvalue with NaN #1905

nh-codem opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@nh-codem
Copy link

nh-codem commented Mar 5, 2025

Why are all the results returned as NaN when running FindMotifs in Signac?

pfm <- getMatrixSet(
    x = JASPAR2020,
    opts = list(collection = "CORE", tax_group = 'vertebrates', all_versions = FALSE)
)
tmptObj <- AddMotifs(object = tmptObj, genome = BSgenome.Mfascicularis.NCBI.5.0,pfm = pfm)
enriched.motifs <- FindMotifs(object = tmptObj, features = daPeaks)

Image

@nh-codem nh-codem added the bug Something isn't working label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant