-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 loc) · 1.83 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: ICAMS
Type: Package
Title: In-Depth Characterization and Analysis of Mutational Signatures ('ICAMS')
Version: 3.0.6
Author: Steve Rozen, Nanhai Jiang, Arnoud Boot, Mo Liu, Yang Wu, Mi Ni Huang, Jia Geng Chang
Maintainer: Steve Rozen <steverozen@gmail.com>
Description: Analysis and visualization of experimentally elucidated mutational
signatures -- the kind of analysis and visualization in Boot et al.,
"In-depth characterization of the cisplatin mutational signature in
human cell lines and in esophageal and liver tumors", Genome Research 2018,
<doi:10.1101/gr.230219.117> and
"Characterization of colibactin-associated mutational signature in an
Asian oral squamous cell carcinoma and in other mucosal tumor types",
Genome Research 2020 <doi:10.1101/gr.255620.119>.
'ICAMS' stands for In-depth Characterization
and Analysis of Mutational Signatures. 'ICAMS' has functions to read in
variant call files (VCFs) and to collate the corresponding catalogs of
mutational spectra and to analyze and plot catalogs of mutational spectra
and signatures. Handles both "counts-based" and "density-based" (i.e.
representation as mutations per megabase) mutational spectra or signatures.
License: GPL-3 | file LICENSE
URL: https://github.com/steverozen/ICAMS
BugReports: https://github.com/steverozen/ICAMS/issues
Encoding: UTF-8
LazyData: true
Language: en-US
biocViews:
Imports: Biostrings,
BSgenome,
data.table,
dplyr,
fuzzyjoin,
GenomeInfoDb,
GenomicRanges,
graphics,
grDevices,
IRanges,
lifecycle,
RColorBrewer,
stats,
stringi,
utils,
zip
Depends: R (>= 3.5),
RoxygenNote: 7.2.0
Suggests:
BSgenome.Hsapiens.1000genomes.hs37d5,
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Mmusculus.UCSC.mm10,
ggplot2,
reshape2,
rlang,
testthat