create_long_matrix: Create a long matrix format for all kinds of input file

Description Usage Arguments Value Author(s) See Also Examples

Description

Create a long matrix format for all kinds of input file

Usage

1
create_long_matrix(input_file)

Arguments

input_file

input file in orthoXML, multiple FASTA, wide or long matrix format.

Value

A data frame that contains input data in long-format

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

xml_parser, fasta_parser, wide_to_long

Examples

1
2
3
4
input_file <- system.file(
    "extdata", "test.main.wide", package = "phyloprofile", mustWork = TRUE
)
create_long_matrix(input_file)

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