checkInputValidity: Check the validity of the input phylogenetic profile file

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parseMainInput.R

Description

Check if input file has one of the following format: orthoXML, multiple FASTA, tab-delimited matrix (wide or long), or 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

checkOmaID

Examples

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

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.