Package: GA4GHclient
Type: Package
Title: A Bioconductor package for accessing GA4GH API data servers
Version: 1.0.0
Authors@R: c(person("Welliton", "Souza", email = "well309@gmail.com",
    role = c("aut", "cre")),
    person("Benilton", "Carvalho", email = "benilton@unicamp.br", role = "ctb"),
    person("Cristiane", "Rocha", email = "crirocha@gmail.com", role = "ctb"))
Description: GA4GHclient provides an easy way to access public data servers
    through Global Alliance for Genomics and Health (GA4GH) genomics API. It
    provides low-level access to GA4GH API and translates response data into
    Bioconductor-based class objects.
License: GPL (>= 2)
Depends: S4Vectors
Imports: BiocGenerics, Biostrings, dplyr, GenomeInfoDb, GenomicRanges,
        httr, IRanges, jsonlite, methods, purrr, VariantAnnotation
Suggests: AnnotationDbi, BiocStyle, DT, knitr, org.Hs.eg.db, rmarkdown,
        testthat, TxDb.Hsapiens.UCSC.hg19.knownGene
LazyData: TRUE
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/labbcb/GA4GHclient
BugReports: https://github.com/labbcb/GA4GHclient/issues
biocViews: DataRepresentation, ThirdPartyClient
NeedsCompilation: no
Packaged: 2017-04-25 01:52:46 UTC; biocbuild
Author: Welliton Souza [aut, cre],
  Benilton Carvalho [ctb],
  Cristiane Rocha [ctb]
Maintainer: Welliton Souza <well309@gmail.com>
Built: R 3.4.0; ; 2017-04-25 04:08:33 UTC; windows
