View source: R/type_checkers.R
is_strand_vector | R Documentation |
Checks that all elements are valid strand values ("+","-","*"). Returns FALSE for empty vector.
is_strand_vector(x, allow_star = TRUE)
x |
a vector |
allow_star |
Is "*" allowed in the vector, default TRUE. |
boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.