-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·53 lines (53 loc) · 1.47 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
Package: linkSet
Title: Base Classes for Storing Genomic Link Data
Version: 0.99.3
Authors@R:
person("Gilbert", "Han", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-0293-2467"))
Description: The goal of linkSet is to provide tools for working with gene-enhancer interactions, which is commonly seen in HiC, PC-HiC, and single-cell ATAC-seq data analysis.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
GenomicRanges,
S4Vectors,
R (>= 2.10)
Imports:
methods,
Matrix,
IRanges,
GenomeInfoDb,
BiocGenerics,
Organism.dplyr,
InteractionSet,
ggplot2,
patchwork,
scales,
dplyr,
foreach,
iterators,
stats,
rlang,
MASS,
data.table
Suggests:
knitr,
rmarkdown,
testthat,
TxDb.Mmusculus.UCSC.mm10.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
org.Mm.eg.db,
org.Hs.eg.db,
GenomicFeatures,
gamlss,
gamlss.tr
Collate: class.R AllGenerics.R getset.R
methods.R annotate.R distance.R formatConverter.R
linkSet-package.R GRange_method.R test_helper.R
visualization.R count.R statical.R
biocViews: Software, HiC, DataRepresentation
URL: https://github.com/GilbertHan1011/linkSet, https://gilberthan1011.github.io/linkSet, https://gilberthan1011.github.io/linkSet/
BugReports: https://github.com/GilbertHan1011/linkSet/issues/new
LazyData: true
VignetteBuilder: knitr