-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.11 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
Package: CINfits
Type: Package
Title: CINfits - Quality control and absolute fitting of copy number profiles
Version: 0.1.0
Authors@R:
c(person(given = "Philip S",
family = "Smith",
role = c("cre","aut","cph"),
email = "philip.smith@cruk.cam.ac.uk",
comment = c(ORCID = "0000-0002-9306-1747")))
Maintainer: Philip Smith <philip.smith@cruk.cam.ac.uk>
Description: CINfits is a package for performing quality control and copy number
fitting on absolute copy number profiles. The package computes a range of useful
metrics, interactive & non-interactive workflows, and allows for refitting of copy number profiles.
biocViews:
Depends:
R (>= 3.6.0)
Imports:
stats,
magrittr,
ggplot2,
stringr,
rlang,
tibble,
tidyr,
dplyr,
data.table,
tidymodels,
dials,
parsnip,
recipes,
rsample,
tune,
workflows,
yardstick,
workflowsets
Suggests:
shiny,
DT,
shinyjs,
colourpicker,
shinycssloaders
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3