checkInputValidity {PhyloProfile} | R Documentation |
Check if input file has one of the following format: orthoXML, multiple FASTA, tab-delimited matrix (wide or long), or list of OMA IDs.
checkInputValidity(filein)
filein |
input file |
The format of the input file format, or type of error
Vinh Tran tran@bio.uni-frankfurt.de
filein <- system.file( "extdata", "test.main.wide", package = "PhyloProfile", mustWork = TRUE ) checkInputValidity(filein)