five

Data from: Acute maneb exposure significantly alters both glycolysis and mitochondrial function in neuroblastoma cells

收藏
DataONE2018-05-07 更新2024-06-08 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈
资源简介:
The pesticides paraquat (PQ) and maneb (MB) have been described as environmental risk factors for Parkinson’s disease (PD), with mechanisms associated with mitochondrial dysfunction and reactive oxygen species generation. A combined exposure of PQ and MB in murine models and neuroblastoma cells has been utilized to further advance understanding of the PD phenotype. MB acts as a redox modulator through alkylation of protein thiols and has been previously characterized to inhibit complex III of the electron transport chain and uncouple the mitochondrial proton gradient. The purpose of this study was to analyze ATP-linked respiration and glycolysis in human neuroblastoma cells utilizing the Seahorse extracellular flux platform. Employing an acute, subtoxic exposure of MB, this investigation revealed a MB-mediated decrease in mitochondrial oxygen consumption at baseline and maximal respiration, with inhibition of ATP synthesis and coupling efficiency. Additionally, MB-treated cells showed an increase in nonmitochondrial respiration and proton leak. Further investigation into mitochondrial fuel flex revealed an elimination of fuel flexibility across all 3 major substrates, with a decrease in pyruvate capacity as well as glutamine dependency. Analyses of glycolytic function showed a substantial decrease in glycolytic acidification caused by lactic acid export. This inhibition of glycolytic parameters was also observed after titrating the MB dose as low as 6 μM, and appears to be dependent on the dithiocarbamate functional group, with manganese possibly potentiating the effect. Further studies into cellular ATP and NAD levels revealed a drastic decrease in cells treated with MB. In summary, MB significantly impacted both aerobic and anaerobic energy production; therefore, further characterization of MB’s effect on cellular energetics may provide insight into the specificity of PD to dopaminergic neurons.
创建时间:
2018-05-07
用户留言
有没有相关的论文或文献参考?
这个数据集是基于什么背景创建的?
数据集的作者是谁?
能帮我联系到这个数据集的作者吗?
这个数据集如何下载?
点击留言
数据主题
具身智能
数据集  4099个
机构  8个
大模型
数据集  439个
机构  10个
无人机
数据集  37个
机构  6个
指令微调
数据集  36个
机构  6个
蛋白质结构
数据集  50个
机构  8个
空间智能
数据集  21个
机构  5个
5,000+
优质数据集
54 个
任务类型
进入经典数据集
热门数据集

Solar Radiation Data

该数据集包含全球多个地点的太阳辐射数据,涵盖了不同时间段和气象条件下的辐射强度。数据包括直接辐射、散射辐射和总辐射等指标,适用于太阳能资源评估和气候研究。

www.nrel.gov 收录

MMOral

MMOral是一个针对全景X光片解读的大规模多模态指令数据集和基准。它包括20,563张带有1.3百万条指令跟随实例的注释图像,涵盖了多种任务类型,如属性提取、报告生成、视觉问答和基于图像的对话。此外,我们还提出了MMOral-Bench,这是一个涵盖牙科五个关键诊断维度的综合评估套件。我们评估了64个LVLMs在MMOral-Bench上的表现,发现即使是表现最好的模型GPT-4o,也只能达到41.45%的准确率,这揭示了当前模型在这一领域的显著局限性。为了促进该特定领域的发展,我们还提出了OralGPT,它使用我们精心策划的MMOral指令数据集对Qwen2.5-VL-7B进行监督微调。值得注意的是,一个SFT周期就为LVLMs带来了显著的性能提升,例如,OralGPT表现出24.73%的改进。MMOral和OralGPT都具有作为智能牙科关键基础的巨大潜力,并使牙科领域中的多模态AI系统更具临床意义。数据集、模型、基准和评估套件可在上述网址获取。

arXiv 收录

中国交通事故深度调查(CIDAS)数据集

交通事故深度调查数据通过采用科学系统方法现场调查中国道路上实际发生交通事故相关的道路环境、道路交通行为、车辆损坏、人员损伤信息,以探究碰撞事故中车损和人伤机理。目前已积累深度调查事故10000余例,单个案例信息包含人、车 、路和环境多维信息组成的3000多个字段。该数据集可作为深入分析中国道路交通事故工况特征,探索事故预防和损伤防护措施的关键数据源,为制定汽车安全法规和标准、完善汽车测评试验规程、

北方大数据交易中心 收录

Employee Performance Dataset

该数据集包含新员工的实际表现数据,包括人口统计信息和测试分数。它作为高级线性代数在机器学习中的应用课程作业的基础资源,用于编写机器学习代码。

github 收录

中国1km分辨率逐月降水量数据集(1901-2024)

该数据集为中国逐月降水量数据,空间分辨率为0.0083333°(约1km),时间为1901.1-2024.12。数据格式为NETCDF,即.nc格式。该数据集是根据CRU发布的全球0.5°气候数据集以及WorldClim发布的全球高分辨率气候数据集,通过Delta空间降尺度方案在中国降尺度生成的。并且,使用496个独立气象观测点数据进行验证,验证结果可信。本数据集包含的地理空间范围是全国主要陆地(包含港澳台地区),不含南海岛礁等区域。为了便于存储,数据均为int16型存于nc文件中,降水单位为0.1mm。 nc数据可使用ArcMAP软件打开制图; 并可用Matlab软件进行提取处理,Matlab发布了读入与存储nc文件的函数,读取函数为ncread,切换到nc文件存储文件夹,语句表达为:ncread (‘XXX.nc’,‘var’, [i j t],[leni lenj lent]),其中XXX.nc为文件名,为字符串需要’’;var是从XXX.nc中读取的变量名,为字符串需要’’;i、j、t分别为读取数据的起始行、列、时间,leni、lenj、lent i分别为在行、列、时间维度上读取的长度。这样,研究区内任何地区、任何时间段均可用此函数读取。Matlab的help里面有很多关于nc数据的命令,可查看。数据坐标系统建议使用WGS84。

国家青藏高原科学数据中心 收录