biotextgraph: biotextgraph

View source: R/biotextgraph.R

biotextgraphR Documentation

biotextgraph

Description

wrapper for functions refseq, pubmed, enzyme, and bugsigdb

Usage

biotextgraph(target, argList)

Arguments

target

"pubmed", "bugsigdb", "refseq", "ec"

argList

passed to each function

Details

The function calls the various types of databases (refseq, pubmed, ...) for summarizing the textual data.

Value

list of data frames and ggplot2 object

Examples

geneList <- c("DDX41","PNKP","IRF3","XRCC1","ERCC2")
biotextgraph("refseq", argList=list(geneList=geneList))

noriakis/wcGeneSummary documentation built on April 22, 2024, 7:12 a.m.