-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
39 lines (39 loc) · 975 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: fishHook
Title: R Package for performing Gamma-Poisson regression on somatic mutation count data
Version: 0.1
Authors@R: c(person(given = "Marcin",
family = "Imielinski", role = c("aut", "cre"), email = "[email protected]"))
Description: Package for performing Gamma-Poisson regression on somatic mutation
count data with covariates to identify mutational enrichment or depletion in a
statistically-calibrated fashion.
biocViews:
bioc::3.10/GenomeInfoDb,
bioc::3.10/S4Vectors,
bioc::3.10/IRanges,
bioc::3.10/XVector,
bioc::3.10/GenomicRanges,
bioc::3.10/rtracklayer,
bioc::3.10/VariantAnnotation
Remotes:
github::mskilab/gUtils
Depends:
R (>= 3.6.0),
GenomicRanges,
gUtils,
plotly,
data.table (>= 1.9)
Imports:
MASS,
Matrix,
rtracklayer,
zoo,
GenomeInfoDb,
S4Vectors,
BiocGenerics,
R6
Suggests:
parallel,
testthat
License: GPL-2
LazyData: true
RoxygenNote: 7.1.1