Absence of Action Potential-Like Spiking in D2O-Suspended Proteinoid Microspheres
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/14852900
下载链接
链接失效反馈官方服务:
资源简介:
% 1. Read the CSV files
data_common = readtable('GPA_PURE.csv'); % Proteinoids in deionized water
data_heavy = readtable('glupheheavywater.csv'); % Proteinoids in heavy water
% File names for heavy water and deionized water (excluding 1000 mV/s)
files_H2O = {'10.csv', '50.csv', '100.csv', '400.csv', '600.csv', '800.csv', '900.csv'};
files_DW = {'10p.csv', '50p.csv', '100p.csv', '400p.csv', '600p.csv', '800p.csv', '900p.csv'};
scan_rates = [10, 50, 100, 400, 600, 800, 900]; % mV/s
创建时间:
2025-02-11



