在 R 中合并 NMR 数据
我已将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
我知道这是一个老问题,但它对其他用户可能有用。
您可以通过函数“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.