check_input_validity: Check the validity of the main input file

Description Usage Arguments Value Author(s) See Also Examples

Description

Check if input file has one of the following format: orthoXML, multiple FASTA, wide or long matrix, or a list of OMA IDs.

Usage

1

Arguments

filein

input file

Value

The format of the input file format, or type of error

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

check_oma_id

Examples

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

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