powered by
Match the case of character vectors
CaseMatch(search, match)
A vector of search terms
A vector of characters whose case should be matched
Values from search present in match with the case of match
# NOT RUN { cd_genes <- c('Cd79b', 'Cd19', 'Cd200') CaseMatch(search = cd_genes, match = rownames(x = pbmc_small@raw.data)) # }
Run the code above in your browser using DataLab