Description Usage Arguments Value See Also Examples
Globally sets Transite motif database, use with care.
1 | set_motifs(value)
|
value |
list of Motif objects |
void
Other motif functions:
generate_iupac_by_kmers()
,
generate_iupac_by_matrix()
,
generate_kmers_from_iupac()
,
get_motif_by_id()
,
get_motif_by_rbp()
,
get_motifs_meta_info()
,
get_motifs()
,
get_ppm()
,
init_iupac_lookup_table()
1 2 3 4 5 6 | custom_motif <- create_kmer_motif(
"custom_motif", "RBP1",
c("AAAAAAA", "CAAAAAA"), "HITS-CLIP",
"Homo sapiens", "user"
)
set_motifs(list(custom_motif))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.