forked from mksamur/RTCGAToolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 2.15 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
Package: RTCGAToolbox
Type: Package
Title: A new tool for exporting TCGA Firehose data
Version: 2.9.11
Authors@R: c(
person("Mehmet", "Samur", email = "[email protected]",
role = "aut"),
person("Marcel", "Ramos", email = "[email protected]",
role = c("aut", "cre")),
person("Ludwig", "Geistlinger", role = "ctb"))
Description: Managing data from large scale projects such as The Cancer Genome
Atlas (TCGA) for further analysis is an important and time consuming step
for research projects. Several efforts, such as Firehose project, make TCGA
pre-processed data publicly available via web services and data portals but
it requires managing, downloading and preparing the data for following
steps. We developed an open source and extensible R based data client for
Firehose pre-processed data and demonstrated its use with sample case
studies. Results showed that RTCGAToolbox could improve data management for
researchers who are interested with TCGA data. In addition, it can be
integrated with other analysis pipelines for following data analysis.
License: file LICENSE
LazyData: true
LazyLoad: yes
Depends:
R (>= 3.4.0)
Imports:
Biobase,
BiocGenerics,
data.table (>= 1.9.4),
GenomicRanges,
GenomeInfoDb,
httr,
IRanges,
limma (>= 3.18),
methods,
plyr,
RaggedExperiment,
RCircos,
RCurl,
RJSONIO,
S4Vectors,
SummarizedExperiment,
survival,
XML
Suggests:
BiocStyle,
Homo.sapiens,
knitr,
MultiAssayExperiment,
readr,
rmarkdown
biocViews: DifferentialExpression, GeneExpression, Sequencing
URL: http://mksamur.github.io/RTCGAToolbox/
BugReports: https://github.com/mksamur/RTCGAToolbox/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Collate:
'RTCGAToolbox-Class.R'
'RTCGAToolbox.R'
'utils.R'
'biocExtract.R'
'getBroadSubtypes.R'
'getCNGECorrelation.R'
'getDiffExpressedGenes.R'
'getFirehoseAnalyzeDates.R'
'getFirehoseData.R'
'getFirehoseDatasets.R'
'getFirehoseRunningDates.R'
'getGISTICPeaks.R'
'getMutationRate.R'
'getReport.R'
'getSurvival.R'
'selectType.R'