View source: R/accessoryFunctions.R
checkAlignType | R Documentation |
Evaluates 'alignType' values to ensure that only "prot", "nuc", "codon" and "gen" are passed to downstream functions. If any other values are entered, a message describing excluded values is generated. If no valid 'alignType' values are are present, an error is generated, and any calling function is ended.
checkAlignType(alignType)
alignType |
A vector of character values specifying sequence alignment types to be used for a function. |
A character vector that includes only allowed 'alignType' values.
checkAlignType(c("nuc","prot","gDNA"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.