-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
72 lines (72 loc) · 1.79 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
63
64
65
66
67
68
69
70
71
72
Package: PureCN
Type: Package
Title: Copy number calling and SNV classification using
targeted short read sequencing
Version: 2.13.0
Date: 2024-04-24
Authors@R: c(person("Markus", "Riester",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4759-8332")),
person("Angad P.", "Singh", role = "aut"))
Description: This package estimates tumor purity, copy number, and loss of
heterozygosity (LOH), and classifies single nucleotide variants (SNVs) by
somatic status and clonality. PureCN is designed for targeted short read
sequencing data, integrates well with standard somatic variant detection
and copy number pipelines, and has support for tumor samples without
matching normal samples.
Depends:
R (>= 3.5.0),
DNAcopy,
VariantAnnotation (>= 1.14.1)
Imports:
GenomicRanges (>= 1.20.3),
IRanges (>= 2.2.1),
RColorBrewer,
S4Vectors,
data.table,
grDevices,
graphics,
stats,
utils,
SummarizedExperiment,
GenomeInfoDb,
GenomicFeatures,
Rsamtools,
Biobase,
Biostrings,
BiocGenerics,
rtracklayer,
ggplot2,
gridExtra,
futile.logger,
VGAM,
tools,
methods,
mclust,
rhdf5,
Matrix
Suggests:
BiocParallel,
BiocStyle,
PSCBS,
R.utils,
TxDb.Hsapiens.UCSC.hg19.knownGene,
covr,
knitr,
optparse,
org.Hs.eg.db,
jsonlite,
markdown,
rmarkdown,
testthat
Enhances:
genomicsdb (>= 0.0.3)
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/lima1/PureCN
biocViews: CopyNumberVariation, Software, Sequencing,
VariantAnnotation, VariantDetection, Coverage, ImmunoOncology
NeedsCompilation: no
ByteCompile: yes
RoxygenNote: 7.3.1