-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
43 lines (43 loc) · 1.03 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
Package: antigen.garnish
Title: Tumor neoantigen prediction
Version: 2.3.1
Authors@R:
c(person(given = c("Lee", "P."),
family = "Richman",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Robert", "H."),
family = "Vonderheide",
role = "aut",
email = "[email protected]"),
person(given = c("Andrew", "J."),
family = "Rech",
role = "aut",
email = "[email protected]"))
Description: Ensemble tumor neoantigen prediction from complex
variants. Immunogenicity filtering based on the Tumor Neoantigen
Selection Alliance (TESLA).
License: See LICENSE
Imports:
Biostrings,
data.table,
magrittr,
mclust,
parallel,
purrr,
Rdpack,
stats,
stringr,
testthat,
tidyr,
uuid,
vcfR,
zoo
RdMacros:
Rdpack
Encoding: UTF-8
LazyData: true
LazyLoad: yes
RemoteUrl: https://github.com/andrewrech/antigen.garnish
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1