Closed FarzanT closed 3 years ago
The issue is that the X, Y, and XY chromosomes are not numeric (obviously). I am using readr
to read the data and readr
uses the first few rows to guess the column types. In this dataset, the chromosomes are numeric except for the last chromosomes. This is just a warning, so you'll notice that the GEO record is returned.
That said, there are no data in this particular GSEMatrix, as the submitter did not include processed data. You'll need to download and then process the raw data files to get results. The phenotype data that you got in the GEO record from GEOquery is still useful for attaching to the data after you process them.
GEOquery no longer gives a warning here.
Hello, I've been having issues accessing CNV data from a particular dataset:
The following is the output I get when I run the above command:
What could be the issue?
Thank you for your time