Description Usage Arguments Value Examples
'genes_regex()' produces a regular expression of over 900 HGNC gene names
1 | genes_regex(file = readr::read_tsv("data-raw/genes.txt"))
|
file |
File of gene symbols. Default imports csv file from data-raw containing over 900 gene symbols. Required |
a single cell string with all gene symbols concatenated by a pipe ("|")
1 2 3 | #Import "genes" data set from package
genes %>%
genes_regex()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.