forked from dwinter/pafr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.19 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
Package: pafr
Title: Read, Manipulate and Visualize 'Pairwise mApping Format' Data
Version: 0.0.2
Authors@R: c(
person("David", "Winter",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6165-0029")),
person("Kate", "Lee",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-0886-3746")),
person("Murray", "Cox",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-1936-0236")))
Description: Provides functions to read, process and visualize pairwise sequence
alignments in the 'PAF' format used by 'minimap2' and other whole-genome aligners.
'minimap2' is described by Li H. (2018) <doi:10.1093/bioinformatics/bty191>.
Depends:
R (>= 3.4.4),
ggplot2,
Imports:
dplyr,
tibble,
stringr,
rlang
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat,
covr,
knitr,
ggpubr,
rmarkdown,
microbenchmark
RoxygenNote: 7.1.1
URL: https://dwinter.github.io/pafr/
BugReports: https://github.com/dwinter/pafr/issues
VignetteBuilder: knitr