We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why are all the results returned as NaN when running FindMotifs in Signac?
FindMotifs
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why are all the results returned as NaN when running
FindMotifs
in Signac?The text was updated successfully, but these errors were encountered: