Description Usage Arguments Details Value Author(s) See Also Examples
Get the emission probabilities of ACGT at each position of TFFM.
1 | getPosProb(tffm)
|
tffm |
A |
This function calculates the probabilities of emitting nucleotides ACGT at each position of TFFM.
A matrix of numeric
with dimensions of 4 * ncol(tffm)
.
Ge Tan
1 2 3 4 5 6 7 8 9 | xmlFirst <- file.path(system.file("extdata", package="TFBSTools"),
"tffm_first_order.xml")
tffmFirst <- readXMLTFFM(xmlFirst, type="First")
getPosProb(tffmFirst)
xmlDetail <- file.path(system.file("extdata", package="TFBSTools"),
"tffm_detailed.xml")
tffmDetail <- readXMLTFFM(xmlDetail, type="Detail")
getPosProb(tffmDetail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.