bind_sym | R Documentation |
helper for converting ENSG to symbols, cbinding symbol and chromosome name for the genes to the input data.frame-like entity
bind_sym( dflike, gene_resource = genes_v75, ensgvbl = "trait", output_symvbl = "symbol", output_chromvbl = "gchrom" )
dflike |
a data.frame-like entity with a column of ENSG gene identifiers; column
name must be the value of |
gene_resource |
a data.frame with columns |
ensgvbl |
character(1) the column of |
output_symvbl |
character(1) name to be used for symbol in output data.frame, defaults to |
output_chromvbl |
character(1) name to be used for chromosome in output data.frame, defaults to |
head(little_eq) head(bind_sym(little_eq))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.