setMotifs {transite} | R Documentation |
Globally sets Transite motif database, use with care.
setMotifs(value)
value |
list of Motif objects |
void
Other motif functions: generateIUPACByKmers
,
generateIUPACByMatrix
,
generateKmersFromIUPAC
,
getMotifById
, getMotifByRBP
,
getMotifs
, getPPM
,
initIUPAClookupTable
,
motifsMetaInfo
custom.motif <- createKmerMotif( "custom.motif", "RBP1", c("AAAAAAA", "CAAAAAA"), "HITS-CLIP", "Homo sapiens", "user" ) setMotifs(list(custom.motif))