Description Usage Arguments Details Value Author(s) Examples
atacMotifScan and atacMotifScanPair accept PFM in a list
, this
function convert JASPAR PFM file to PFMatrix
or PFMatrixList
.
1 | getMotifInfo(motif.file = NULL)
|
motif.file |
Motif PFM file downloaded from JASPAR. |
Generate PFMatrix
or PFMatrixList
.
PFMatrix
or PFMatrixList
.
Wei Zhang
1 2 | motif_file <- system.file("extdata", "CustomizedMotif.txt", package="esATAC")
pfm <- getMotifInfo(motif.file = motif_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.