-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 2.28 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 2.28 KB
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
63
64
65
Package: cfDNAPro
Type: Package
Title: cfDNAPro extracts and Visualises biological features from whole genome sequencing data of cell-free DNA
Version: 1.7.3
biocViews: Visualization, Sequencing, WholeGenome
Authors@R: c(
person("Haichao","Wang", email="hw538@cam.ac.uk", role =c("aut","cre")),
person("Paulius D.","Mennea", email="paulius.mennea@cruk.cam.ac.uk", role =c("ctb")),
person("Hui","Zhao", email="hui.zhao@cruk.cam.ac.uk", role =c("ctb")),
person("Elkie","Chan", email="elkie.chan@cruk.cam.ac.uk", role =c("ctb")),
person("Christopher", "Smith", email="christopher.smith@cruk.cam.ac.uk", role = c("ctb")),
person("Tomer", "Kaplan", email="tomer.kaplan@cruk.cam.ac.uk", role = c("ctb")),
person("Florian", "Markowetz", email="florian.markowetz@cruk.cam.ac.uk", role = c("ctb")),
person("Nitzan","Rosenfeld", email="nitzan.rosenfeld@cruk.cam.ac.uk", role =c("ctb")))
Description: cfDNA fragments carry important features for building cancer sample classification ML models, such as fragment size, and fragment end motif etc.
Analyzing and visualizing fragment size metrics, as well as other biological features in a curated, standardized, scalable, well-documented, and reproducible way might be time intensive.
This package intends to resolve these problems and simplify the process. It offers two sets of functions for cfDNA feature characterization and visualization.
Depends:
R (>= 4.1.0),
magrittr (>= 1.5.0)
Imports:
tibble,
GenomicAlignments,
IRanges,
plyranges,
GenomeInfoDb,
GenomicRanges,
BiocGenerics,
stats,
utils,
dplyr (>= 0.8.3),
stringr (>= 1.4.0),
quantmod (>= 0.4),
ggplot2 (>= 3.2.1),
Rsamtools (>= 2.4.0),
Biostrings,
rlang (>= 0.4.0),
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.NCBI.GRCh38,
QDNAseq,
QDNAseq.hg19,
Homo.sapiens,
ggrepel,
ggpattern,
patchwork,
gsubfn,
plyr
Suggests:
scales,
ggpubr,
knitr (>= 1.23),
rmarkdown (>= 1.14),
devtools (>= 2.3.0),
BiocStyle,
magick,
bookdown,
testthat
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://github.com/hw538/cfDNAPro
BugRePORTS: https://github.com/hw538/cfDNAPro/issues
BiocType: Software