Description Usage Arguments Examples
topGo compatible annotation function
1  | annFUN.uniprot(whichOnto, feasibleGenes, mapping)
 | 
whichOnto | 
 - which ontology to use i.e. "BP", "CC"  | 
feasibleGenes | 
 feasible Genes  | 
mapping | 
 id go term mappings  | 
1 2 3 4 5 6 7 8 9 10 11  | library(topGoUniProt)
tmp <-uniprotTable2ProteinGOTable(mapping=getMouseData(), ontology="CC")
dim(tmp)
head(tmp)
protID <- unique(tmp[1:10,1])
t1 <- annFUN.uniprot("BP",protID, getMouseData(0) )
length(t1)
t1<-annFUN.uniprot("CC",protID, getMouseData(0) )
length(t1)
names(t1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.