-
Notifications
You must be signed in to change notification settings - Fork 6
TL;DR
Kevin F edited this page Oct 19, 2022
·
10 revisions
Swate is a FAIR workflow annotation Microsoft Excel add-in.
- Existing Microsoft Account with Excel 2019 or newer OR a free Microsoft account to use Excel online.
Follow the Quickstart guide (~2min).
Swate uses an Excel table as main tool to annotate workflows. Each table represent one process from input to output.
Examples:
- Plant -Sampling-> Extract
- Measured data files -statistical analysis-> result files
This image displays major areas of the Swate user interface, which will be referenced below.
- Start by creating a Swate annotation table.
- Use the yellow box pop-up button OR click the
Add Annotation Table
quick access button. - Only one table per Excel sheet.
- Each table is by default created with an input (
Source Name
) and an output (Sample Name
) column.
- Use the yellow box pop-up button OR click the
- If not active use the navbar to go to
Building Blocks
. Here you can addBuilding Blocks
to the table. - Use the first function block to search for
instrument model
. This search looks for fittingTerms
in ourOntology
database. - Select the
Term
with the idMS:1000031
and clickAdd building block
.- This adds three columns to your table, one visible and two hidden.
- Search for
sample volume
and select the term with idMS:1000005
, then check the button forThis Parameter has a unit:
and search formicroliter
in the just enabled searchbar and selectUO:0000101
. Add the building block.- This adds four columns to your table, one visible and three hidden.
- Select any field below
Parameter [sample volume]
and add any numbers as volume.- You can see that the numbers are complemented with the chosen unit. for example
10.00 microliter
.
- You can see that the numbers are complemented with the chosen unit. for example
- Navigate to
Terms
in the Navbar and select any number of fields belowParameter [instrument model]
. Then click into the searchfild in Swate.- You should see, that
instrument model
will be transferred in a field in front of the search. Any search will now be done on terms related toinstrument model
.
- You should see, that
- You can search or double click into the search field to show all related terms. Select any instrument model and click
Fill selected cells with this term
. - Hold Ctrl and click the
Autoformat Table
quick access button to adjust column widths and unhide all hidden columns.- You can see that your instrument model of choice was added with id and source
Ontology
in the reference (hidden) columns.
- You can see that your instrument model of choice was added with id and source
- Click the
Update Ontology Terms
quick access buttons.- This updates all reference columns according to the main column. In this case the reference columns for
Parameter [sample volume]
are updated with the id and source ontology of themicroliter
unit. - At this point. Your table should look similiar to this:
- This updates all reference columns according to the main column. In this case the reference columns for
Source Name | Parameter [instrument model] | Term Source REF (MS:1000031) | Term Accession Number (MS:1000031) | Parameter [sample volume] | Unit | Term Source REF (MS:1000005) | Term Accession Number (MS:1000005) | Sample Name |
---|---|---|---|---|---|---|---|---|
SCIEX instrument model | MS | http://purl.obolibrary.org/obo/MS_1000121 | 10.00 microliter | microliter | UO | http://purl.obolibrary.org/obo/UO_0000101 | ||
SCIEX instrument model | MS | http://purl.obolibrary.org/obo/MS_1000121 | 5.00 microliter | microliter | UO | http://purl.obolibrary.org/obo/UO_0000101 | ||
SCIEX instrument model | MS | http://purl.obolibrary.org/obo/MS_1000121 | 5.00 microliter | microliter | UO | http://purl.obolibrary.org/obo/UO_0000101 | ||
SCIEX instrument model | MS | http://purl.obolibrary.org/obo/MS_1000121 | 5.00 microliter | microliter | UO | http://purl.obolibrary.org/obo/UO_0000101 |
- Click the
Autoformat Table
quick access button without holding Ctrl to hide all reference columns. - Nearly done! 🎉 Navigate to
Templates
in the Navbar and clickBrowse database
in the first function block.- Here you can find community created workflow annotation templates.
- Search for and select
Proteomics MassSpec Assay
(name may be issue to change in future updates, pls let us know if there are problems).- You will see a preview of all building blocks which are part of this template.
- Click
Add template
to add allBuilding Block
s from the template to your table, which do not exist yet. - If there are any
Building Block
s which do not fit your experiment you can use theRemove Building Block
quick access button to remove saidBuilding Block
with all related reference (hidden) columns. - Adjust the
Building Block
s you want to use to describe your experiment as you see fit. Insert values using SwateTerm
search and add input and output. - Thats it for now! If you are interested in more in-depth documentation click here.
💬 In case you want to get in contact with us please open an issue on the Swate Github repository or write us at [email protected]. Even if that might not be the correct place we can forward you to the right place 😉.