error while using goProfiles package on arabidopsis entrez gene IDs
0
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 years ago
Hi all, I was using goProfiles package for functional analysis using a genelist of 316 Arabidopsis entrez gene IDs as shown below in the R command sessionInfo(). - Read a file containing Entrez IDs and TAIR IDs. - Subset the Entrez IDs and converted to character vector. - Used the vector as genelist. -Used goProfiles package function basicProfile for this genelist with organism package of Arabidopsis. OUTPUT :Error in GOtermslist[[i]] : subscript out of bounds. Can somebody please help me in finding any mistake I might have done? Thanks in advance. -- output of sessionInfo(): Console output : >> a<-read.table("tair_ids to gene_ids.csv" ,header=TRUE,sep=",") > >> b<-as.character(a[,2]) >> head(b) > [1] "839235" "838362" "838961" "837091" "837455" "837543" > >> h<-basicProfile(b,idType="Entrez",onto ="ANY",level=2,orgPackage="org.At.tair.db",ord=FALSE) > Error in GOtermslist[[i]] : subscript out of bounds -- Sent via the guest posting facility at bioconductor.org.
goProfiles goProfiles • 1.7k views
ADD COMMENT

Login before adding your answer.

Traffic: 947 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6