File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ Guide on how to use Jupyter Notebook in the Proteomics Sandbox Application (git
5
5
6
6
-->
7
7
8
+ You can work with the notebook both on your local machine and in the Proteomics Sandbox application.
9
+ To do so, download the repository containing the Jupyter Notebook by executing the following snippet in your terminal:
10
+
11
+ ``` bash
12
+ git clone https://github.com/veitveit/training-quantitative-proteomics.git
13
+ ```
14
+
15
+ In the Proteomics Sandbox application:
16
+
17
+ 1 . Navigate to the ** ` Applications ` ** menu in the upper left corner.
18
+ 2 . Go to ** ` Development ` ** .
19
+ 3 . Click on ** ` Jupyter Notebook ` ** .
20
+
21
+ From there, you can select the notebook located in the directory:
22
+ ** ` /training-quantitative-proteomics/03_Cluster_Analysis/ ` **
23
+
24
+ This directory will be within the folder where you cloned the material in your terminal.
25
+
26
+ You can now proceed with the multivariate analysis of the material.
27
+
8
28
<iframe src="https://nbviewer.jupyter.org/github/veitveit/training-quantitative-proteomics/blob/main/03_Cluster_Analysis/Multivariate%20analysis.ipynb"
9
29
width="100%"
10
30
height="1200px">
You can’t perform that action at this time.
0 commit comments