Help with searching GO in R
1
0
Entering edit mode
@christina-demos-1471
Last seen 9.7 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20051025/ e56ba714/attachment.pl
• 329 views
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.7 years ago
>hello all, I am new to the list and new to R. My goal is to look for ontologies that have to do with immune response and defense in the GO dealing with my microarrays. I have created the lists with aafGO() function, and just don't quite know where to do from there. Everytime i try to do a search or build a graph, R shuts itself down. Any suggestions? Thanks, Christina Here is an example on how to get the probe ids on the HG-U 95Av2 chip corresponding to immune response and defense: >library(annotate) >library(GO) >library(hgu95av2) >goids <- unlist(eapply(GOTERM, FUN = function(x){ if(Term(x) == "immune response" || Term(x) == "defense") return(TRUE) return(FALSE) })) > probes <- mget(names(goids[goids]), hgu95av2GO2PROBE) > all.probes <- mget(names(goids[goids]), hgu95av2GO2ALLPROBES) Only immune response was found. Is defense a valid GO term? > > >--------------------------------- > > [[alternative HTML version deleted]] > >_______________________________________________ >Bioconductor mailing list >Bioconductor at stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor Jianhua Zhang Department of Medical Oncology Dana-Farber Cancer Institute 44 Binney Street Boston, MA 02115-6084
ADD COMMENT

Login before adding your answer.

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