Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing characteristics failes #59

Closed
kalugny opened this issue Dec 6, 2017 · 0 comments
Closed

Parsing characteristics failes #59

kalugny opened this issue Dec 6, 2017 · 0 comments

Comments

@kalugny
Copy link
Contributor

kalugny commented Dec 6, 2017

$ GEOquery::getGEO('GSE23397')

Traceback:

1. GEOquery::getGEO("GSE23397")
2. getAndParseGSEMatrices(GEO, destdir, AnnotGPL = AnnotGPL, getGPL = getGPL, 
 .     parseCharacteristics = parseCharacteristics)
3. parseGSEMatrix(destfile, destdir = destdir, AnnotGPL = AnnotGPL, 
 .     getGPL = getGPL)
4. dplyr::mutate(pd, characteristics = ifelse(grepl("_ch2", characteristics), 
 .     "ch2", "ch1")) %>% tidyr::separate(kvpair, into = c("k", 
 .     "v"), sep = ":", fill = "right") %>% dplyr::mutate(k = paste(k, 
 .     characteristics, sep = ":")) %>% dplyr::select(-characteristics) %>% 
 .     tidyr::spread(k, v)
5. withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
6. eval(quote(`_fseq`(`_lhs`)), env, env)
7. eval(quote(`_fseq`(`_lhs`)), env, env)
8. `_fseq`(`_lhs`)
9. freduce(value, `_function_list`)
10. withVisible(function_list[[k]](value))
11. function_list[[k]](value)
12. tidyr::spread(., k, v)
13. spread.data.frame(., k, v)
14. abort(glue("Duplicate identifiers for rows {rows}"))```
seandavi added a commit that referenced this issue Dec 6, 2017
* fixes #59
* fixes #62
* fixes #54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant