-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2debc9b
commit a46013c
Showing
1 changed file
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
# Creating the first workflow to access GPCR data | ||
|
||
## Importing workflows | ||
## Importing workflows | ||
|
||
* Download the workshop material which consists of several KNIME workflow \(.knwf\) files | ||
* Download the workshop material which consists of several KNIME workflow \(.knwf\) files | ||
|
||
* At each exercise import the specified workflow by going to the menu bar, clicking on **File **and** Import KNIME Workflow… ** | ||
* Browse to the file** workflow\_name.knwf ** | ||
* Click **Finish **then double click on the imported workflow in the left panel to open it | ||
* You will also create a workflow yourself, but you can always refer to the provided workflows to see how the nodes work and to check the configuration settings | ||
* At each exercise import the specified workflow by going to the menu bar, clicking on **File **and** Import KNIME Workflow… | ||
** | ||
* Browse to the file** workflow\_name.knwf | ||
** | ||
* Click **Finish **then double click on the imported workflow in the left panel to open it | ||
* You will also create a workflow yourself, but you can always refer to the provided workflows to see how the nodes work and to check the configuration settings | ||
|
||
## Creating your first workflow | ||
## Creating your first workflow | ||
|
||
* In the menu bar click on **File **and** New… ** | ||
* Click **Next**, then give the workflow a name, finally click **Finish ** | ||
* Find the **GPCRDB Protein families **node in the** Node repository **and drop it to the workspace | ||
* Right click on the node and click **Configure…** – you can see that the only setting this node takes is the URL of GPCRdb, therefore you don’t need to change anything now | ||
* Right click on the node and click **Execute**, wait until the status becomes green | ||
* Right click on the node and open the Out-Port table – you can see a hierarchical list of GPCRs with their identifiers and names in the table | ||
|
||
* In the menu bar click on **File **and** New… | ||
** | ||
* Click **Next**, then give the workflow a name, finally click **Finish | ||
** | ||
* Find the **GPCRDB Protein families **node in the** Node repository **and drop it to the workspace | ||
* Right click on the node and click **Configure…** – you can see that the only setting this node takes is the URL of GPCRdb, therefore you don’t need to change anything now | ||
* Right click on the node and click **Execute**, wait until the status becomes green | ||
* Right click on the node and open the Out-Port table – you can see a hierarchical list of GPCRs with their identifiers and names in the table | ||
|
||
![](/assets/gpcrdb-protein-families.png) | ||
|
||
> **Q**: The **Slug** is a hierarchical identifier of GPCRs. The first three digits determine the class, the second three digits the ligand type, the third three digits the subfamily and the fourth three digits the subtype, e.g. 001\_001\_002\_001 means class A, aminergic, acetylcholine receptors, M1 | ||
> **Q**: The **Slug** is a hierarchical identifier of GPCRs. The first three digits determine the class, the second three digits the ligand type, the third three digits the subfamily and the fourth three digits the subtype, e.g. 001\_001\_002\_001 means class A, aminergic, acetylcholine receptors, M<sub>1</sub> | ||
|
||
|