Peptidomelanin release assays - underlying data
收藏Figshare2026-03-13 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Peptidomelanin_release_assays_-_underlying_data/31697863
下载链接
链接失效反馈官方服务:
资源简介:
################################################################################Peptidomelanin Release Analysis and Figure Generation:This repository contains scripts used to analyze melanin release experiments and generate publication-quality figures. The workflow processes experimental absorbance measurements, performs statistical analysis, and produces figure panels suitable for inclusion in manuscripts.This underlying data contains the following files (besides README):-Melanin_release.csv: file containing all the raw data for melanin release assays.-Panel_A.R: R scripts for image generation and statistical analysis of Figure 1A in the main article. Generates the time-course plot of melanin release comparing two fungal strains.. This R script draws input from Melanin_release.csv.-Panel_B.R: R scripts for image generation and statistical analysys for Figure 1B in the main article. Generates a comparison of melanin release across different nutrient conditions. This R script draws input from Melanin_release.csv.-commands.sh: A bash/shell wrapper script that runs Panel_A.R and Panel_B.R. It will concatenate the image outputs and generate a combined figure (panel_AB.png).-release.png: Same as panel_AB.png but I manually added annotations (panel labels: A and B). This is the final image that is included in the article.-panel_A.pdf, panel_B.pdf, panel_A.png, panel_B.png, panel_AB.png are intemediate outputs.################################################################################DEPENDENCIES:These scripts were run on Ubuntu 22.04.5 LTS (jammy)bash scripting: Required for installing R, needed for stat. anal. and img. gen.:$ sudo apt install r-base-corebash scripting: Required for installing pdf2ppm, for converting pdfs to pngs:$ sudo apt install poppler-utilsbash scripting: Required for combining images:$ sudo apt install imagemagickR scripting: install beeswarm package, needed for jittering datapoints:>install.packages("beeswarm")
创建时间:
2026-03-13



