readXMLTFFM: readXMLTFFM

Description Usage Arguments Value Author(s) See Also Examples

View source: R/IO.R

Description

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

Usage

1
  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

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

ge11232002/TFBSTools documentation built on Sept. 12, 2021, 12:07 p.m.