From 4e90d35fce3c92cdf5c273612e98f22fe16a9036 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Mon, 16 Sep 2024 13:00:06 +0200 Subject: [PATCH] Save notes. --- libcodonusage/libcodonusage.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libcodonusage/libcodonusage.py b/libcodonusage/libcodonusage.py index 856af0e..309a259 100644 --- a/libcodonusage/libcodonusage.py +++ b/libcodonusage/libcodonusage.py @@ -14,6 +14,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. """Functions used in Jupyter notebooks.""" + +Some_notes = """ +Good ref is important. Whole genome should be OK, but could be highly expressed genes. + +TODO: Try other projections than PCA: manifold learning (for instance t-SNE)... +""" from itertools import chain, combinations import json from operator import attrgetter, itemgetter -- GitLab