Learn R Programming

TFBSTools (version 1.10.3)

readXMLTFFM: readXMLTFFM

Description

Read the ouput xml files from Puython module "TFFM" into R.

Usage

readXMLTFFM(fn, type=c("First", "Detail"))

Arguments

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".

Value

A TFFMFirst object or a TFFMDetail object is returned.

See Also

TFFM

Examples

Run this code
  xmlFirst <- file.path(system.file("extdata", package="TFBSTools"),
                        "tffm_first_order.xml")
  tffmFirst <- readXMLTFFM(xmlFirst, type="First")

Run the code above in your browser using DataLab