readXMLTFFM {TFBSTools} | 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
xmlFirst <- file.path(system.file("extdata", package="TFBSTools"), "tffm_first_order.xml") tffmFirst <- readXMLTFFM(xmlFirst, type="First")