enzyme | R Documentation |
Text mining the enzyme information.
enzyme(
file,
ecnum,
onlyTerm = FALSE,
onlyDf = FALSE,
target = "abstract",
taxec = FALSE,
taxFile = NULL,
candTax = NULL,
argList = list(),
apiKey = NULL
)
file |
file downloaded from expasy |
ecnum |
candidate ecnum, like those obtained from eggNOG-mapper |
onlyTerm |
only return quoted queries to wcAbst |
onlyDf |
only return ec description data.frame if onlyTerm and onlyDf are both specified, onlyTerm have priority |
target |
abstract or title |
taxec |
link taxonomy to EC using UniProt Taxonomy ID file If this is TRUE, data.frame is returned |
taxFile |
UniProt organism ID file path |
candTax |
when taxec=TRUE, search only for these species. |
argList |
passed to osplot(target="pubmed") |
apiKey |
api key for PubMed |
Query the Enzyme Comission number and obtain description, and search pubmed for these enzymes and make word cloud and correlation network. Need to specify the path to "enzyme.dat" downloaded from from ExPASy (https://enzyme.expasy.org/).
object consisting of data frame and ggplot2 object
generalf
file <- "enzyme.dat"
## Not run: enzyme(file, ecnum="1.2.1.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.