More posts like this
-
Agilent platform in microarray data analysis
written by nishimalhotra2612 •Hello all I have been trying to do analysis of text files of agilent platform by using limma package from that I understood that we …
-
gunzip error: File not in gzip format
written by bioinformatics.girl •So I'm currently trying to unzip an .rds.gz file with the command: ``` gunzip filename.rds.gz ``` But keep receiving the error, ``` gzip: filename.rds.gz: not …
-
xCell -Input data format?
written by chupalav •Hi I am trying to do cell type enrichment of some affymetrix array data using xCell web interface - https://xcell.ucsf.edu/ (not quite famillar with R …
-
error in read.maimages {limma}
written by 594915965 •when I run this code x <-read.maimages(as.character(sampleInfo[,'RawDataFile']),source="agilent",green.only=TRUE,path=paste(data_dir,'raw',sep='/')) I got an error: > Error in RG[[a]][, i] <- obj[, columns[[a]]] : > 被替换的项目不是替换值长度的倍数 I have set …
-
Plink1.9 gives error when converting VCF.gz to PED? "Error read failure"
written by DanielCHi Friends, I am receiving an error when using Plink to convert "XXX.VCF.gz" file to PED format. The error is "Error read failure". I need …
-
Boxplot for Raw Data
written by shawin •I have a micro array data set , and it is Affy, and i read it using the code bellow : CuCelfiles<-list.celfiles(full.names=TRUE) CuCelfiles data<-read.celfiles(CuCelfiles, pkgname="pd.hugene.1.0.st.v1") …
-
How to set up TCGAbiolinks in R studio?
written by elizabethRHey I am trying to set up TCGABiolinks in R studio, starting by downloading and collating data and then doing differential expression analysis of RNASeq …
-
Backround correction for an Agilent Data set
written by shawin •I used limma to read and normalize An Agilent dataset, I did not apply the background correction on it which is: y <- backgroundCorrect(x,method="normexp")# Then …
-
Agilent data Read & Normalize
written by shawin •I have an Agilent dataset, I am trying to read and normalize it, I used the code bellow but I am getting error. ``` library(limma) …
-
How To Solve The Read.Maimages Error In Limma Package Of R ?
written by Arpitha Hebbar<p>i'm working on agilent data. for the analysis i am using R and bioconductor package limma. in read.maimages <strong><em>RG <-read.maimages(targets$FileName,source="agilent")</em></strong> m getting the following error …
We are going to need more information than what you have provided. Downloaded from where? Paste in the exact commands you are typing and the exact errors you are getting. Where does R come into this?