Skip to content

Releases: YonghuiDong/Miso

v0.2.1

19 Feb 15:57
Compare
Choose a tag to compare

There are cases that a precursor-derived metabolite could be the modification of the dimer, trimer or even polymer of this precursor.

For instance, a metabolite could be [2M+H]+, where M is the precursor. if the mass difference of between labeled and unlabeld precursor is 10 (suppose 10 13C). Then the mass difference between the labeled and unlabeled metabolite will be 20 (2 * 10).

The poly parameter in the diso() function is therefore used to fish out such metabolites. poly = 2 means look for dimer precursor-derived metabolites; poly = 3 for trimer derived metabolites, and so on.

v0.2.0

11 Feb 07:36
Compare
Choose a tag to compare
  1. Take xcms set as input
  2. More user friendly and fully automated
  3. Can be directly applied for single, dual or multiple labelling experiments.

v0.1.5

27 Sep 19:00
Compare
Choose a tag to compare

efficient removal of natural isotopes and false positives using Rresult() function

v0.1.4

30 Aug 21:56
77d5860
Compare
Choose a tag to compare
  • Allow quantitative assessment
  • Add interactive plot

v0.1.3

22 Aug 13:29
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'