create_kmer_motif | R Documentation |
Takes a position weight matrix (PWM) and meta info and returns an object of
class RBPMotif
.
create_kmer_motif(id, rbps, kmers, type, species, src)
id |
motif id (character vector of length 1) |
rbps |
character vector of names of RNA-binding proteins associated with this motif |
kmers |
character vector of k-mers that are associated with the motif, set of k-mers is valid if (1) all k-mers must have the same length, (2) only hexamers or heptamers allowed, (3) allowed characters are A, C, G, U |
type |
type of motif (e.g., |
species |
species where motif was discovered (e.g.,
|
src |
source of motif (e.g., |
object of class RBPMotif
custom_motif <- create_kmer_motif(
"custom_motif", "RBP1",
c("AAAAAAA", "CAAAAAA"), "HITS-CLIP",
"Homo sapiens", "user"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.