-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 2.58 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
54
55
56
57
58
59
60
Package: kmeRtone
Type: Package
Version: 1.0
Date: 2024-08-26
Title: Multi-Purpose and Flexible k-Meric Enrichment Analysis Software
Description: A multi-purpose and flexible k-meric enrichment analysis software.
'kmeRtone' measures the enrichment of k-mers by comparing the population of
k-mers in the case loci with a carefully devised internal negative control
group, consisting of k-mers from regions close to, yet sufficiently distant
from, the case loci to mitigate any potential sequencing bias. This method
effectively captures both the local sequencing variations and broader
sequence influences, while also correcting for potential biases, thereby
ensuring more accurate analysis. The core functionality of 'kmeRtone' is
the SCORE() function, which calculates the susceptibility scores for k-mers in
case and control regions. Case regions are defined by the genomic coordinates
provided in a file by the user and the control regions can be constructed
relative to the case regions or provided directly. The k-meric susceptibility
scores are calculated by using a one-proportion z-statistic. 'kmeRtone' is
highly flexible by allowing users to also specify their target k-mer patterns
and quantify the corresponding k-mer enrichment scores in the context of
these patterns, allowing for a more comprehensive approach to understanding
the functional implications of specific DNA sequences on a genomic scale
(e.g., CT motifs upon UV radiation damage).
Adib A. Abdullah, Patrick Pflughaupt, Claudia Feng, Aleksandr B. Sahakyan (2024) Bioinformatics (submitted).
Authors@R: c(
person("Adib", "Abdullah", email = "adib.abdullah@imm.ox.ac.uk", role = "aut"),
person("Patrick", "Pflughaupt", email = "patrick.pflughaupt@imm.ox.ac.uk", role = "aut"),
person("Aleksandr", "Sahakyan", email = "sahakyanlab@cantab.net", role = c("aut", "cre")))
SystemRequirements: GNU make
Imports:
data.table (>= 1.15.0),
R6 (>= 2.5.1),
Rcpp (>= 1.0.12),
R.utils (>= 2.12.3),
openxlsx (>= 4.2.5.2),
png (>= 0.1-8),
RcppSimdJson (>= 0.1.11),
venneuler (>= 1.1-4),
stringi,
curl,
future,
future.apply,
jsonlite,
progressr,
Biostrings,
seqLogo
Depends:
R (>= 4.2)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo: Rcpp, stringi
URL: https://github.com/SahakyanLab/kmeRtone
BugReports: https://github.com/SahakyanLab/kmeRtone/issues
Encoding: UTF-8
License: GPL-3
LazyData: true
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3