oligo package
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.7 years ago
I used the function getProbeInfo from oligo package before and worked fine. I am trying to repeat the analysis but I get an error could not find function this is the script source("http://bioconductor.org/biocLite.R") biocLite("oligo") library(oligo) biocLite("pd.mogene.1.0.st.v1") library(pd.mogene.1.0.st.v1) geneCELs <- list.celfiles("D:\\c\\TCGA\\Data", full.names = TRUE) t<-read.celfiles(geneCELs) probein<-getProbeInfo(t, field=c('fid', 'fsetid', 'type'), probeType = "pm", target = "core", sortBy = "none") -- output of sessionInfo(): > probein<-getProbeInfo(t, field=c('fid', 'fsetid', 'type'), probeType = "pm", target = "core", sortBy = "none") Error: could not find function "getProbeInfo" -- Sent via the guest posting facility at bioconductor.org.
oligo oligo • 1.6k views
ADD COMMENT
0
Entering edit mode
@benilton-carvalho-1375
Last seen 4.1 years ago
Brazil/Campinas/UNICAMP
It's likely that you need to upgrade your R installation (and then install the latest oligo). b 2013/6/1 Shahenda El-Naggar [guest] <guest at="" bioconductor.org="">: > > I used the function getProbeInfo from oligo package before and worked fine. I am trying to repeat the analysis but I get an error could not find function > this is the script > source("http://bioconductor.org/biocLite.R") > biocLite("oligo") > library(oligo) > biocLite("pd.mogene.1.0.st.v1") > library(pd.mogene.1.0.st.v1) > geneCELs <- list.celfiles("D:\\c\\TCGA\\Data", full.names = TRUE) > t<-read.celfiles(geneCELs) > probein<-getProbeInfo(t, field=c('fid', 'fsetid', 'type'), probeType = "pm", target = "core", sortBy = "none") > > > -- output of sessionInfo(): > >> probein<-getProbeInfo(t, field=c('fid', 'fsetid', 'type'), probeType = "pm", target = "core", sortBy = "none") > Error: could not find function "getProbeInfo" > > -- > Sent via the guest posting facility at bioconductor.org. > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 644 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