-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
30 lines (30 loc) · 1.27 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
Package: RTIGER
Type: Package
Title: HMM-Based Model for Genotyping and Cross-Over Identification
Version: 2.1.0
Authors@R: c(
person("Rafael", "Campos-Martin", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0002-1395-8571")),
person("Sophia", "Schmickler", email = "[email protected]", role = c("aut")),
person("Manish", "Goel", email = "[email protected]", role = c("ctb")),
person("Korbinian", "Schneeberger", email = "[email protected]", role = c("aut")),
person("Achim", "Tresch", email = "[email protected]", role= c("aut"))
)
Description: Our method integrates information from all sequenced samples, thus avoiding loss of alleles due to low coverage. Moreover, it increases the statistical power to uncover sequencing or alignment errors <doi:10.1093/plphys/kiad191>.
Depends:
R (>= 3.6),
GenomicRanges,
GenomeInfoDb
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Imports: methods, e1071, extraDistr, reshape2, ggplot2, TailRank, JuliaCall, IRanges, qpdf, grDevices, graphics, stats, utils
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
markdown,
Gviz,
rtracklayer
biocViews: GenomeAnnotation, HiddenMarkovModel, Sequencing