-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
executable file
·53 lines (53 loc) · 1.37 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: gGnome
Title: gGnome: reference based assembly graph for analyzing rearranged genomes
Version: 0.1
Authors@R:
c(person("Xiaotong", "Yao", email = "[email protected]", role = c("aut", "cre")),
person("Marcin", "Imielinski", email = "[email protected]", role = c("aut"),
))
Description: The gGnome package provides a flexible, queriable R interface to graphs and walks of reference genomic intervals. gGnome is written in the R6 object oriented standard and built around a powerful GenomicRanges, data.table, and igraph backend, and thus supports agile interaction with graphs consisting of hundreds of thousands of nodes and edges.
NeedsCompilation: yes
Remotes:
github::mskilab-org/gUtils,
github::mskilab-org/gTrack,
github::mskilab-org/fishHook,
github::mskilab-org/bamUtils,
github::mskilab-org/gChain,
github::Bioconductor/VariantAnnotation
Depends:
R (>= 4.0.0),
data.table (>= 1.14),
igraph,
Matrix,
gTrack,
gUtils,
reshape2,
GenomicRanges
Imports:
methods,
R6,
VariantAnnotation,
rtracklayer,
RCurl,
jsonlite,
stringr,
gChain,
fishHook,
forcats,
IRanges,
GenomeInfoDb,
BiocGenerics,
S4Vectors
Suggests:
testthat (>= 2.0),
circlize,
covr,
reshape,
Biostrings,
ape,
bamUtils,
arrow
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3