Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.32 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.32 KB

EuropePMC2ChEBI

The main parts of this project are the ChEBIplot R package and the KNIME workflow for extracting ChEBI annotations from a Europe PMC literature search and visualizing these as functions of mass and hydrophobicity. ChEBIplot provides functions for visualizing a single set of ChEBIs, comparisons of two sets in two colors, and tripartite comparisons as RGB plots.

The KNIME workflow should be configured with the search query, number of results pages to download and the output file name.

The original version that was used to generate the figures in the Analytical Chemistry paper emplyed for-loops that, though clear, are inefficient in R. These constructs should probably be fully vectorized or implemented in C++ using Rcpp.

In the Examples folder, you can find data and the R code to visualize the applicability of atmospheric pressure chemical ionization (APCI), electrospray ionization (ESI) and electron impact/ionization (EI). There is also a PowerPoint template for presenting the visualizations produced by ChEBIplot.

If you are interested in using ChEBIplot, the KNIME workflow or contributing to this project, don't be shy!

-Magnus