-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
25 lines (25 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: pubtatordb
Type: Package
Title: Create and Query a Local 'PubTator' Database
Version: 0.1.4
Authors@R: c(
person("Zachary", "Colburn", email = "[email protected]", role = c("aut", "cre")),
person("Madigan Army Medical Center - Department of Clinical Investigation", email = "[email protected]", role = c("cph", "fnd"))
)
Maintainer: Zachary Colburn <[email protected]>
Description: 'PubTator' <https://www.ncbi.nlm.nih.gov/CBBresearch/Lu/Demo/PubTator/> is a National Center for Biotechnology Information (NCBI) tool that enhances the annotation of articles on PubMed <https://www.ncbi.nlm.nih.gov/pubmed/>. It makes it possible to rapidly identify potential relationships between genes or proteins using text mining techniques. In contrast, manually searching for and reading the annotated articles would be very time consuming. 'PubTator' offers both an online interface and a RESTful API, however, neither of these approaches are well suited for frequent, high-throughput analyses. The package 'pubtatordb' provides a set of functions that make it easy for the average R user to download 'PubTator' annotations, create, and then query a local version of the database.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: covr,
testthat,
knitr,
rmarkdown
Imports: DBI,
R.utils,
RSQLite,
assertthat,
dplyr,
readr
VignetteBuilder: knitr
RoxygenNote: 7.0.0