Package: rPDBapi
Type: Package
Title: A Comprehensive Interface for Accessing the Protein Data Bank
Version: 1.0
Authors@R: c(person("Selcuk", "Korkmaz", email="selcukorkmaz@gmail.com", role=c("aut", "cre"),
                    comment = c(ORCID = "0000-0003-4632-6850")),
             person("Bilge Eren", "Yamasan", email="berenyamasan@hotmail.com", role="aut",
                    comment = c(ORCID = "0000-0002-6525-2503")))
Description: Streamlines the interaction with the RCSB Protein Data Bank (PDB) <https://www.rcsb.org/>. This interface offers an intuitive and 
            powerful tool for searching and retrieving a diverse range of data types from the PDB. It includes advanced functionalities like 
            BLAST and sequence motif queries. Built upon the existing XML-based API of the PDB, it simplifies the creation of custom requests, 
            thereby enhancing usability and flexibility for researchers.
License: GPL (>= 2)
Encoding: UTF-8
Imports: dplyr, purrr, httr, jsonlite, xml2, stringr, bio3d, magrittr,
        methods
RoxygenNote: 7.3.0
NeedsCompilation: no
Packaged: 2024-01-17 09:38:48 UTC; selcukkorkmaz
Author: Selcuk Korkmaz [aut, cre] (<https://orcid.org/0000-0003-4632-6850>),
  Bilge Eren Yamasan [aut] (<https://orcid.org/0000-0002-6525-2503>)
Maintainer: Selcuk Korkmaz <selcukorkmaz@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-17 19:00:06 UTC
