Description Usage Arguments Examples
Check open reading frame validity
1 | is_valid_orf(dstrobj, check_stop = FALSE, negate = FALSE)
|
dstrobj |
dstr class object or character vector |
check_stop |
If TRUE, check the presence of stop codon. |
negate |
If TRUE, return non-matching elements. |
1 2 3 | (test <- dstr(c("ATGtga", "AAGTGA", "ATGGGGTGA", "ATGGGTGA", "ATGGGG","ATGGG")))
is_valid_orf(test)
is_valid_orf(test, check_stop = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.