-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.07 KB
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: ISCB.Course
Title: Analysis of genomic data with R Bioconductor
Version: 0.0.1
Authors@R:
person(given = "Davide",
family = "Risso",
role = c("aut", "cre"),
email = "risso.davide@gmail.com",
comment = c(ORCID = "0000-0001-8508-5012"))
Description: This tutorial aims to provide a solid foundation in using
Bioconductor tools for omics data analysis by walking through
various steps of typical workflows using example datasets.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.3.0)
Imports:
SummarizedExperiment,
GenomicRanges,
airway,
ggplot2,
EDASeq,
edgeR,
DESeq2,
ComplexHeatmap,
MultiAssayExperiment,
curatedTCGAData,
TCGAutils,
survival,
survminer
Suggests:
BiocStyle,
knitr,
rmarkdown,
pkgdown
URL: https://drisso.github.io/ISCB.Course/
BugReports: https://github.com/drisso/ISCB.Course/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/drisso/iscb.course:latest