-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 963 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
32
33
34
35
36
37
38
39
Package: scPloidy
Type: Package
Title: Infer Ploidy of Single Cells
Version: 0.6.2
Authors@R: person("Fumihiko", "Takeuchi", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3185-5661"))
Description: Compute ploidy of single cells (or nuclei)
based on single-cell (or single-nucleus)
ATAC-seq (Assay for Transposase-Accessible Chromatin using sequencing)
data <https://github.com/fumi-github/scPloidy>.
BugReports: https://github.com/fumi-github/scPloidy/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
dplyr,
GenomicRanges,
magrittr,
MASS,
matrixStats,
mixtools,
nimble,
rlang,
Rsamtools,
tibble,
tidyr,
utils
Suggests:
gplots,
IRanges,
knitr,
readr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr