Skip to content
Snippets Groups Projects
Commit 25ed1a5f authored by Holger Brandl's avatar Holger Brandl
Browse files

cont. dge analysis for stefania

parent 688bc7c9
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ DEF_DAVID_ONTOLOGIES=ontologies=c("GOTERM_CC_FAT", "GOTERM_MF_FAT", "GOTERM_BP_F ...@@ -140,7 +140,7 @@ DEF_DAVID_ONTOLOGIES=ontologies=c("GOTERM_CC_FAT", "GOTERM_MF_FAT", "GOTERM_BP_F
davidAnnotationChart <- function( someGenes, ontologies=DEF_DAVID_ONTOLOGIES ){ davidAnnotationChart <- function( someGenes, ontologies=DEF_DAVID_ONTOLOGIES ){
require(RDAVIDWebService) ## just works if installed on non-network-drive (e.g. /tmp/) require.auto(RDAVIDWebService) ## just works if installed on non-network-drive (e.g. /tmp/)
## expexted to have a column with gene_id ## expexted to have a column with gene_id
# echo("processing list with", length(someGenes), "genes") # echo("processing list with", length(someGenes), "genes")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment