CaseMatch | R Documentation |
Match the case of character vectors
CaseMatch(search, match)
search |
A vector of search terms |
match |
A vector of characters whose case should be matched |
Values from search present in match with the case of match
data("pbmc_small")
cd_genes <- c('Cd79b', 'Cd19', 'Cd200')
CaseMatch(search = cd_genes, match = rownames(x = pbmc_small))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.