wide_to_long: Transform input file in wide matrix into long matrix format

Description Usage Arguments Value Author(s) Examples

Description

Transform input file in wide matrix into long matrix format

Usage

1
wide_to_long(input_file)

Arguments

input_file

input file in wide matrix format

Value

A data frame containing input data in long-format

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

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)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.