-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: BGData
Version: 2.4.1
License: MIT + file LICENSE
Title: A Suite of Packages for Analysis of Big Genomic Data
Description: An umbrella package providing a phenotype/genotype data structure
and scalable and efficient computational methods for large genomic datasets
in combination with several other packages: 'BEDMatrix', 'LinkedMatrix',
and 'symDMatrix'.
Authors@R: c(
person("Gustavo", "de los Campos", email = "[email protected]", role = c("aut")),
person("Alexander", "Grueneberg", email = "[email protected]", role = c("aut", "cre")),
person("Paulino", "Perez", email = "[email protected]", role = c("ctb")),
person("Ana", "Vazquez", email = "[email protected]", role = c("ctb")))
URL: https://github.com/QuantGen/BGData
BugReports: https://github.com/QuantGen/BGData/issues
Depends:
R (>= 3.0.2),
BEDMatrix (>= 1.4.0),
LinkedMatrix (>= 1.3.0),
symDMatrix (>= 2.0.0)
Imports:
methods,
parallel,
crochet (>= 2.1.0),
bigmemory,
synchronicity,
ff,
bit
Suggests:
data.table (>= 1.9.6),
lme4,
SKAT,
testthat