xml_parser: Parse orthoXML input file

Description Usage Arguments Value Author(s) Examples

Description

Parse orthoXML input file

Usage

1
xml_parser(input_file)

Arguments

input_file

input file in xml format

Value

A data frame containing input data in long-format

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

1
2
3
4
5
6
7
## Not run: 
input_file <- system.file(
    "extdata", "test.main.xml", package = "phyloprofile", mustWork = TRUE
)
xml_parser(input_file)

## End(Not run)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.