Distinction between motifSet and motifPWMs #1502
Answered
by
rcorces
sylestiel
asked this question in
Questions / Documentation
-
If I were to pull in different motifPWMs databases when running addMotifAnnotations() what should I enter for the motifSet? For instance if I include homer_pwms, mouse_pwms and encode_pwms what are my options for motifSet= " ? " Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rcorces
Jul 6, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rcorces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
motifSet
refers to a pre-defined motif set curated in ArchR.motifPWMs
refers to a user-suppliedPWMatrixList
object.These two objects are mutually exclusive. You only provide an argument to one of them.
https://www.archrproject.com/reference/addMotifAnnotations.html