Closed seandavi closed 6 years ago
Reported by Mike Love and Mike Smith who noted that the GSEMatrix file parsing seemed to not end. GEOquery enters an infinite loop in findFirstEntity.
findFirstEntity
This code from http://bioconductor.org/packages/3.6/data/experiment/vignettes/airway/inst/doc/airway.html produced the bug:
suppressPackageStartupMessages( library( "GEOquery" ) ) suppressPackageStartupMessages( library( "airway" ) ) dir <- system.file("extdata",package="airway") geofile <- file.path(dir, "GSE52778_series_matrix.txt") gse <- getGEO(filename=geofile)
Reported by Mike Love and Mike Smith who noted that the GSEMatrix file parsing seemed to not end. GEOquery enters an infinite loop in
findFirstEntity
.This code from http://bioconductor.org/packages/3.6/data/experiment/vignettes/airway/inst/doc/airway.html produced the bug: