-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
76 lines (76 loc) · 2.19 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
73
74
75
76
Package: CTexploreR
Title: Explores Cancer Testis Genes
Version: 1.3.0
Authors@R:
c(person(given = "Axelle",
family = "Loriot",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5288-8561")),
person(given = "Julie",
family = "Devis",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5525-5666")),
person(given = "Anna",
family = "Diacofotaki",
role = "ctb",
email = "[email protected]"),
person(given = "Charles",
family = "De Smet",
role = "ths",
email = "[email protected]"),
person(given = "Laurent",
family = "Gatto",
role = c("aut","ths"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1520-2268")))
Description: The CTexploreR package re-defines the list of Cancer
Testis/Germline (CT) genes. It is based on publicly available RNAseq
databases (GTEx, CCLE and TCGA) and summarises CT genes' main
characteristics. Several visualisation functions allow to explore
their expression in different types of tissues and cancer cells, or
to inspect the methylation status of their promoters in normal
tissues.
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.3),
CTdata (>= 1.5.3)
Imports:
BiocGenerics,
ComplexHeatmap,
grid,
SummarizedExperiment,
GenomicRanges,
IRanges,
dplyr,
tidyr,
tibble,
ggplot2,
rlang,
grDevices,
stats,
circlize,
ggrepel,
SingleCellExperiment,
MatrixGenerics
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0),
InteractiveComplexHeatmap
biocViews: Transcriptomics,
Epigenetics,
DifferentialExpression,
GeneExpression,
DNAMethylation,
ExperimentHubSoftware,
DataImport
VignetteBuilder: knitr
URL: https://github.com/UCLouvain-CBIO/CTexploreR
BugReports: https://github.com/UCLouvain-CBIO/CTexploreR/issues
Config/testthat/edition: 3