Vierstra motif archetypes are now natively supported #1386
rcorces
announced in
Announcements
Replies: 1 comment
-
Hi Ryan, Thank you Tilo |
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
-
Jeff Vierstra has produced "motif archetypes" which represent clustered motifs that have been essentially deduplicated based on similarity. In the original v1 release, he clustered the motifs and then annotated each individual motif with the name of the cluster (or "archetype") that it clustered with. Now, in the beta v2 release, he has produced PWM models for each of the archetype motif clusters which allows for searching of these archetypes explicitly.
ArchR now supports the use of the "Vierstra" motif databases in the
addMotifAnnotations()
function natively on therelease_1.0.2
branch. You can get these motifs usingmotifSet="vierstra"
andcollection="archetype"
for the v2 archetype clustered pwms orcollection = "individual"
for the previous v1 individual pwms.You can see his Twitter post about this here - https://twitter.com/jeffvierstra/status/1514973966045048835?s=20&t=TfKlHoUT7M1kWpMXQlYFZA
You can find the code he used to do this here - https://github.com/jvierstra/motif-clustering
Code changes to
addMotifAnnotations()
here - #1385Beta Was this translation helpful? Give feedback.
All reactions