getMotifInfo | R Documentation |
atacMotifScan and atacMotifScanPair accept PFM in a list
, this
function convert JASPAR PFM file to PFMatrix
or PFMatrixList
.
getMotifInfo(motif.file = NULL)
motif.file |
Motif PFM file downloaded from JASPAR. |
Generate PFMatrix
or PFMatrixList
.
PFMatrix
or PFMatrixList
.
Wei Zhang
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.