- rename functions:
- downloadcBioPortal -> downloadStudy
- importcBioPortal -> loadStudy
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,9 +0,0 @@ |
1 |
-#' @importFrom S4Vectors isSingleString metadata metadata<- SimpleList DataFrame |
|
2 |
-#' @importFrom SummarizedExperiment SummarizedExperiment |
|
3 |
-#' @importFrom readr read_tsv type_convert |
|
4 |
-#' @importFrom MultiAssayExperiment MultiAssayExperiment ExperimentList |
|
5 |
-#' @importFrom TCGAutils generateMap TCGAbarcode findGRangesCols |
|
6 |
-#' @import RTCGAToolbox |
|
7 |
-#' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate |
|
8 |
-#' bfcdownload bfcrpath bfcremove bfccache |
|
9 |
-NULL |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
#' @importFrom SummarizedExperiment SummarizedExperiment |
3 | 3 |
#' @importFrom readr read_tsv type_convert |
4 | 4 |
#' @importFrom MultiAssayExperiment MultiAssayExperiment ExperimentList |
5 |
-#' @importFrom TCGAutils generateMap TCGAbarcode |
|
5 |
+#' @importFrom TCGAutils generateMap TCGAbarcode findGRangesCols |
|
6 | 6 |
#' @import RTCGAToolbox |
7 | 7 |
#' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate |
8 | 8 |
#' bfcdownload bfcrpath bfcremove bfccache |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
#' @importFrom S4Vectors isSingleString metadata metadata<- SimpleList DataFrame |
2 | 2 |
#' @importFrom SummarizedExperiment SummarizedExperiment |
3 | 3 |
#' @importFrom readr read_tsv type_convert |
4 |
-#' @importFrom MultiAssayExperiment MultiAssayExperiment |
|
4 |
+#' @importFrom MultiAssayExperiment MultiAssayExperiment ExperimentList |
|
5 | 5 |
#' @importFrom TCGAutils generateMap TCGAbarcode |
6 | 6 |
#' @import RTCGAToolbox |
7 | 7 |
#' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
#' @importFrom S4Vectors isSingleString metadata metadata<- SimpleList DataFrame |
2 | 2 |
#' @importFrom SummarizedExperiment SummarizedExperiment |
3 |
-#' @importFrom readr read_tsv read_delim type_convert |
|
3 |
+#' @importFrom readr read_tsv type_convert |
|
4 | 4 |
#' @importFrom MultiAssayExperiment MultiAssayExperiment |
5 | 5 |
#' @importFrom TCGAutils generateMap TCGAbarcode |
6 | 6 |
#' @import RTCGAToolbox |
... | ... |
@@ -1,4 +1,7 @@ |
1 |
-#' @importFrom S4Vectors isSingleString metadata SimpleList |
|
1 |
+#' @importFrom S4Vectors isSingleString metadata metadata<- SimpleList DataFrame |
|
2 | 2 |
#' @importFrom SummarizedExperiment SummarizedExperiment |
3 |
-#' @importFrom readr read_tsv |
|
3 |
+#' @importFrom readr read_tsv read_delim type_convert |
|
4 |
+#' @importFrom MultiAssayExperiment MultiAssayExperiment |
|
5 |
+#' @importFrom TCGAutils generateMap TCGAbarcode |
|
6 |
+#' @import RTCGAToolbox |
|
4 | 7 |
NULL |