-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
58 lines (58 loc) · 1.64 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
Package: MultiAssayWorkshop
Title: Multi-omic Integration and Analysis of cBioPortal and TCGA data with MultiAssayExperiment
Version: 3.18.1
Authors@R: c(person("Marcel", "Ramos", email = "[email protected]",
role = c("aut", "cre")),
person("Ludwig", "Geistlinger", email = "[email protected]",
role = "ctb"),
person("Levi", "Waldron", email = "[email protected]",
role = "aut"))
Description: In this workshop, attendees will learn to access and analyze data
through the curatedTCGAData and cBioPortalData R/Bioconductor packages.
Workshop attendees will learn how to create and work with a
MultiAssayExperiment data container to manage multiple genomic experiments.
Some knowledge of R and basic Bioconductor structures, such as
SummarizedExperiment, is required.
Depends: R (>= 4.3.0)
Imports:
MultiAssayExperiment,
GenomicRanges,
RaggedExperiment,
curatedTCGAData,
cBioPortalData,
learnr,
GenomicDataCommons,
SummarizedExperiment,
SingleCellExperiment,
SingleCellMultiModal,
TCGAutils,
UpSetR,
mirbase.db,
TxDb.Hsapiens.UCSC.hg19.knownGene,
org.Hs.eg.db,
AnnotationFilter,
EnsDb.Hsapiens.v86,
shiny,
survival,
survminer,
TENxIO,
pheatmap
Suggests:
kableExtra,
knitr,
readr,
tibble,
scran,
scater,
uwot,
rmarkdown,
pkgdown,
BiocStyle
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://waldronlab.github.io/MultiAssayWorkshop/,
ghcr.io/waldronlab/multiassayworkshop
BugReports: https://github.com/waldronlab/MultiAssayWorkshop/issues/new
VignetteBuilder: knitr
DockerImage: ghcr.io/waldronlab/multiassayworkshop:latest