Description Usage Arguments Value Author(s) See Also Examples
Check if input file has one of the following format: orthoXML, multiple FASTA, wide or long matrix, or a list of OMA IDs.
1 | check_input_validity(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
)
check_input_validity(filein)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.