Description Usage Arguments Value
View source: R/MultiMethodMotifMatcher.R
provides unified access to a set of motif/DNA sequence matching algorithms
1 2 3 4 5 6 7 8 | MultiMethodMotifMatcher(
genome,
motifMatrix,
tbl.regions,
sequenceMatchAlgorithm,
matchThreshold,
quiet = TRUE
)
|
genome |
A character string, one of the supported genome builds: hg38, mm10 |
motifMatrix |
A position frequency matrix |
sequenceMatchAlgorithm |
A character string, either "Biostrings matchPWM" or "MOODS matchMotifs" |
matchThreshold |
numeric, between 0 and 1 (usually 0.7 or higher) |
quiet |
A logical indicating whether or not the Trena object should print output |
regions |
A data.frame with chrom, start, end columns |
An object of the MultiMethodMotifMatcher class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.