Skip to content

Commit

Permalink
add documentation for cytof assay plugin (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Jul 20, 2023
1 parent 55b1e1a commit ca37751
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs_manual/source/dev_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ within assays based on the assay type. They are placed under

The following assay sub-apps currently exist:

cytof
Protein expression profiling / mass cytometry assay app.
dna_sequencing
DNA sequencing assay app.
generic_raw
Expand Down
19 changes: 19 additions & 0 deletions docs_manual/source/metadata_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ SODAR currently supports the following assay plugins:
- **Metabolite Profiling / Mass Spectrometry**
- **Microarray**
- **Protein Expression Profiling / Mass Spectrometry**
- **Protein Expression Profiling / Mass Cytometry**

Common links as well as plugin specific links are detailed below.

Expand Down Expand Up @@ -182,3 +183,21 @@ Protein Expression Profiling / Mass Spectrometry Plugin
* Files are linked to ``RawData`` under the assay.
- Used with measurement type / technology type
* protein expression profiling / mass spectrometry

Protein Expression Profiling / Mass Cytometry Plugin
-------------------------------------------------------

- Internal name: ``samplesheets_assay_cytof``
- Additional assay shortcuts
* N/A
- Row-specific links
* Rows with an **Assay Name** set in the **mass cytometry** process are
linked to ``{Assay Name}`` to created one collection per measurement run.
- Inline links
* *Barcode key* and *Antibody panel* process parameter values are linked
to ``MiscFiles``
* *Report file* process parameter/comment values are linked
to ``{Assay Name}``
* *Raw Data Files* and *Derived Data Files* are linked to ``{Assay Name}``
- Used with measurement type / technology type
* protein expression profiling / mass cytometry

0 comments on commit ca37751

Please sign in to comment.