Error when using a custom motif annotation in addMotifAnnotations() #1932
-
Hello, I am using ArchR to analysis my single-cell ATAC-seq data in wheat, but we I using the addMotifAnnotations(), I got the bellow errors. ArchR logging to : ArchRLogs/ArchR-addMotifAnnotations-64d158ef102d-Date-2023-04-20_Time-21-49-47.log Because there isn't a motifSet for wheat, so I provided a custom motif list using motifPWMs. And here is my code:
So, if anyone knows how to solve this problem. And I also attached my log file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I thought I have solved this problem. The complete code is
And you can also download the motifSet from JASPAR using TFBSTools
|
Beta Was this translation helpful? Give feedback.
-
Hiya, I came across this potential solution when trying to add the JASPAR2022 set as motifs. Regardless, I think it would be great to add JASPAR2022 to the addMotifAnnotations options. |
Beta Was this translation helpful? Give feedback.
I thought I have solved this problem.
I found that the names of tair.motif is NULL, and it will got the NA results.
So, if I add the names to tair.motif using names(tair.motif)=ID(tair.motif), then it worked.
The complete code is
And you can also download the motifSet from JASPAR using TFBSTools