is_human_chromosome | R Documentation |
Find which strings are valid human chromosome names. The valid chromosome
names can be specified via the argument chromosomes
.
is_human_chromosome(
string,
chromosomes = c(seq_len(22), "X", "Y", "MT"),
convert_NA_to_FALSE = TRUE
)
string |
A character vector of strings. |
chromosomes |
A character vector of valid chromosome names. Default is autosomal chromosomes 1 thru 22 and, X, Y, and MT. |
convert_NA_to_FALSE |
Whether to treat |
A logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.