-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
51 lines (51 loc) · 1.67 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
Type: Package
Package: curatedTCGAData
Title: Curated Data from The Cancer Genome Atlas (TCGA) as
MultiAssayExperiment Objects
Version: 1.29.2
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")),
person("Levi", "Waldron", , "[email protected]", "ctb"),
person("Lucas", "Schiffer", , "[email protected]", "ctb"),
person("Ludwig", "Geistlinger", , "[email protected]", "ctb"),
person("Valerie", "Obenchain", , "[email protected]","ctb"),
person("Martin", "Morgan", , "[email protected]", "ctb")
)
Description: This package provides publicly available data from The Cancer
Genome Atlas (TCGA) as MultiAssayExperiment objects.
MultiAssayExperiment integrates multiple assays (e.g., RNA-seq, copy
number, mutation, microRNA, protein, and others) with clinical /
pathological data. It also links assay barcodes with patient
identifiers, enabling harmonized subsetting of rows (features) and
columns (patients / samples) across the entire multi-'omics
experiment.
License: Artistic-2.0
BugReports: https://github.com/waldronlab/curatedTCGAData/issues
Depends:
R (>= 4.5.0),
MultiAssayExperiment
Imports:
AnnotationHub,
ExperimentHub,
HDF5Array,
methods,
S4Vectors,
stats,
SummarizedExperiment,
utils
Suggests:
BiocStyle,
knitr,
RaggedExperiment,
readr,
rmarkdown,
TCGAutils,
testthat
VignetteBuilder:
knitr
biocViews: Homo_sapiens_Data, ReproducibleResearch, CancerData,
ExperimentHub
Encoding: UTF-8
RoxygenNote: 7.3.2
Date: 2024-11-13