From a9184c12dd8278b115729127229d1ef127393b2d Mon Sep 17 00:00:00 2001 From: RVanDamme Date: Fri, 10 Jan 2020 14:50:59 +0100 Subject: [PATCH] fix pankegg all gene link + text color --- bin/pankegg_bin_RNA.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/pankegg_bin_RNA.py b/bin/pankegg_bin_RNA.py index f7cc500..b35ef9b 100644 --- a/bin/pankegg_bin_RNA.py +++ b/bin/pankegg_bin_RNA.py @@ -221,7 +221,7 @@ def write_html_sample(dict_global_sample, output,
  • Pathway Summary represent the pathway with both the expressed and non expressed genes
  • Pathway Expressed represent the pathway with the genes present in both RNAseq and the bin
  • Pathway Non expressed represent the pathway with the genes present in the bin but absent from the RNAseq
  • -
  • Pathway All Genes represent the pathway with all the genes present in the bin
  • +
  • Pathway All Genes represent the pathway with all the genes present in the bin without disctintion by RNAseq
  • the column "Bins Composition" is the list of the bins with genes present in the pathway plus for each bin the number of genes from the bin present in the pathway and the number of genes present in the bins but also present in the RNAseq
  • Figure detail @@ -330,7 +330,7 @@ def write_html_sample(dict_global_sample, output, represent the genes of the BINS that are in RNAseq in green and the one absent from RNAseq in orange represent only the genes of the bins that are in RNAseq in green represent only the genes of the bins that are not in RNAseq in orange - represent all the genes of the bins + represent all the genes of the bins without disctinction by RNAseq Bins [number of gene in the bin, number of genes in the bin present in RNAseq] """) @@ -459,7 +459,7 @@ def write_html_bins(dict_global_bin, output,
  • Pathway Summary represent the pathway with both the expressed and non expressed genes
  • Pathway Expressed represent the pathway with the genes present in both RNAseq and the bin
  • Pathway Non expressed represent the pathway with the genes present in the bin but absent from the RNAseq
  • -
  • Pathway All Genes represent the pathway with all the genes present in the bin
  • +
  • Pathway All Genes represent the pathway with all the genes present in the bin without any disctinction by RNAseq
  • Expressed genes
  • Non expressed genes is the list of the genes of the pathway present in the bin but are absent of the RNAseq
  • @@ -564,7 +564,7 @@ def write_html_bins(dict_global_bin, output, Pathways Summary Pathways Expressed Pathways Non Expressed - Pathways All Genes + Pathways All Genes Expressed Genes Non Expressed Genes @@ -572,7 +572,7 @@ def write_html_bins(dict_global_bin, output, Represent the genes of the Bin that are in RNAseq in green and the one absent from RNAseq in orange Represent only the genes of the bins that are in RNAseq in green Represent only the genes of the bins that are not in RNAseq in orange - Represent all the genes of the bins + Represent all the genes of the bins without discintction by RNAseq Genes of the bin present in RNAseq Genes of the bin absent in RNAseq @@ -625,7 +625,7 @@ def write_html_bins(dict_global_bin, output, """ ) outfile.write(f""" - {pathway_name} + {pathway_name} """ )