Entering edit mode
Guest User
★
13k
@guest-user-4897
Last seen 10.2 years ago
I am getting no results with these 316 Entrez Gene IDs for
arabidopsis...
-- output of sessionInfo():
> g<-read.csv("tair_ids to gene_ids.csv",header=TRUE)
> h<-as.character(g[,2])
> head(h)
[1] "839235" "838362" "838961" "837091" "837455" "837543"
> i<-enrichPathway(h, pvalueCutoff = 0.05,qvalueCutoff = 0.05)
> summary(i)
Mode NA's
logical 1
--
Sent via the guest posting facility at bioconductor.org.