Skip to content

Commit

Permalink
update small things
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 2, 2023
1 parent 5b6e4b7 commit ccf1144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/feature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Peptide properties and columns:
- ``sequence``: The peptide’s sequence corresponding to the feature, this peptide sequence do not includes posttraslational modifications -> ``string``
- ``unique``: Indicates whether the peptide sequence is unique for this protein in respect to the searched database -> ``boolean (0/1)``
- ``modifications``: A list of modifications for a give peptide ``[modification1, modification2, ...]``. A modification should be
recorded as string like :ref:`introduction#modifications` -> ``list[string]``
recorded as string like :doc:`introduction#modifications` -> ``list[string]``
- ``charge``: The charge assigned by the search engine/software -> ``integer``
- ``calc_mass_to_charge``: The PSM’s calculated (theoretical) mass to charge (m/z) -> ``double``
- ``exp_mass_to_charge``: The PSM’s experimental mass to charge (m/z) -> ``double``
- ``peptidoform``: Peptidoform of the PSM. See more `documentation here <Introduction.rst#peptidoform>`__. -> ``string``
- ``peptidoform``: Peptidoform of the PSM. See more :doc:`introduction#peptidoform` -> ``string``
- ``posterior_error_probability``: Posterior Error Probability score from quantms -> ``double``
- ``global_qvalue``: Global q-value for the feature for the peptide identification in the experiment -> ``double``
- ``is_decoy``: Indicates whether the peptide sequence (coming from the PSM) is decoy -> ``boolean (0/1)``
Expand Down

0 comments on commit ccf1144

Please sign in to comment.