h_strip_prefix | R Documentation |
This helper function removes the prefix and possible delimiter from a vector of gene IDs, such that only the digits are returned.
h_strip_prefix(gene_ids, prefix)
gene_ids |
( |
prefix |
( |
Character vector that contains only the digits for each gene ID.
This is currently used to strip away the GeneID
prefix from Entrez
gene IDs
so that they can be queried from BioMart
h_strip_prefix(c("GeneID:11185", "GeneID:10677"), prefix = "GeneID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.