You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**CandyCrunch** is a package for predicting glycan structure from LC-MS/MS data. It contains the CandyCrunch model, along with the rest of the inference pipeline and and downstream spectrum processing tools. These are further described in our upcoming manuscript (Urban et al., bioRxiv 2023).
28
+
**CandyCrunch** is a package for predicting glycan structure from LC-MS/MS data. It contains the CandyCrunch model, along with the rest of the inference pipeline and and downstream spectrum processing tools. These are further described in our manuscript [Urban et al. (2023)](https://www.biorxiv.org/content/10.1101/2023.06.13.544793v1.full) – ***Predicting glycan structure from tandem mass spectrometry via deep learning*** on bioRxiv.
30
29
31
30
## Install CandyCrunch
32
31
#### Development version:
@@ -45,7 +44,8 @@ pip install CandyCrunch
45
44
```
46
45
## `CandyCrunch.ipynb` [](https://colab.research.google.com/github/BojarLab/CandyCrunch/blob/main/CandyCrunch.ipynb)
47
46
If you are looking for a **convenient** and **easy-to-run** version of the code that does not require any local installations, we have also created a Google Colaboratory notebook.
48
-
The notebook contains an example pipeline ready to run, which can be copied, executed, and customised in any way.
47
+
The notebook contains an example pipeline ready to run, which can be copied, executed, and customised in any way.
48
+
The example file included in the notebook is the same as in `examples/` and is ready for use in the notebook workflow.
49
49
50
50
## Using CandyCrunch – LC-MS/MS glycan annotation
51
51
#### `wrap_inference` (in `CandyCrunch.prediction`) <br>
0 commit comments