xmlParser {PhyloProfile} | R Documentation |
Parse orthoXML input file
xmlParser(inputFile = NULL)
inputFile |
input file in xml format |
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.
Vinh Tran tran@bio.uni-frankfurt.de
inputFile <- system.file( "extdata", "test.main.xml", package = "PhyloProfile", mustWork = TRUE ) xmlParser(inputFile)