You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+51-26
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,32 @@
1
1
# ProtSpace
2
2
3
-
ProtSpace is a visualization tool for exploring protein embeddings or similarity matrix along their 3D protein structures. It allows users to interactively visualize high-dimensional protein language model data in 2D or 3D space, color-code proteins based on various features, and view protein structures when available.
3
+
ProtSpace is a visualization tool for exploring **protein embeddings** or **similarity matrix** along their 3D protein structures. It allows users to interactively visualize high-dimensional protein language model data in 2D or 3D space, color-code proteins based on various features, and view protein structures when available.
4
+
5
+
## Web Interface
6
+
Try ProtSpace directly in your browser without installation:
7
+
https://protspace.rostlab.org/
8
+
9
+
## Quick Start with Google Colab
10
+
11
+
Try ProtSpace instantly using our Google Colab notebooks:
12
+
13
+
**Note**: Some Google Colab functionalities may not work properly in Safari browsers. For the best experience, we recommend using Chrome or Firefox.
14
+
15
+
1.**Explore Pre-computed Visualizations**:
16
+
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/Explore_ProtSpace.ipynb)
17
+
18
+
2.**Generate Protein Embeddings**:
19
+
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/ClickThrough_GenerateEmbeddings.ipynb)
20
+
21
+
3.**Full Pipeline Demo**:
22
+
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/Run_ProtSpace.ipynb)
4
23
5
24
## Table of Contents
6
25
7
26
-[ProtSpace](#protspace)
8
-
-[Table of Contents](#table-of-contents)
27
+
-[Web Interface](#web-interface)
9
28
-[Quick Start with Google Colab](#quick-start-with-google-colab)
29
+
-[Table of Contents](#table-of-contents)
10
30
-[Example Outputs](#example-outputs)
11
31
-[2D Scatter Plot (SVG)](#2d-scatter-plot-svg)
12
32
-[3D Interactive Plot](#3d-interactive-plot)
@@ -23,21 +43,7 @@ ProtSpace is a visualization tool for exploring protein embeddings or similarity
23
43
-[File Formats](#file-formats)
24
44
-[Input](#input)
25
45
-[Output](#output)
26
-
27
-
## Quick Start with Google Colab
28
-
29
-
Try ProtSpace instantly using our Google Colab notebooks:
30
-
31
-
**Note**: Some Google Colab functionalities may not work properly in Safari browsers. For the best experience, we recommend using Chrome or Firefox.
32
-
33
-
1.**Explore Pre-computed Visualizations**:
34
-
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/Explore_ProtSpace.ipynb)
35
-
36
-
2.**Generate Protein Embeddings**:
37
-
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/ClickThrough_GenerateEmbeddings.ipynb)
38
-
39
-
3.**Full Pipeline Demo**:
40
-
[](https://colab.research.google.com/github/tsenoner/protspace/blob/main/examples/notebook/Run_ProtSpace.ipynb)
0 commit comments