From fd36be9d548fc150b4074dea9bab3e8a1845fccd Mon Sep 17 00:00:00 2001 From: Antonio Camargo Date: Sun, 24 Mar 2019 14:07:49 -0300 Subject: [PATCH] Change wording --- tspex/core/specificity_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tspex/core/specificity_class.py b/tspex/core/specificity_class.py index 83baedd..bab84e5 100644 --- a/tspex/core/specificity_class.py +++ b/tspex/core/specificity_class.py @@ -149,7 +149,7 @@ def plot_heatmap(self, threshold, sort_genes = False, use_zscore=False, gene_nam threshold : float, default None Tissue-specificity threshold. sort_genes : bool, default False - Sort genes according to the tissue they are most expressed in. + Sort genes according to the tissues in which they are more expressed. use_zscore : bool, default False Use expression z-score instead of the raw values. gene_names : bool, default True