Warning triggered by biovizbase code calling rtracklayer
| ... | ... |
@@ -39,8 +39,9 @@ |
| 39 | 39 |
#' #get the cytobands for hg19 (using the data included in the package) |
| 40 | 40 |
#' cyto <- getCytobands("hg19")
|
| 41 | 41 |
#' |
| 42 |
-#' #do not use the included data and force the download from UCSC |
|
| 43 |
-#' cyto <- getCytobands("hg19", use.cache=FALSE)
|
|
| 42 |
+# #Example deactivated due to a warning in biovizbase code |
|
| 43 |
+# #do not use the included data and force the download from UCSC |
|
| 44 |
+# cyto <- getCytobands("hg19", use.cache=FALSE)
|
|
| 44 | 45 |
#' |
| 45 | 46 |
#' #get the cytobands for Drosophila Melanogaster |
| 46 | 47 |
#' cyto <- getCytobands("dm6")
|
| ... | ... |
@@ -38,8 +38,6 @@ cache, use \code{\link{forget}(getCytobands)}
|
| 38 | 38 |
#get the cytobands for hg19 (using the data included in the package) |
| 39 | 39 |
cyto <- getCytobands("hg19")
|
| 40 | 40 |
|
| 41 |
-#do not use the included data and force the download from UCSC |
|
| 42 |
-cyto <- getCytobands("hg19", use.cache=FALSE)
|
|
| 43 | 41 |
|
| 44 | 42 |
#get the cytobands for Drosophila Melanogaster |
| 45 | 43 |
cyto <- getCytobands("dm6")
|