-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.26 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
Package: oncoscanR
Type: Package
Title: Secondary analyses of CNV data (HRD and more)
Version: 1.7.2
Authors@R: c(person("Yann", "Christinat", email = "yann.christinat@hcuge.ch",
role = c("aut", "cre")),
person("Geneva University Hospitals", role=c("aut", "cph")))
Description: The software uses the copy number segments from a text file and
identifies all chromosome arms that are globally altered and computes various
genome-wide scores. The following HRD scores (characteristic of BRCA-mutated cancers)
are included: LST, HR-LOH, nLST and gLOH. the package is tailored for the
ThermoFisher Oncoscan assay analyzed with their Chromosome Alteration Suite
(ChAS) but can be adapted to any input.
License: MIT + file LICENSE
Date: 2022-06-14
Encoding: UTF-8
VignetteBuilder: knitr
biocViews:
CopyNumberVariation,
Microarray,
Software
Imports:
readr,
S4Vectors,
methods,
utils
RoxygenNote: 7.3.2
Depends:
R (>= 4.2),
IRanges (>= 2.30.0),
GenomicRanges (>= 1.48.0),
magrittr
Suggests:
testthat (>= 3.1.4),
jsonlite,
knitr,
rmarkdown,
BiocStyle
URL: https://github.com/yannchristinat/oncoscanR
BugReports:
https://github.com/yannchristinat/oncoscanR/issues
LazyData: true