forked from GreiffLab/immuneREF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (31 loc) · 816 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
Package: immuneREF
Type: Package
Title: Comparing Immune Repertoires
Version: 0.5.0
Authors@R: c(
person("Cedric", "Weber", email = "[email protected]",role = c("aut", "cre")),
person("Victor", "Greiff", email = "[email protected]",role = "aut"))
Author: Cedric Weber [aut, cre],
Victor Greiff [aut]
Maintainer: Cedric Weber <[email protected]>
Description: Compares immune repertoires based on 6 commonly used characteristics
and generates correlation matrix.
Depends: R (>= 3.4.0)
Imports: kebabs,
igraph,
Biostrings,
stringdist,
vegan,
doParallel,
foreach,
dplyr,
ggplot2,
ggiraphExtra,
grid,
ComplexHeatmap,
pheatmap
License: GPL-3
URL: https://immuneREF.readthedocs.io
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0