forked from evenrus/mmsig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.29 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
Package: mmsig
Title: A Mutational Signature Fitting Tool for Hematological Cancers
Version: 2.0
Authors@R: c(
person(given = "Even", family = "Rustad", role = c("aut", "cre"),
email = "[email protected]",comment = c(ORCID = "https://orcid.org/0000-0002-9320-4963")),
person(given = "Nicos", family = "Angelopoulos", role = "aut", email = "[email protected]"),
person(given = "Francesco", family = "Maura", role = c("aut", "cph"), email = "[email protected]")
)
Description: A mutational signature fitting approach based on a expectation maximization algorithm
and using cosine similarities for dynamic error suppression. Provides bootstrapping-based
confidence intervals and assessment of transcriptional strand bias.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews:
Imports:
seqinr,
plyr,
tibble,
tidyr,
dplyr,
ggplot2,
reshape2,
RColorBrewer,
BSgenome,
BSgenome.Hsapiens.UCSC.hg38,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
MutationalPatterns,
deconstructSigs,
GenomicFeatures,
GenomicRanges,
IRanges,
GenomeInfoDb
Depends:
R (>= 2.10),
BSgenome.Hsapiens.UCSC.hg19