Package: variantspark
Type: Package
Title: A 'Sparklyr' Extension for 'VariantSpark'
Version: 0.1.1
Authors@R: c(
    person("Samuel", "Macêdo", email = "samuelmacedo@recife.ifpe.edu.br", 
           role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = "aut")
    )
Maintainer: Samuel Macêdo <samuelmacedo@recife.ifpe.edu.br>
Description: This is a 'sparklyr' extension integrating 'VariantSpark' and R. 'VariantSpark' is 
  a framework based on 'scala' and 'spark' to analyze genome datasets, 
  see <https://bioinformatics.csiro.au/>. It was tested on datasets with 3000 samples 
  each one containing 80 million features in either unsupervised clustering approaches 
  and supervised applications, like classification and regression. The genome datasets
  are usually writing in VCF, a specific text file format used 
  in bioinformatics for storing gene sequence variations. So, 'VariantSpark' is a great 
  tool for genome research, because it is able to read VCF files, run analyses and return 
  the output in a 'spark' data frame.
License: Apache License 2.0 | file LICENSE
LazyData: true
Imports: sparklyr (>= 1.0.1)
RoxygenNote: 6.1.1
Suggests: testthat
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-06-11 23:30:12 UTC; dmmad
Author: Samuel Macêdo [aut, cre],
  Javier Luraschi [aut]
Repository: CRAN
Date/Publication: 2019-06-13 16:20:03 UTC
Built: R 4.2.0; ; 2022-03-22 23:44:06 UTC; unix
