-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 912 Bytes
/
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
Package: cdr3tools
Title: Insert Length Adjustment Gaps in IMGT JUNCTION sequences
Version: 0.0.0.9032
Authors@R:
person("Christopher", "Parks", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2772-2965"))
Description: Adjust IMGT JUNCTION sequences for length by inserting gaps
according to the IMGT unique numbering rules. Vectorised for JUNCTION
sequences and their gap-inserted, length-adjusted replacements.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
data.table,
dplyr,
dtplyr,
httr,
magrittr,
methods,
purrr,
rlang (>= 0.4.11),
stats,
stringr,
tibble,
tidyr,
tidyselect
URL: https://github.com/caparks2/cdr3tools
BugReports: https://github.com/caparks2/cdr3tools/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
roxygen2