-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 1.17 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
Package: genio
Title: Genetics Input/Output Functions
Version: 1.1.4.9000
Authors@R:
person(given = "Alejandro",
family = "Ochoa",
role = c("aut", "cre"),
email = "alejandro.ochoa@duke.edu",
comment = c(ORCID = "0000-0003-4928-3403"))
Description: Implements readers and writers for file formats associated with genetics data. Reading and writing Plink BED/BIM/FAM and GCTA binary GRM formats is fully supported, including a lightning-fast BED reader and writer implementations. Other functions are 'readr' wrappers that are more constrained, user-friendly, and efficient for these particular applications; handles Plink and Eigenstrat tables (FAM, BIM, IND, and SNP files). There are also make functions for FAM and BIM tables with default values to go with simulated genotype data.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
readr (>= 2.0.0),
tibble,
dplyr,
Rcpp,
R.utils
LinkingTo:
Rcpp
Suggests:
testthat,
knitr,
rmarkdown,
BEDMatrix,
snpStats,
lobstr
VignetteBuilder: knitr
URL: https://github.com/OchoaLab/genio
BugReports: https://github.com/OchoaLab/genio/issues