forked from airr-community/rep-cred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.01 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
46
47
48
49
Package: repcred
Type: Package
Version: 0.0.1
Date: 2024-04-29
Authors@R: c(person("Susanna", "Marquez", role=c("aut", "cre"),
email="[email protected]"),
person("AIRR Community", role=c("cph")))
Title: Repertoire Credibility
Description: RepCred: Repertoire Credibility. Tools to evaluate the credibility
adaptive immune receptor repertoires.
License: CC BY-SA 4.0
BugReports: https://github.com/airr-community/rep-cred
LazyData: true
BuildVignettes: true
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: DataRepresentation
Depends:
R (>= 3.5.0),
shiny
Imports:
airr,
alakazam,
ape,
Biostrings,
bookdown,
data.table,
dplyr,
ggplot2,
ggpubr,
kableExtra,
knitr,
optparse,
rlang,
rmarkdown,
stringr,
stringi,
tidyr,
xfun,
Suggests:
testthat
RoxygenNote: 7.3.1
Collate:
'repcred.R'
'cdr3_check.R'
'repcred-core.R'
'report-functions.R'
'sumrep_stats.R'
'ui_edit.R'