diff --git a/Thursday/StringDB-HandsOn.md b/Thursday/StringDB-HandsOn.md index 62a6253a790c7eee30d0e043940c0aa632bbeed6..55c659ab0903ec4b52fb8ac328de4e7265488753 100644 --- a/Thursday/StringDB-HandsOn.md +++ b/Thursday/StringDB-HandsOn.md @@ -70,13 +70,24 @@ Remove the protein structure preview 13. How many drug compounds can we find associated to the PTEN protein ? -14. Save a figure of the network in file -15. Save a table of the protein interactions in a table +<details> + <summary markdown="span">14. Save a figure of the network in file</summary> +Exports -> svg +</details> +<details> + <summary markdown="span">15. Save a table of the protein interactions </summary> +Exports -> tsv +</details> +<details> + <summary markdown="span">16. Save a table of the number of interactors per protein i</summary> +Exports -> tsv + +</details>