在 R 中合并 NMR 数据

发布于 2024-10-18 21:13:58 字数 115 浏览 5 评论 0原文

我已将 R 上的 NMR 谱导入为 .csv 文件(第一列代表其他列的 ppm 值、各种谱的信号强度),我想对数据进行分类,比方说,将每 5 点设为 1。有什么建议吗?

干杯,

马塞洛

I've imported NMR spectra on R as .csv file ( first column represent the ppm values the others, signal intensity for various spectra) and I would like to bin the data, let's say, make every 5 points one. Any suggestions?

Cheers,

Marcelo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寻梦旅人 2024-10-25 21:13:58

Marcelo,您可以在 GitHub 上查看 ChemoSpec:https://github.com/bryanhanson/ChemoSpec

函数 binBuck 会按照你的要求做。一旦安装了该软件包,就会有一个相当完整的小插图可用。

要使用 ChemoSpec,您可能必须以与当前明显不同的方式导入数据集,或者如果您拥有可以修改现有数据的技能。该插图再次解释了 ChemoSpec 如何存储数据。

如果您需要进一步的帮助,请告诉我。布莱恩

Marcelo, you can look at ChemoSpec on GitHub here: https://github.com/bryanhanson/ChemoSpec

The function binBuck will do what you ask. There is a fairly complete vignette available once you have the package installed.

To use ChemoSpec, you may have to import your data set differently than you apparently currently have it, or if you have the skills you can modify what you have now. Again, the vignette explains how ChemoSpec stores the data.

Let me know if you need further assistance. Bryan

等风来 2024-10-25 21:13:58

我知道这是一个老问题,但它对其他用户可能有用。
您可以通过函数“binning”在R中使用“prospectr”包。您可以将“bin”设置为最终光谱大小,或将“bin.size”设置为比率。

I know it's an old question, but it can be useful for other users.
You can use "prospectr" package in R through function "binning". You can set "bin" as your final spectral size or "bin.size" for as ratio.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文