readXMLTFFM | R Documentation |
Read the ouput xml files from Puython module "TFFM" into R.
readXMLTFFM(fn, type=c("First", "Detail"))
fn |
The path of xml file. |
type |
The type of xml file. It can be one of the two types of xml files, "First" or "Detail". |
A TFFMFirst
object or a TFFMDetail
object is returned.
Ge Tan
TFFM
xmlFirst <- file.path(system.file("extdata", package="TFBSTools"),
"tffm_first_order.xml")
tffmFirst <- readXMLTFFM(xmlFirst, type="First")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.