Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsun1221 committed Feb 11, 2021
1 parent 52f6e87 commit 2403bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/0_geo_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ geo_download <- function(gse,by_annopbrobe = T,simpd=T,colon_remove = F){
#(3)提取芯片平台编号
gpl <- eSet[[1]]@annotation
re = list(exp=exp,pd=pd,gpl=gpl)
if(is.null(dim(exp))){
if(is.null(dim(exp)) | nrow(exp)==0){
warning("exp is empty")
} else if (any(exp<0)) {
warning("nagtive values detected")
Expand Down

0 comments on commit 2403bc6

Please sign in to comment.