Description Usage Arguments Value Examples
View source: R/forground_wrapper.R
This function checks if the PFM is valid. The function throws an error if the R matrix does not represent a PFM.
1 | motifValid(pfm)
|
pfm |
An R matrix that represents a position frequency matrix |
None
1 2 3 4 5 6 | # Load motif
motiffile = system.file("extdata", "x1.tab", package = "motifcounter")
motif = t(as.matrix(read.table(motiffile)))
# Check validity
motifcounter:::motifValid(motif)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.