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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 16 Sep 2021 14:05:49 +0200
Description: Despite the fact that r-bioc-org.hs.eg.db is explicitly in
Test-Depends the test suite fails with:
> AnnotationDbi:::.test()
Loading required package: RSQLite
Loading required package: GO.db
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'dbconn': object 'org.Hs.eg.db' not found
'select()' returned many:many mapping between keys and columns
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'x' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Hs.eg.db' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': unable to find an inherited method for function ‘keys’ for signature ‘"standardGeneric"’
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 's' not found
Timing stopped at: 0 0 0
Error in quiet(select(x, keys, cols, keytype = "ENTREZID")) :
could not find function "quiet"
Timing stopped at: 0 0 0
Error in quiet(select(x, sym, "PFAM", keytype = "ALIAS")) :
could not find function "quiet"
Timing stopped at: 0.001 0 0.001
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'hgu95av2.db' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'x' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'hgu95av2.db' not found
'select()' returned 1:1 mapping between keys and columns
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
Timing stopped at: 0 0 0
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
RUNIT TEST PROTOCOL -- Thu Sep 16 12:14:58 2021
***********************************************
Number of test functions: 16
Number of errors: 13
Number of failures: 0
1 Test Suite :
AnnotationDbi RUnit Tests - 16 test functions, 13 errors, 0 failures
ERROR in test_dbconn_and_dbfile: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'dbconn': object 'org.Hs.eg.db' not found
ERROR in test_select_NAsInNAsOut: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'x' not found
ERROR in test_select_XtoX: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Hs.eg.db' not found
ERROR in test_select10: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': unable to find an inherited method for function ‘keys’ for signature ‘"standardGeneric"’
ERROR in test_select11: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 's' not found
ERROR in test_select12: Error in quiet(select(x, keys, cols, keytype = "ENTREZID")) :
could not find function "quiet"
ERROR in test_select13: Error in quiet(select(x, sym, "PFAM", keytype = "ALIAS")) :
could not find function "quiet"
ERROR in test_select14: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'hgu95av2.db' not found
ERROR in test_select15: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'x' not found
ERROR in test_select16: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'hgu95av2.db' not found
ERROR in test_select7: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
ERROR in test_select8: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
ERROR in test_select9: Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': error in evaluating the argument 'x' in selecting a method for function 'keys': object 'org.Hs.eg.db' not found
see:
https://salsa.debian.org/r-pkg-team/r-bioc-annotationdbi/-/jobs/1952020#L1174
--- a/inst/unitTests/test_select.R
+++ b/inst/unitTests/test_select.R
@@ -70,232 +70,14 @@ test_select5 <- function(){
checkIdentical(c("GOID","TERM","ONTOLOGY","DEFINITION"), colnames(res))
}
-test_select7 <- function(){
- cols <- c("SYMBOL","ENTREZID") ## 1st of all cols should be 1:1 cols
- keys <- head(keys(org.Hs.eg.db),n=3)
- keys <- c(1, keys, keys)
- res <- select(org.Hs.eg.db, keys, cols)
- checkTrue(class(res) =="data.frame")
- checkIdentical(keys, as.character(t(res$ENTREZID)))
-}
-
-test_select8 <- function(){
- cols <- c("ENTREZID")
- keys <- head(keys(org.Hs.eg.db),n=3)
- res <- select(org.Hs.eg.db, keys, cols)
- checkTrue(class(res) =="data.frame")
- checkTrue(dim(res)[2] ==1)
- checkIdentical(as.character(keys), as.character(t(res$ENTREZID)))
-}
-
-test_select9 <- function(){
- ## What about when we need to throw away extra cols?
- uniKeys <- head(keys(org.Hs.eg.db, keytype="UNIPROT"))
- cols <- c("SYMBOL", "PATH")
- res <- quiet(select(org.Hs.eg.db, keys=uniKeys, columns=cols, keytype="UNIPROT"))
- checkTrue(class(res) =="data.frame")
- checkTrue(dim(res)[2] ==3)
- checkIdentical(c("UNIPROT","SYMBOL","PATH"), colnames(res))
-}
-
-test_select10 <- function(){
- ## What about when we have to get data from Arabidopsis using various
- ## keytypes?
- cols <- c("SYMBOL","CHR")
- keys <- head(keys(t,"TAIR"))
- res <- quiet(select(t, keys, cols, keytype="TAIR"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("TAIR","SYMBOL","CHR"), colnames(res))
-
- keys <- head(keys(t,"ENTREZID"))
- res <- quiet(select(t, keys, cols, keytype="ENTREZID"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ENTREZID","SYMBOL","CHR"), colnames(res))
-
- keys=head(keys(t,"REFSEQ"))
- res <- quiet(select(t, keys, cols , keytype="REFSEQ"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("REFSEQ","SYMBOL","CHR"), colnames(res))
-}
-
-test_select11 <- function(){
- ## how about different keytypes for yeast?
- keys <- head(keys(s, "REFSEQ"))
- cols <- c("CHR","PFAM")
- res <- quiet(select(s, keys, cols, keytype="REFSEQ"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("REFSEQ","CHR","PFAM"), colnames(res))
-
- keys <- head(keys(s, "ENTREZID"))
- cols <- c("CHR","PATH")
- res <- quiet(select(s, keys, cols, keytype="ENTREZID"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ENTREZID","CHR","PATH"), colnames(res))
-
- keys <- head(keys(s, "ORF"))
- cols <- c("CHR","SGD")
- res <- select(s, keys, cols, keytype="ORF")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ORF","CHR","SGD"), colnames(res))
-
- ## And if you flip things the other way
- cols <- c("SGD","CHR")
- res <- select(s, keys, cols, keytype="ORF")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ORF","SGD","CHR"), colnames(res))
-
- ## Martins bug discoveries
- keys <- keys(s, keytype="GENENAME")
- checkTrue(length(keys) > 0)
- checkTrue(is.character(keys))
- keys <- keys(s, keytype="CHRLOC")
- checkTrue(length(keys) > 0)
- checkTrue(is.character(keys))
-
- res <- select(s, "YAL003W", "GENENAME")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ORF","SGD","GENENAME"), colnames(res))
-
- ## This works but is slow (therefore it's tested elsewhere)
- ## res <- select(s, keys="YAL003W", columns(s))
-
- ## Another test to make sure we can join up to ORF properly
- keys <- keys(s,"ENTREZID")
- res <- select(s, columns="ORF", keys=keys, keytype="ENTREZID")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==3)
- checkIdentical(c("ENTREZID","ORF","SGD"), colnames(res))
-}
-
-test_select12 <- function(){
- ## what happens when we use GO as an ID?
- keys <- "1"
- cols <- c("GO","ENTREZID")
- res <- quiet(select(x, keys, cols, keytype="ENTREZID"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==4)
- checkIdentical(c("ENTREZID","GO","EVIDENCE","ONTOLOGY"), colnames(res))
-
- keys <- "GO:0000018"
- cols <- c("GO","ENTREZID")
- res <- quiet(select(x, keys, cols, keytype="GO"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==4)
- checkIdentical(c("GO","EVIDENCE","ONTOLOGY","ENTREZID"), colnames(res))
-
- keys <- "GO:0000023"
- cols <- c("GO","ENTREZID")
- res <- quiet(select(t, keys, cols, keytype="GO"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==4)
- checkIdentical(c("GO","EVIDENCE","ONTOLOGY","ENTREZID"), colnames(res))
-
- keys <- "GO:0000023"
- cols <- c("ENTREZID","TAIR","GO")
- res <- quiet(select(t, keys, cols, keytype="GO"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==5)
- checkIdentical(c("GO","EVIDENCE","ONTOLOGY","ENTREZID","TAIR"),
- colnames(res))
-}
-
-test_select13 <- function(){
- ## what happens with dropping unwanted rows?
- sym <- "ITGA7"
- res <- quiet(select(x, sym, "PFAM", keytype="ALIAS"))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==2)
- ## make sure no NAs are in res$PFAM
- checkTrue(length(res$PFAM)== length(res$PFAM[!is.na(res$PFAM)]))
-}
-
-test_select14 <- function(){
- ## what happens when there are no results AT ALL? (should be all NAs)
- keys <- c("1001_at","1006_at","1007_s_at")
- res <- select(hgu95av2.db, keys, "PATH", keytype="PROBEID")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==2)
- ## make sure all of res$PATH ARE NAs
- ## If this part fails it is a warning that the test is no longer valid,
- ## which would happen if some of these IDs were to be further annotated for
- ## PATH (unlikely since PATH is basically dead for this repos)
- checkTrue(length(res$PATH)== length(res$PATH[is.na(res$PATH)]))
-}
-
-test_select15 <- function(){
- ## Another bug that seems to happen in post-processing...
- ## the code that resolves duplicated values is going a bit insane...
- ## (IOW .replaceValues())
- if(!all(.Platform$OS.type == "windows", .Platform$r_arch == "i386")){
- res <- select(x, keys="100008586", columns(x))
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==26)
- exp <- c("ENTREZID", "ACCNUM", "ALIAS", "ENSEMBL", "ENSEMBLPROT",
- "ENSEMBLTRANS", "ENZYME", "EVIDENCE", "EVIDENCEALL",
- "GENENAME", "GENETYPE", "GO", "GOALL", "IPI", "MAP", "OMIM",
- "ONTOLOGY", "ONTOLOGYALL", "PATH", "PFAM", "PMID", "PROSITE",
- "REFSEQ", "SYMBOL", "UCSCKG", "UNIPROT")
- checkIdentical(exp, colnames(res))
- }
-}
-
-
-test_select16 <- function(){
- ## What happens if we ask for probes back...
- ## (and pass in something else as a key)
- sk = c( 'MAPK3','TIE1' )
- res <- select(hgu95av2.db, keys=sk, columns = c("PROBEID"), keytype="SYMBOL")
- checkTrue(dim(res)[1]>0)
- checkTrue(dim(res)[2]==2)
- checkIdentical(c('SYMBOL','PROBEID'), colnames(res))
-}
-
## NA values are now OK for legacySelect (in order to be consistent
## with other select methods which have greater respect for incoming NA values
-test_select_NAsInNAsOut <- function(){
- ## NAs in should result in NAs out.
- ## Not that we like NAs but just because if possible: we want to
- ## preserve the geometry of the keys coming in.
- k=c('1', NA, NA, '10');
- res <- select(x, k, 'SYMBOL', 'ENTREZID')
- checkTrue(dim(res)[1]==4)
- checkTrue(dim(res)[2]==2)
- checkIdentical(c('ENTREZID','SYMBOL'), colnames(res))
- checkIdentical(k, res$ENTREZID)
- checkTrue(any(is.na(res$SYMBOL)))
-}
## Some new messages from AnnotationDbi:::.generateExtraRows()
## where I am calling it internally...
## these tests just make sure the right kinds of messages are being sent...
-test_select_XtoX <- function(){
- k=c('1','1', NA, '10');
- res <- tryCatch(select(org.Hs.eg.db, k, 'SYMBOL', 'ENTREZID'),
- message = function(x){return(x)})
- checkTrue(grepl('many:1', res$message))
-
- res <- tryCatch(select(org.Hs.eg.db, '1', 'ALIAS', 'ENTREZID'),
- message = function(x){return(x)})
- checkTrue(grepl('1:many', res$message))
-
- res <- tryCatch(select(org.Hs.eg.db, k, 'ALIAS', 'ENTREZID'),
- message = function(x){return(x)})
- checkTrue(grepl('many:many', res$message))
-
- res <- tryCatch(select(org.Hs.eg.db, c('1','10'), 'SYMBOL', 'ENTREZID'),
- message = function(x){return(x)})
- checkTrue(grepl('1:1', res$message))
-}
## TODO: deal with any fallout from having new messages in select()
@@ -304,19 +86,6 @@ test_select_XtoX <- function(){
-test_dbconn_and_dbfile <- function(){
- resc <- dbconn(org.Hs.eg.db)
- m <- dbGetQuery(resc, "SELECT * FROM metadata")
- checkTrue(dim(m)[2] ==2)
- checkTrue(dim(m)[1] > 10)
-
- resf <- dbfile(org.Hs.eg.db)
- mf <- dbGetQuery(dbConnect(SQLite(), resf), "SELECT * FROM metadata")
- checkTrue(all(mf == m))
-}
-
-
-
## Fast checking:
## BiocGenerics:::testPackage(pattern="^test_select.*\\.R$")
|