xmlParser: Parse orthoXML input file

Description Usage Arguments Value Author(s) Examples

View source: R/parseMainInput.R

Description

Parse orthoXML input file

Usage

1
xmlParser(inputFile = NULL)

Arguments

inputFile

input file in xml format

Value

A data frame of input data in long-format containing seed gene IDs ( or orthologous group IDs), their orthologous proteins together with the corresponding taxonomy IDs and values of (up to) two additional variables.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

1
2
3
4
inputFile <- system.file(
    "extdata", "test.main.xml", package = "PhyloProfile", mustWork = TRUE
)
xmlParser(inputFile)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.