Browse code

rename package to cBioPortalData

- rename functions:
- downloadcBioPortal -> downloadStudy
- importcBioPortal -> loadStudy

LiNk-NY authored on 04/10/2018 18:57:23
Showing 1 changed files
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
Browse code

import findGRangesCols and use RTCGAToolbox helper

LiNk-NY authored on 20/07/2018 00:03:55
Showing 1 changed files
... ...
@@ -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
Browse code

import bfccache

LiNk-NY authored on 20/07/2018 00:00:29
Showing 1 changed files
... ...
@@ -5,5 +5,5 @@
5 5
 #' @importFrom TCGAutils generateMap TCGAbarcode
6 6
 #' @import RTCGAToolbox
7 7
 #' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate
8
-#' bfcdownload bfcrpath bfcremove
8
+#' bfcdownload bfcrpath bfcremove bfccache
9 9
 NULL
Browse code

add helper for resolving mangled barcodes, resolves #2

LiNk-NY authored on 27/04/2018 19:54:18
Showing 1 changed files
... ...
@@ -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
Browse code

add removeCache function

LiNk-NY authored on 27/03/2018 16:37:55
Showing 1 changed files
... ...
@@ -5,5 +5,5 @@
5 5
 #' @importFrom TCGAutils generateMap TCGAbarcode
6 6
 #' @import RTCGAToolbox
7 7
 #' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate
8
-#' bfcdownload bfcrpath
8
+#' bfcdownload bfcrpath bfcremove
9 9
 NULL
Browse code

import BiocFileCache functions

LiNk-NY authored on 27/03/2018 03:53:37
Showing 1 changed files
... ...
@@ -4,4 +4,6 @@
4 4
 #' @importFrom MultiAssayExperiment MultiAssayExperiment
5 5
 #' @importFrom TCGAutils generateMap TCGAbarcode
6 6
 #' @import RTCGAToolbox
7
+#' @importFrom BiocFileCache BiocFileCache bfcquery bfcadd bfcneedsupdate
8
+#' bfcdownload bfcrpath
7 9
 NULL
Browse code

use tsv

LiNk-NY authored on 14/02/2018 17:51:55
Showing 1 changed files
... ...
@@ -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
Browse code

add imports

LiNk-NY authored on 06/02/2018 05:55:25
Showing 1 changed files
... ...
@@ -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
Browse code

include additional imports

LiNk-NY authored on 01/02/2018 00:00:42
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1
-#' @importFrom S4Vectors isSingleString metadata
1
+#' @importFrom S4Vectors isSingleString metadata SimpleList
2
+#' @importFrom SummarizedExperiment SummarizedExperiment
2 3
 #' @importFrom readr read_tsv
3 4
 NULL
Browse code

import additional functions

LiNk-NY authored on 31/01/2018 04:58:06
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1
-#' @importFrom S4Vectors isSingleString
1
+#' @importFrom S4Vectors isSingleString metadata
2
+#' @importFrom readr read_tsv
2 3
 NULL
Browse code

update NAMESPACE

LiNk-NY authored on 11/01/2018 00:24:21
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+#' @importFrom S4Vectors isSingleString
2
+NULL