Description Usage Arguments Value Author(s) Examples
View source: R/parseMainInput.R
Transform input file in wide matrix into long matrix format
1 | wideToLong(inputFile = NULL)
|
inputFile |
input file in wide matrix 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.wide", package = "PhyloProfile", mustWork = TRUE
)
wideToLong(inputFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.