Description Usage Arguments Value Author(s) See Also Examples
View source: R/parseMainInput.R
Check if input file has one of the following format: orthoXML, multiple FASTA, tab-delimited matrix (wide or long), or list of OMA IDs.
1 | checkInputValidity(filein)
|
filein |
input file |
The format of the input file format, or type of error
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 | filein <- system.file(
"extdata", "test.main.wide", package = "PhyloProfile", mustWork = TRUE
)
checkInputValidity(filein)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.