-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.38 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
Package: scDNA
Title: Analyzing single cell DNA sequencing data
Version: 1.1
Authors@R:
person(given = "Bobby",
family = "Bowman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(Twitter = "bowman_rl"))
Description: This package contains functions for analyzing single cell DNA-sequencing data. Functions primarily focus on data exported from Mission Bio's Tapestri pipeline.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews:
Imports:
BSgenome.Hsapiens.UCSC.hg19,
dplyr,
GenomicRanges,
magrittr,
rhdf5,
stats,
tidyr,
tidyselect,
VariantAnnotation,
methods,
rlang,
purrr,
colorspace,
TxDb.Hsapiens.UCSC.hg19.knownGene,
cowplot,
sparseMatrixStats,
igraph,
GenomicFeatures,
Matrix,
RColorBrewer,
S4Vectors,
SingleCellExperiment,
stringr,
SummarizedExperiment,
tibble,
vegan,
doParallel,
foreach,
mefa4,
methods,
flowCore
Suggests:
rmarkdown,
knitr,
Seurat
VignetteBuilder: knitr
Depends:
R (>= 4.3.0),
NeedsCompilation: no
Packaged: 2023-09-19 20:51:10 UTC; bowmanrl
Author: Bobby Bowman [aut, cre] (bowman_rl)
Maintainer: Bobby Bowman <[email protected]>
URL: https://bowmanr.github.io/scDNA/