-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
68 lines (68 loc) · 2.04 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
62
63
64
65
66
67
68
Package: VDJdive
Title: Analysis Tools for 10X V(D)J Data
Version: 1.3.5
Authors@R: c(
person("Kelly", "Street", role = c("aut", "cre"), email = "street.kelly@gmail.com", comment = c(ORCID = "0000-0001-6379-5013")),
person("Mercedeh", "Movassagh", role = "aut", email = "mercedeh@ds.dfci.harvard.edu", comment = c(ORCID = "0000-0001-7690-0230")),
person("Jill", "Lundell", role = "aut", email = "jflundell@gmail.com", comment = c(ORCID = "0000-0002-6048-4700")),
person("Jared", "Brown", role = "ctb"),
person("Linglin", "Huang", role = "ctb"),
person("Mingzhi", "Ye", role = "ctb"))
Description: This package provides functions for handling and analyzing immune receptor repertoire data, such as produced by the CellRanger V(D)J pipeline. This includes reading the data into R, merging it with paired single-cell data, quantifying clonotype abundances, calculating diversity metrics, and producing common plots. It implements the E-M Algorithm for clonotype assignment, along with other methods, which makes use of ambiguous cells for improved quantification.
Depends:
R (>= 4.2)
Imports:
BiocParallel,
cowplot,
ggplot2,
gridExtra,
IRanges,
Matrix,
methods,
RColorBrewer,
Rcpp,
S4Vectors,
SingleCellExperiment,
stats,
SummarizedExperiment,
utils
Suggests:
breakaway,
covr,
knitr,
rmarkdown,
testthat,
BiocStyle
LinkingTo: Rcpp
License: Artistic-2.0
URL: https://github.com/kstreet13/VDJdive
BugReports: https://github.com/kstreet13/VDJdive/issues
biocViews:
Software,
ImmunoOncology,
SingleCell,
Annotation,
RNASeq,
TargetedResequencing
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
StagedInstall: no
VignetteBuilder: knitr
Collate:
'RcppExports.R'
'clonoStats_class.R'
'abundanceVDJ.R'
'barVDJ.R'
'boxVDJ.R'
'calculateDiversity.R'
'clonoStats_helpers.R'
'clonoStats.R'
'contigs.R'
'pieVDJ.R'
'runBreakaway.R'
'runVDJPCA.R'
'scatterVDJ.R'
'setup.R'
'utils.R'