validHGNCSymbols | R Documentation |
convert outdated HGNC symbols to current HGNC symbols
validHGNCSymbols(geneList)
geneList |
character vector of HGNC symbols |
removes NA and /// from output of checkGeneSymbols()
returns list of mapping table and vector of current HGNC symbols
geneList<-c("FN1", "tp53", "UNKNOWNGENE","7-Sep",
"9/7", "1-Mar", "Oct4", "4-Oct","OCT4-PG4", "C19ORF71",
"C19orf71")
l<-validHGNCSymbols(geneList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.