Skip to content

Commit

Permalink
Merge pull request #47 from plantinformatics/gabriel/basic-functions/…
Browse files Browse the repository at this point in the history
…layout/features-tab

Gabriel/basic functions/layout/features tab
  • Loading branch information
kennyAgricultureVic authored Dec 6, 2024
2 parents c415964 + 4596a00 commit 372bd87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/Basic-Functions/Features-tab.md
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)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ nav:
- Use-Cases/VCF-genotype-search.md
- Basic Functions:
- Basic-Functions/Search-tab.md
- Basic-Functions/Features-tab.md
- Basic-Functions/Adding-and-removing-datasets-from-the-view.md
- Basic-Functions/Search-and-filter-datasets.md
- Basic-Functions/Zooming-in-and-out-of-datasets.md
Expand Down

0 comments on commit 372bd87

Please sign in to comment.