Description Usage Arguments Value Examples
View source: R/classifyMotifs.R
A function that creates a motif PWM based on given DNA consensus sequence and finds matches within the MotifDb database
1 | classifySeqMotifs(consensusSeq)
|
consensusSeq |
A string indicating a desired consensus sequence (i.e. Contains only "A", "T", "C", "G") |
Returns matchNames - A value of class character vector indicating motif match names
1 2 3 | data(jaspar.scores, package="MotifFunc")
jaspar.scores
matchNames <- MotifFunc::classifySeqMotifs("AGCGTAGGCGT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.