Learn R Programming

mglR (version 0.1.0)

addPubmed: Adds number of titles from Pubmed to list

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

addPubmed(mgl, max = 30000)

Arguments

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

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

Run the code above in your browser using DataLab