View source: R/parseMainInput.R
checkInputValidity | 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
checkOmaID
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.