DESCRIPTION
41ddf033
 Package: RGMQL
9cf92bd7
 Type: Package
019c45d5
 Title: GenoMetric Query Language for R/Bioconductor
96e2daa1
 Version: 1.5.0
9ffd28f6
 Author: Simone Pallotta, Marco Masseroli
 Maintainer: Simone Pallotta <simonepallotta@hotmail.com>
b3e9c8a8
 Description: This package brings the GenoMetric Query Language (GMQL)
07f76a54
     functionalities into the R environment. GMQL is a high-level, declarative
099f11dc
     language to manage heterogeneous genomic datasets for biomedical purposes, 
 	using simple queries to process genomic regions and their metadata and properties.
 	GMQL adopts algorithms efficiently designed for big data using cloud-computing 
     technologies (like Apache Hadoop and Spark) allowing GMQL to run on modern
 	infrastructures, in order to achieve scalability and high performance.
18697071
 	It allows to create, manipulate and extract genomic data from different 
099f11dc
 	data sources both locally and remotely. Our RGMQL functions allow complex 
 	queries and processing leveraging on the R idiomatic paradigm. 
 	The RGMQL package also provides a rich set of ancillary classes that allow
 	sophisticated input/output management and sorting, such as:
 	ASC, DESC, BAG, MIN, MAX, SUM, AVG, MEDIAN, STD, Q1, Q2, Q3 (and many others).
 	Note that many RGMQL functions are not directly executed in R environment, 
 	but are deferred until real execution is issued.
a9860458
 License: Artistic-2.0
94a33e57
 URL: http://www.bioinformatics.deib.polimi.it/genomic_computing/GMQL/
9cf92bd7
 Encoding: UTF-8
 LazyData: true
9089a38d
 RoxygenNote: 6.1.0
07f76a54
 Imports:
     httr,
68a0f346
     rJava,
     GenomicRanges,
07f76a54
     rtracklayer,
     data.table,
     utils,
     plyr,
     xml2,
     methods,
     S4Vectors,
     dplyr,
c7602281
     stats,
     glue,
     BiocGenerics
07f76a54
 Depends:
099f11dc
     R(>= 3.4.2), RGMQLlib
ec17ae98
 VignetteBuilder: knitr
b3e9c8a8
 Suggests: 
07f76a54
     BiocStyle,
     knitr,
     rmarkdown
b3e9c8a8
 biocViews:
     Software,
     Infrastructure,
     DataImport,
     Network,
0caa3761
     ImmunoOncology,
b3e9c8a8
     SingleCell
 Collate: 
48ab60c3
     'AllClasses.R'
     'AllGenerics.R'
b3e9c8a8
     'GMQLtoGRanges.R'
     'GRangesToGMQL.R'
48ab60c3
     'S3Aggregates.R'
     'S3Cover-Param.R'
     'S3Distal.R'
     'S3Operator.R'
b3e9c8a8
     'Utils.R'
48ab60c3
     'evaluation-functions.R'
e5131ba8
     'filter-extract-function.R'
48ab60c3
     'gmql_cover.R'
     'gmql_difference.R'
     'gmql_extend.R'
c7602281
     'gmql_group.R'
83eb0624
     'gmql_init.R'
48ab60c3
     'gmql_join.R'
     'gmql_map.R'
     'gmql_materialize.R'
     'gmql_merge.R'
     'gmql_order.R'
     'gmql_project.R'
     'gmql_read.R'
     'gmql_select.R'
     'gmql_union.R'
b3e9c8a8
     'onLoad.R'
48ab60c3
     'ordering-functions.R'
     'web-services.R'