depthcharge
A deep learning toolkit for mass spectrometry
File Explorer
Download Latest Version (.zip)- docs.yml
- lint.yml
- publish.yml
- tests.yml
- analysis.tdf
- analysis.tdf_bin
- README.md
- TMT10-Trial-8.mgf
- TMT10-Trial-8.mzML
- TMT10-Trial-8.mzXML
- __init__.py
- analyte_datasets.py
- arrow.py
- fields.py
- parsers.py
- preprocessing.py
- spectrum_datasets.py
- __init__.py
- sinusoidal.py
- __init__.py
- molecules.py
- peptides.py
- tokenizer.py
- __init__.py
- analytes.py
- spectra.py
- __init__.py
- constants.py
- feedforward.py
- mixins.py
- primitives.py
- testing.py
- utils.py
- version.py
- datasets.md
- encoders.md
- index.md
- primitives.md
- tokenizers.md
- transformers.md
- installation.md
- spectra.qmd
- extra.css
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.md
- static
- icon.svg
- logo-dark.png
- logo-light.png
- test_arrow.py
- test_datasets.py
- test_loaders.py
- test_parsers.py
- test_sinusoidal.py
- test_molecules.py
- test_peptides.py
- test_analyte_transformers.py
- test_spectrum_transformers.py
- test_feedforward.py
- test_primitives.py
- test_testing.py
- test_version.py
- conftest.py
- .pre-commit-config.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- codecov.yml
- CONTRIBUTING.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/wfondrie/depthcharge
Downloads the entire project code from GitHub to your computer.
cd depthcharge
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
