snystrom / memes

An R interface to the MEME Suite
https://snystrom.github.io/memes/
Other
43 stars 5 forks source link

use new universalmotif_df format #79

Closed snystrom closed 3 years ago

snystrom commented 3 years ago

Swap from my hacky solution to bjmt's nice one. https://github.com/bjmt/universalmotif/issues/13

To make this snappy, I'll make my functions private & still use them internally, but return the officially supported structure to users.

ToDo:

Tests to write:

snystrom commented 3 years ago

for runDreme output need to change:

snystrom commented 3 years ago

Issue: converstion to_list(extrainfo = TRUE) %>% to_df(extrainfo = TRUE) converts all extrainfo columns to character.