-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from plantinformatics/gabriel/basic-functions/…
…layout/features-tab Gabriel/basic functions/layout/features tab
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Features tab | ||
|
||
The Features tab is located in the right panel. It displays information about features that have been selected in the main view. | ||
|
||
## Example: Wheat Barley 40k marker positions in barley | ||
|
||
Add the ```Hordeum vulgare - MorexV3 - Markers - Wheat Barley 40k v1.1``` dataset for `chr1H` to the view, open the axis and zoom in until features are displayed in the axis. | ||
|
||
![Peek 2024-12-06 15-43](https://github.com/user-attachments/assets/1ffb23b6-5ab5-4949-a708-4afc6c6aa592) | ||
|
||
Next, select a region of the axis and click the Features tab in the right panel. Information about the selected features is displayed in the table. Clicking the header of a column will sort by that column. | ||
|
||
![Peek 2024-12-06 15-46](https://github.com/user-attachments/assets/1c653d33-25a9-4691-9b3e-29cac1cf506f) | ||
|
||
## Example: Viewing Gene Ontology (GO) terms for genes in the IWGSC RefSeq v2.1 wheat annotation | ||
|
||
Depending on the dataset, different information may be available for each feature. With gene annotations, often extra information is included about the gene, including alternative IDs, functional annotation or GO terms. | ||
|
||
To visualise the Gene Ontology annotation for wheat genes, load the ```Triticum aestivum - IWGSC_RefSeq_v2.1 - Genes HC``` dataset, open the axis and zoom in until features are displayed in the axis. | ||
|
||
![Peek 2024-12-06 15-49](https://github.com/user-attachments/assets/6eb4255b-2012-4a29-b0e9-31e8c0034a82) | ||
|
||
Next, select a region of the axis and click the Features tab in the right panel. For this annotation, a range of information has been added to the record for each gene. | ||
|
||
Re-arrange the panels if needed, to be able to see the contents of the Features table more clearly. The column named *GI-IDs-Description-via-Interpro* includes GO terms for each gene. | ||
|
||
![Peek 2024-12-06 15-54](https://github.com/user-attachments/assets/15319ed2-224c-4b4e-9d8e-c946bac6e9d6) |
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