readXMLTFFM: readXMLTFFM

View source: R/IO.R

readXMLTFFMR Documentation

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.

Author(s)

Ge Tan

See Also

TFFM

Examples

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

ge11232002/TFBSTools documentation built on Dec. 26, 2024, 12:38 a.m.