HGNCapproved: Determine whether there are weights associated with genes.

Description Usage Arguments Value Examples

View source: R/map_gene_names.R

Description

Determine whether there are weights associated with genes.

Usage

1
HGNCapproved(genes, untranslatable.na = F, weighted = F)

Arguments

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

Value

a character vector with genes mapped to approved HGNC symbols

Examples

1
2
geneset = c("FOXO1", "MYC", "GATA3", "BP1")
mapped_geneset = HGNCapproved(geneset, untranslatable.na = T)

MaayanLab/genesetr documentation built on Aug. 14, 2019, 12:20 p.m.