Package: drawProteins
Title: Package to Draw Protein Schematics from Uniprot API output
Version: 1.6.0
Authors@R: person("Paul", "Brennan", email = "brennanpincardiff@gmail.com", 
                    role = c("aut", "cre"))
Description: This package draws protein schematics from Uniprot API output. 
    From the JSON returned by the GET command, it creates a dataframe from the 
    Uniprot Features API. This dataframe can then be used by geoms based on 
    ggplot2 and base R to draw protein schematics. 
Depends: R (>= 3.4)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Imports: ggplot2, httr, dplyr, readr, stringr, tidyr
Suggests: covr, testthat, knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
RoxygenNote: 6.1.0
URL: https://github.com/brennanpincardiff/drawProteins
BugReports: https://github.com/brennanpincardiff/drawProteins/issues/new
biocViews: Visualization, FunctionalPrediction, Proteomics
git_url: https://git.bioconductor.org/packages/drawProteins
git_branch: RELEASE_3_10
git_last_commit: 041f4a8
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 04:12:53 UTC; biocbuild
Author: Paul Brennan [aut, cre]
Maintainer: Paul Brennan <brennanpincardiff@gmail.com>
Built: R 3.6.1; ; 2019-10-30 13:07:48 UTC; windows
