-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
executable file
·61 lines (61 loc) · 1.34 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
50
51
52
53
54
55
56
57
58
59
60
61
Package: sumrep
Type: Package
Version: 0.0.0.9000
Date: 2019-11-19
Authors@R: c(person("Branden", "Olson", email="[email protected]", role=c("aut", "cre")),
person("Frederick", "Matsen", email="[email protected]", role=c("ctb")),
person("Jason", "Vander Heiden", email="[email protected]", role=c("ctb")))
Title: Summary statistics for B cell receptor (BCR) repertoires
Description: What the package does (one paragraph).
URL: https://github.com/matsengrp/sumrep
BugReports: https://github.com/matsengrp/sumrep/issues
License: TBD
LazyData: true
BuildVignettes: true
VignetteBuilder: knitr
Encoding: UTF-8
SystemRequirements: Python 2.7
biocViews:
Depends:
R (>= 3.3.3),
ggplot2 (>= 3.2.0)
Imports:
alakazam (>= 0.3.0),
ape,
Biostrings,
CollessLike,
crayon,
data.table,
dplyr (>= 0.8.1),
entropy,
glmnet,
grid,
jsonlite,
magrittr,
methods,
Peptides,
plotmo,
seqinr,
shazam (>= 0.2.1),
stringdist,
stringr,
stats,
textmineR,
utils,
yaml
Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 7.2.0
Collate:
'Approximation.R'
'Compare.R'
'DivergenceFunctions.R'
'HDMD_FactorTransform.R'
'HelperFunctions.R'
'IGoRFunctions.R'
'IgBlastFunctions.R'
'PartisFunctions.R'
'SumRep.R'
'SummaryStats.R'