From 94f0aa4ecdb3e137590420c0bbd38d15108acec4 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 20 Oct 2020 21:23:48 +0200 Subject: Mustache fixed --- Makefile | 4 ++-- figures/roc.png | Bin 146544 -> 134226 bytes mutagenicity.md | 7 +++++-- mutagenicity.pdf | Bin 1846417 -> 1847966 bytes 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c63cdf5..271f680 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ARTICLE_FILE = mutagenicity.mustache.md PANDOC_SCHOLAR_PATH = pandoc-scholar OUTFILE_PREFIX = mutagenicity -DEFAULT_EXTENSIONS = pdf #latex docx html #odt epub +DEFAULT_EXTENSIONS = pdf #latex#docx html #odt epub PANDOC_WRITER_OPTIONS = --filter=pandoc-placetable --filter=pandoc-crossref --filter=pandoc-citeproc TEMPLATE_FILE_LATEX = pandoc-scholar.latex @@ -42,7 +42,7 @@ FIGURES = figures/roc.png figures/tsne-mp2d.png figures/tsne-padel.png all: $(TABLES) $(FIGURES) $(CV_SUMMARY) mutagenicity.pdf include $(PANDOC_SCHOLAR_PATH)/Makefile -mutagenicity.mustache.md: $(CV_SUMMARY) $(PA_SUMMARY) mutagenicity.md $(TABLES) $(FIGURES) +mutagenicity.mustache.md: $(CV_SUMMARY) mutagenicity.md $(TABLES) $(FIGURES) mustache $^ > $@ # figures diff --git a/figures/roc.png b/figures/roc.png index 24a9dfb..732299b 100644 Binary files a/figures/roc.png and b/figures/roc.png differ diff --git a/mutagenicity.md b/mutagenicity.md index d05cbc7..6abd497 100644 --- a/mutagenicity.md +++ b/mutagenicity.md @@ -514,13 +514,15 @@ Pyrrolizidine alkaloid mutagenicity predictions ----------------------------------------------- Mutagenicity predictions from all investigated models for 602 pyrrolizidine -alkaloids (PAs) are summarized in Table 4. A CSV table with all predictions can be +alkaloids (PAs) are shown in Table 4. A CSV table with all predictions can be downloaded from https://git.in-silico.ch/mutagenicity-paper/tables/pa-table.csv -**TODO** **Verena und Philipp** Koennt Ihr bitte stichprobenweise die Tabelle ueberpruefen, mir verrutscht bei der Auswertung immer gerne etwas. +**TODO** **Verena und Philipp** Koennt Ihr bitte stichprobenweise die Tabelle ueberpruefen \input{tables/pa-tab.tex} +@tbl:pa-summary summarises the number of positive and negative mutagenicity predictions for all investigated models. + ```{#tbl:pa-summary .table file="tables/pa-summary.csv" caption="Summary of pyrrolizidine alkaloid mutagenicity predictions"} ``` @@ -532,6 +534,7 @@ maintaining the high-dimensional distances of the objects. Similar objects are represented by nearby points and dissimilar objects are represented by distant points. + @fig:tsne-mp2d shows the t-SNE of pyrrolizidine alkaloids (PA) and the mutagenicity training data in MP2D space (Tanimoto/Jaccard similarity). ![t-SNE visualisation of mutagenicity training data and pyrrolizidine alkaloids (PA)](figures/tsne-mp2d.png){#fig:tsne-mp2d} diff --git a/mutagenicity.pdf b/mutagenicity.pdf index 9eaf590..af2434a 100644 Binary files a/mutagenicity.pdf and b/mutagenicity.pdf differ -- cgit v1.2.3