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

ShinyGEO #85

Open
Advaha opened this issue Jul 25, 2018 · 1 comment
Open

ShinyGEO #85

Advaha opened this issue Jul 25, 2018 · 1 comment
Assignees

Comments

@Advaha
Copy link

Advaha commented Jul 25, 2018

Whan I am trying to access to GSE85426, I get an error message "the application unexpectedly exited".
Is there something that can resolve this problem?

@gdancik
Copy link
Collaborator

gdancik commented Jul 25, 2018

Unfortunately, it seems that the processed data is not available in the Series Matrix File that is available on GEO.

You can see this from running the R code below:

## Load required packages ##
library(GEOquery)

## Download series data from GEO ##
GSE = "GSE85426"
data.series = getGEO(GEO = GSE, AnnotGPL = FALSE, getGPL = FALSE)
data.expr = exprs(data.series[[1]])
head(data.expr)   
nrow(data.expr)   # there are 0 rows

Without this expression data, shinyGEO cannot analyze the dataset.

However, it does look like the authors have provided processed and raw data as supplementary material (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85426), so if you are familiar with R you may be able to analyze these. Alternatively, I could potentially collaborate on this analysis if you are interested.

@gdancik gdancik closed this as completed Jul 25, 2018
@gdancik gdancik reopened this Jul 25, 2018
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

2 participants