wideToLong {PhyloProfile} | R Documentation |
Transform input file in wide matrix into long matrix format
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
inputFile <- system.file( "extdata", "test.main.wide", package = "PhyloProfile", mustWork = TRUE ) wideToLong(inputFile)