missNames: Idenify genes with missing names

Description Usage Arguments Details Details See Also Examples

View source: R/missNames_function.R

Description

missNames returns gene names that were not found in ensembl

Usage

1
missNames(mgl)

Arguments

mgl

Object of class 'mgl'; see buildFromNames, buildFromRegion, or buildFromEnsgs

Details

This gives a vector of gene names where basic information on gene nomenclature in particular identification of the unambiguous ENSG identifier was NOT found.

Details

If a gene is not found, a warning message will appear: 'Gene names missing: ...'. This must be corrected or no other elements can be filled in as the remaining elements all build off of the disambigous ENSG identifier. There are two strategies to fix this. The first is to check gene names for typos or use of less common colloquial names. The second is to use the missNames and fixNames functions in this pacakge to fill in the missing ENSG identifiers. Note: googling the colloquial gene name and 'gene cards' is an excellent way to find an ENSG id. Genecards does an exceptional job of cataloging alternative colloquial names.

See Also

fixNames

Other elements: addAei, addAntisense, addCisEqtl, addDnase, addEnst, addExpression, addGo, addGrasp, addGwasCatalog, addLoc, addPtv, addPubmed, addSqtlAltrans, addSqtlSeek, addTransEqtl

Examples

1
2
3
4
## Not run: buildFromNames(c('CETP', 'APBO'), elements = 
c('name', 'enst', 'location', 'antisense')) -> myMgl
## End(Not run)
## Not run: missNames(myMgl)

mglR documentation built on May 29, 2017, 4:07 p.m.