# HG changeset patch # User proteore # Date 1536823464 14400 # Node ID 0d5c21cc29f7f659fd0cf682ef7ef5058826ccc0 # Parent 39d3478fbc5e089064376f607c897034a9495862 planemo upload commit 0be58bb700f64de6792a7234a11675bae2755e8f-dirty diff -r 39d3478fbc5e -r 0d5c21cc29f7 compute_kegg_pathways.R --- a/compute_kegg_pathways.R Fri Sep 07 10:21:21 2018 -0400 +++ b/compute_kegg_pathways.R Thu Sep 13 03:24:24 2018 -0400 @@ -88,7 +88,7 @@ res<-data.frame(I(names(in.path[which(in.path!=0)])), I(name), ratio, as.numeric(in.path[which(in.path!=0)]), as.numeric(tot.path[which(in.path!=0)])) res <- res[order(as.numeric(res[,3]),decreasing = TRUE),] - colnames(res)<-c("pathway_ID", "Description" , "Ratio IDs mapped/total IDs (%)" ,"# genes mapped in the pathway", "# total genes present in the pathway") + colnames(res)<-c("pathway_ID", "Description" , "Ratio IDs mapped/total IDs (%)" ,"nb genes mapped in the pathway", "nb total genes present in the pathway") return(res) diff -r 39d3478fbc5e -r 0d5c21cc29f7 compute_kegg_pathways.xml --- a/compute_kegg_pathways.xml Fri Sep 07 10:21:21 2018 -0400 +++ b/compute_kegg_pathways.xml Thu Sep 13 03:24:24 2018 -0400 @@ -1,4 +1,4 @@ - + bioconductor-keggrest @@ -88,9 +88,9 @@ * **Pathway_ID:** KEGG pathway identifier (e.g. hsa04970) * **Description:** name of the pathway as in KEGG -* **Ratio IDs mapped/total IDs (% ):** percentage of pathway coverage -* **'#' mapped IDs:** number of genes/proteins of your list mapped on the KEGG pathway -* **'#' total IDs:** total number of genes/proteins present in the KEGG pathway +* **Ratio IDs mapped/total IDs (%):** percentage of pathway coverage +* **nb genes mapped in the pathway:** number of genes/proteins of your list mapped on the KEGG pathway +* **nb total genes present in the pathway:** total number of genes/proteins present in the KEGG pathway ----- diff -r 39d3478fbc5e -r 0d5c21cc29f7 entrez_kegg_list.loc.sample --- a/entrez_kegg_list.loc.sample Fri Sep 07 10:21:21 2018 -0400 +++ b/entrez_kegg_list.loc.sample Thu Sep 13 03:24:24 2018 -0400 @@ -1,3 +1,3 @@ #name date organism value(path) -Human 27-07-18 hsa tool-data/l.hsa.gene.RData -Mouse 27-07-18 mmu tool-data/l.mmu.gene.RData +Human (Homo sapiens) 27-07-18 hsa tool-data/l.hsa.gene.RData +Mouse (Mus musculus) 27-07-18 mmu tool-data/l.mmu.gene.RData diff -r 39d3478fbc5e -r 0d5c21cc29f7 uniprot_kegg_list.loc.sample --- a/uniprot_kegg_list.loc.sample Fri Sep 07 10:21:21 2018 -0400 +++ b/uniprot_kegg_list.loc.sample Thu Sep 13 03:24:24 2018 -0400 @@ -1,3 +1,3 @@ #name date organism value(path) -Human 27-07-18 hsa tool-data/l.hsa.up.RData -Mouse 27-07-18 mmu tool-data/l.mmu.up.RData +Human (Homo sapiens) 27-07-18 hsa tool-data/l.hsa.up.RData +Mouse (Mus musculus) 27-07-18 mmu tool-data/l.mmu.up.RData