Skip to content

Commit

Permalink
more common/
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Feb 1, 2024
1 parent 03bd33b commit 8cf2241
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/beaconplus.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ collections of MongoDB databases. These collections are addressed by scoped quer
Filters represent a way to allow the resource provider to direct "self-scoped" query values to the corresponding attributes in their backend resource. In the Progenetix implementation, a lookup table followed by scope assignment is used to map prefixed filter values to the correct attributes and collections. Most of the filter options are
based on ontology terms or identifiers in CURIE format (e.g. `NCIT:C4033`, `cellosaurus:CVCL_0030` or `PMID:16004614`). For use case examples please
look below; documentation of available ontologies and how to find out about available
terms can be found on the [Classifications and Ontologies](classifications-and-ontologies.md) page.
terms can be found on the [Classifications and Ontologies](common/classifications-and-ontologies.md) page.

In Beacon v2, the new `FilteringTerms` schema adds options to specify different
types of filters (`OntologyFilter`, `AlphanumericFilter`, `CustomFilter`) which can
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terms used in a query. More information is available in the [Filtering Terms](be

## 2022-01-17: Introducing `variant_state` classes for CNVs

More information can be found in the [description of ontology use for CNVs](classifications-and-ontologies.md#genomic-variations-cnv-ontology).
More information can be found in the [description of ontology use for CNVs](common/classifications-and-ontologies.md#genomic-variations-cnv-ontology).

## 2022-01-10: BUG FIX Frequency Maps

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion docs/common/plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The standard format for (plot-)images generated on Progenetix is Scalable Vector

On most pages where plots are being displayed there is a download option for the images - (please alert us where those are missing). Browsers also have the option to export SVGs themselves e.g. as PDF.


## The `byconaut` plotting library

Functionality of the Progenetix and cancercellline.org plotting API is provided
Expand Down
6 changes: 0 additions & 6 deletions docs/javascripts/tablesort.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/news/2022-01-17-cnv-state-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: More granular annotation of CNV types
date: 2022-01-17
---

More information can be found in the [description of ontology use for CNVs](classifications-and-ontologies.md#genomic-variations-cnv-ontology).
More information can be found in the [description of ontology use for CNVs](common/classifications-and-ontologies.md#genomic-variations-cnv-ontology).
2 changes: 1 addition & 1 deletion docs/pgxRpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Retrieve biosample information

You can select biosamples from specific groups of interests, chosen by a filter. The description about _filters_ is [here](https://docs.progenetix.org/classifications-and-ontologies/).
You can select biosamples from specific groups of interests, chosen by a filter. The description about _filters_ is [here](https://docs.progenetix.org/common/classifications-and-ontologies/).

```
biosamples <- pgxLoader(type="biosample", filters = "NCIT:C3512",codematches = TRUE)
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repo_url: https://github.com/progenetix/progenetix-web

# vars for common files (shared between sites) #################################

api_site_label: progenetix.org
api_site_label: '[Progenetix](https://progenetix.org)'
api_web_root: https://progenetix.org

################################################################################
Expand All @@ -22,7 +22,7 @@ nav:
- Analysis in R - pgxRpi: pgxRpi
- Plotting & Visualizations: common/plotting
- Use Case Examples: use-cases
- Classifications, Ontologies & Standards: classifications-and-ontologies
- Classifications, Ontologies & Standards: common/classifications-and-ontologies
- Publication Collection: publication-collection
- Data Review: progenetix-data-review
- Technical Notes: technical-notes
Expand Down Expand Up @@ -105,6 +105,6 @@ extra:
link: https://github.com/progenetix
extra_css:
- css/theme_overrides.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
# extra_javascript:
# - https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js

0 comments on commit 8cf2241

Please sign in to comment.