-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsdrf.standalone.qmd
More file actions
51 lines (36 loc) · 2.36 KB
/
sdrf.standalone.qmd
File metadata and controls
51 lines (36 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: How to annotate data in proteomics
summary: A standalone version of the part of the Clinical Proteomics Teaching Module about SDRF metadata standard
date: last-modified
author: Lev Levitsky, Veit Schwämmle
hide:
- navigation
---
::: {.callout-note collapse="false"}
# Overview
This short training material is focused on proteomics data annotation and SDRF format. It is expected to take 1.5 hours to complete.
#### Learning goals
- Understand the concept, purpose and significance of data annotation in proteomics
- Learn about the scope and structure of SDRF
- Get practical experience with [lesSDRF](https://lessdrf.streamlit.app/), what it can and cannot do.
:::
## Part 1: Understanding study design and experimental setup
{{< include TeachingModule/study_intro.qmd >}}
::: {.callout-note}
We do not include any questions about the study to save time, but please read and understand the article so you know enough about the samples and data collected.
:::
{{< include TeachingModule/supp_data_questions.qmd >}}
## Part 2: Data annotation with SDRF
{{< include TeachingModule/sdrf.qmd >}}
+---------------+---------------------------------------------------------------------------------------------------+
|Name | <textarea id="name" placeholder="Type your name here..." class="input-box"></textarea> |
+---------------+---------------------------------------------------------------------------------------------------+
|Email | <textarea id="email" placeholder="Type your email here..." class="input-box"></textarea> |
+---------------+---------------------------------------------------------------------------------------------------+
|Course/Program | <textarea id="course" placeholder="Type your course/program here..." class="input-box"></textarea>|
+---------------+---------------------------------------------------------------------------------------------------+
|Date | <textarea id="date" placeholder="Type the date here..." class="input-box"></textarea> |
+---------------+---------------------------------------------------------------------------------------------------+
<button id="downloadBtn" class="download-button">Download Your Answers as PDF</button>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.3/html2pdf.bundle.min.js"></script>
<script src="./javascripts/answers.js"/>