forked from KrasnitzLab/CNprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.39 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
Package: CNprep
Type: Package
Title: Pre-process DNA Copy Number (CN) Data for Detection of CN Events
Version: 2.1.1
Date: 2012-12-06
Authors@R: c(person("Alex", "Krasnitz", role=c("aut")),
person("Pascal", "Belleau",
email="[email protected]",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-0802-1071")),
person("Astrid", "Deschênes",
email="[email protected]",
role=c("aut"),
comment = c(ORCID = "0000-0001-7846-6749")),
person("Guoli", "Sun",
email="[email protected]", role=c("aut")))
Description: This package evaluates DNA copy number data, using both their
initial form (copy number as a noisy function of genomic position) and
their approximation by a piecewise-constant function (segmentation), for
the purpose of identifying genomic regions where the copy number differs
from the normal.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.6),
BiocParallel,
S4Vectors,
mclust,
stats
Suggests: testthat,
BiocStyle,
knitr,
gtrellis,
GenomicRanges,
ComplexHeatmap,
devtools,
rmarkdown
biocViews: Software, StatisticalMethod, WholeGenome, Sequencing, Microarray,
CopyNumberVariation
URL: https://github.com/KrasnitzLab/CNprep
BugReports: https://github.com/KrasnitzLab/CNprep/issues
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.1.1