You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db_motifs() no longer returns a character vector of motif names. It now returns a db_motifs_spec object that should be passed directly to the motifs argument of have_motifs(), count_motifs(), match_motifs(), add_motifs_lgl(), and add_motifs_int(). Specifying alignments, ignore_linkages, strict_sub, or match_degree is no longer valid. (#35)
get_motif_structure(), get_motif_alignment(), and is_known_motif() are deprecated. Use db_motif_info() to inspect database motifs instead. (#35)