-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.09 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
61
62
Package: knowYourCG
Type: Package
Title: Functional analysis of DNA methylome datasets
Version: 1.3.15
Authors@R: c(person("Zhou", "Wanding", role=c("aut"), email = "zhouwanding@gmail.com", comment = c(ORCID = "0000-0001-9126-1932")),
person("Goldberg", "David", role=c("aut","cre"), email="golddc72@pennmedicine.upenn.edu", comment=c(ORCID="0000-0002-9622-4708")),
person("Fu","Hongxiang",role=c("ctb"), email="fhx@seas.upenn.edu"))
Description: KnowYourCG (KYCG) is a supervised learning framework designed for
the functional analysis of DNA methylation data. Unlike existing
tools that focus on genes or genomic intervals, KnowYourCG
directly targets CpG dinucleotides, featuring automated
supervised screenings of diverse biological and technical
influences, including sequence motifs, transcription factor
binding, histone modifications, replication timing,
cell-type-specific methylation, and trait-epigenome
associations. KnowYourCG addresses the challenges of data
sparsity in various methylation datasets, including low-pass
Nanopore sequencing, single-cell DNA methylomes,
5-hydroxymethylation profiles, spatial DNA methylation maps, and
array-based datasets for epigenome-wide association studies and
epigenetic clocks.
Depends: R (>= 4.4.0)
URL: https://github.com/zhou-lab/knowYourCG
BugReports: https://github.com/zhou-lab/knowYourCG/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2
Imports:
sesameData,
dplyr,
methods,
rlang,
GenomicRanges,
IRanges,
reshape2,
S4Vectors,
stats,
stringr,
utils,
ggplot2,
ggrepel,
tibble,
wheatmap,
magrittr
biocViews:
Epigenetics,
DNAMethylation,
Sequencing,
SingleCell,
Spatial,
MethylationArray
Suggests:
testthat (>= 3.0.0),
SummarizedExperiment,
rmarkdown,
knitr,
sesame,
gprofiler2,
ggrastr
Config/testthat/edition: 3