-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 904 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
Package: PICsnATAC
Title: PICsnATAC: Paired Insertion Counting for snATAC-seq data
Version: 0.3.1
Authors@R: c(
person("Zhen", "Miao", , "zhenmiao@pennmedicine.upenn.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3255-9517")
),
person("Junhyong", "Kim",, role = c("aut"),
comment = c(ORCID = "0000-0002-7726-8246")
))
Description: A package for Paired Insertion Counting for snATAC-seq data.
Depends:
R (>= 3.4.0)
Imports:
methods,
Matrix,
data.table,
parallel,
utils,
BiocGenerics,
GenomeInfoDb,
IRanges,
GenomicRanges,
Rsamtools,
tidyr,
progress
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://zhen-miao.github.io/PICsnATAC/