View source: R/accessoryFunctions.R
checkSource | R Documentation |
Evaluates 'source' values to ensure that only "AA", "cDNA", and "gDNA" are passed to downstream functions. If any other values are entered, a message describing excluded values is generated.
checkSource(source)
source |
A vector of character values specifying sequence alignment file sources to be used for a function. |
A character vector that includes only allowed 'source' values.
checkSource(c("AA","cDNA","codon"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.