How to read a series matrix into R
Hi, I want to read an expression matrix downloaded from GEO into R. Is there any other way to read it other than using GEOquery? Any help would be appreciated, thanks !
r
geo
seriesmatrix
expressionmatrix
• 1,900 views
•
link
written
by
waveafterwave •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to import downloaded multiple TCGA data in R?
written by Zahra •Hi all, I want to import the TCGA data I previously downloaded using the TCGAbiolinks package into R. Whenever I want to import them, I …
-
Plotting non-zero values along rows in python
written by sidrah.maryam •Hello everyone, I am facing an issue plotting the expression matrix. I have a matrix where rows are cells and column is genes, and matrix …
-
How to match CHIP information about genes to feature data from downloaded GEO dataset in R?
written by lsbw •Hi everybody, I would like to analyze a dataset from GEO (GSE102133 or alternatively GSE102134). I downloaded the data and created an Expression Set and …
-
How to get data from GEO
written by wenbinm •Hi there, I am using R package GEOquery to download data from GEO. I use library(GEOquery) library(Biobase) data <- getGEO('GSE2034') data <- as.data.frame(exprs(data[[1]])) #extracting expression …
-
How to read large GEO series matrix file when getGEO fails
written by hzc363 •I tried to read the GEO series matrix file (GSE37138) into R using the getGEO function from the GEOquery package. The matrix file is quite …
-
GEOquery R Package Error: cannot open URL (http://)
written by jblack29 •Hey there, I'm hoping someone can help me with an error I just can't seem to solve. I'm also fairly new to using R and …
-
Could not find library file on Affymetrix website and any other place
written by yywang113 •Dear All, I am working on an analysis of microarray data that downloaded from GEO. I have .CEL files. However, i could not find the …
-
Error in Package GEOquery
written by pankajnarula84 •I am using 3.2.0 version of R on 64-bit system with Windows 7 OS. I am facing a problem while using the package GEOquery for …
-
Converting GSE and GSM files from GEO to Eset
written by maria.kesa •Hello:-), My goal is to obtain normalized gene expression values for [this experiment][1] on GEO. In order to achieve this goal, I understand that I …
-
Making An Expression Matrix
written by moranr<p>Hi,</p> <p>I have 5 data series(GSE). 4 from GEO database, 2 of which have the raw CEL files. I want to get all of this …
Depends whether this is array or RNA-seq, can you add some details what dataset that is?
It's microarray data obtained from HG-U133_Plus_2 affymetrix. I want to access only the phenotypic data to further do my own preprocessing with raw files.
And do you have the CEL files, or in which format are the data right now?
Yes I have the CEL files. I want to match the CELs by accessing phenodata from the series matrix I downloaded.