checkInputValidity: Check the validity of the input phylogenetic profile file

View source: R/parseMainInput.R

checkInputValidityR Documentation

Check the validity of the input phylogenetic profile file

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

checkInputValidity(filein)

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

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

BIONF/PhyloProfile documentation built on May 5, 2024, 11:23 a.m.