addPubmed: Adds number of titles from Pubmed to list

Description Usage Arguments See Also Examples

View source: R/addPubmed_function.R

Description

addGo returns an 'mgl' list with the sixth element as the number of titles from scientific publications indexed in Pubmed that reference the gene of interest. Please note that this function is a modification of GetPubMed from the NCBI2R package written by Scott Melville and archived on CRAN (see https://ncbi2r.wordpress.com/)

Usage

1
addPubmed(mgl, max = 30000)

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

max

Maximum number of papers to return (i.e. this value will be returned if the number of papers exceeds it)

See Also

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

Examples

1
2
## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addPubmed(myMgl)

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