Skip to content

Commit 22ccd27

Browse files
committed
improving docs
1 parent 934533b commit 22ccd27

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

docs/formats.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ SDRF: experimental design
2121

2222
The HUPO-PSI and ProteomeXchange recently developed the MAGE-TAB an standard file format for experimental design representation. Within the MAGE-TAB, the Sample and Data Relationship Format (SDRF) is a lightweight tab delimited format to represent the sample metadata and its relation with the data files (RAW or mzML files).
2323

24+
.. image:: https://raw.githubusercontent.com/bigbio/proteomics-metadata-standard/master/sdrf-proteomics/images/sdrf-nutshell.png
25+
:width: 900
26+
:align: center
27+
28+
|
29+
Multiple concepts from SDRF and **relevant and important** for the quantms pipeline:
30+
31+
**Peptide Search Parameters**:
32+
33+
- comment[cleavage agent details]: enzyme used in the experiment, including sites and positions.
34+
- comment[modification parameters]: post-translation modifications that will be consider within the peptide/protein search
35+
- comment[precursor mass tolerance], comment[fragment mass tolerance]: Precursor mass tolerance use for the peptide search. Both each engines Comet and MSGF+ use this parameter.
36+
37+
38+
2439
Spectra Data
2540
~~~~~~~~~~~~~~~~~~~~~~~~~~
2641

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Contents
2929
.. toctree::
3030
:maxdepth: 2
3131

32+
|
33+
3234
The following links should be follow to get support and help with the quantms maintainers:
3335

3436
|Get help on Slack| |Report Issue| |Get help on GitHub Forum|

docs/introduction.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Bottom-up proteomics is a common method to identify proteins and characterize th
88
:width: 400
99
:align: center
1010

11+
|
1112
1213
.. sidebar:: Pipelines and tools
1314
:subtitle: **It can make your life easier** if you want to explore individual tools:
@@ -30,7 +31,8 @@ Mass spectrometry quantitative data analysis can be divided in three main steps:
3031
- downstream data analysis and quality control
3132

3233
.. image:: images/quantms.png
33-
:width: 350
34+
:width: 450
35+
:align: center
3436

3537
References
3638
--------------------------------

0 commit comments

Comments
 (0)