Description Usage Arguments Value Author(s) Examples
Transform input file in wide matrix into long matrix format
1 | wide_to_long(input_file)
|
input_file |
input file in wide matrix format |
A data frame containing input data in long-format
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 | ## Not run:
input_file <- system.file(
"extdata", "test.main.wide", package = "phyloprofile", mustWork = TRUE
)
wide_to_long(input_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.