Description Usage Arguments Value Examples
View source: R/map_gene_names.R
Determine whether there are weights associated with genes.
1 | HGNCapproved(genes, untranslatable.na = F, weighted = F)
|
genes |
a character vector of genes |
untranslatable.na |
boolean, default is false. If a gene does not have an HGNC mapping, then the function will return an NA for that gene |
weighted |
boolean representing whether genes have weights |
a character vector with genes mapped to approved HGNC symbols
1 2 | geneset = c("FOXO1", "MYC", "GATA3", "BP1")
mapped_geneset = HGNCapproved(geneset, untranslatable.na = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.