Description Usage Arguments Value Author(s) Examples
View source: R/parseMainInput.R
Parse orthoXML input file
1 |
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
1 2 3 4 | inputFile <- system.file(
"extdata", "test.main.xml", package = "PhyloProfile", mustWork = TRUE
)
xmlParser(inputFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.