Getting a pwm for JASPAR2024 - not working? #1646
Unanswered
johnblair7
asked this question in
Q&A
Replies: 2 comments
-
I also tried this a while ago and got the same error, I think the issue is that TFBSTools does not support JASPAR2024 yet. Hopefully they can release an update soon to add support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can follow this method to load JASPAR2024 database: https://www.biostars.org/p/9588108/. Hope this helps.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I know this isn't a signac issue per se but it affects how we might be using the tool. I recently installed the new JASPAR package (JASPAR2024) to get some of those sweet, new motifs, however now my code (which relies on TFBStools) to get the pwm from JASPAR doesn't work! It works with JASPAR2022 and JASPAR2020 so it must be something different with how the 2024 version is organized. I am really stupid so obviously I can't figure this out - has anyone else had this issue and how did you solve it?
`> pwm_set <- getMatrixSet(x = JASPAR2022, opts = list(species = 9606, all_versions = FALSE))
Thanks for the help!!!
Beta Was this translation helpful? Give feedback.
All reactions