JASPAR annotation #1344
-
Hi @rcorces |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
ArchR uses bioconductor packages to obtain motif sets. For example, Lines 330 to 337 in 968e442 I'm not sure about the exact numbers but ArchR doesnt modify these motif sets. I'd recommend following up with the maintainers of those packages to understand any discrepancies.
|
Beta Was this translation helpful? Give feedback.
-
Can you help me figure out how to use the JASPAR2020 for addMotifAnnotations(). I tried the following and got an error. args <- list(collection = "CORE", all_versions = TRUE) |
Beta Was this translation helpful? Give feedback.
ArchR uses bioconductor packages to obtain motif sets. For example,
JASPAR2020
.ArchR/R/AnnotationPeaks.R
Lines 330 to 337 in 968e442
I'm not sure about the exact numbers but ArchR doesnt modify these motif sets. I'd recommend following up with the maintainers of those packages to understand any discrepancies.