-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.34 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
34
35
36
37
38
39
40
41
42
43
44
45
Package: daeqtlr
Type: Package
Title: DAEQTL Mapping
Version: 0.1.0
Authors@R: c(
person(given = "Ramiro", family = "Magno",
email = "ramiro.magno@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3441")),
person(given = "Joana", family = "M Xavier",
email = "joana.xavier1@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0002-0702-6700")),
person(given = "Ana-Teresa", family = "Maia",
email = "maia.anateresa@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-0454-9207")),
person("CINTESIS",
role = c("cph", "fnd"))
)
Description: Differential allelic expression (DAE) can be treated as a
quantitative trait. Marker genotypes collected from the same set of
individuals can, in turn, be used in testing statistical associations with
DAE. This package provides routines for performing such a workflow, i.e.
differential allelic expression trait loci mapping.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
cli,
data.table,
dplyr,
forcats,
future,
future.apply,
ggbeeswarm,
ggplot2,
magrittr,
readr,
rlang,
tibble
URL: http://maialab.org/daeqtlr, https://github.com/maialab/daeqtlr
BugReports: https://github.com/maialab/daeqtlr/issues
Suggests:
rmarkdown