Skip to content

Commit

Permalink
docs etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Feb 19, 2024
1 parent c0d246e commit 265b8d0
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 51 deletions.
86 changes: 43 additions & 43 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,11 @@ of the overall more than 16'000 cell lines, _cancercelllines.org_ goes beyond th
and provides an entry point for the comparative analysis of genomic variants in
cell lines as well as for the exploration of related publications.

### Data Statistics

#### Genotypic Sex of Donors

<iframe src="news/pie_sexes.html" width="500" height="500"></iframe>

#### Samples by Genotypic Sex

<iframe src="news/pie_all_samples.html" width="500" height="500"></iframe>


#### Donor Age

<iframe src="news/histogram_ages.html" width="700" height="600"></iframe>

#### Donors by Organ

<iframe src="news/icdot_barplot.html" width="700" height="650"></iframe>

### Data Sources

cancercelllines also includes SNV data from CCLE and ClinVar resources:

- CCLE mutation set: last accessed _2022-06-02_
- ClinVar variation release: last accessed _2023-06-25_

!!! example "Citation"

* cancercelllines.org: Cancer cell line oncogenomic online resource (2023)
* Paloots R and Baudis M. (2023): _cancercelllines.org_ - a Novel Resource for
Genomic Variants in Cancer Cell Lines. _bioRxiv [DOI 10.1101/2023.12.12.571281](https://doi.org/10.1101/2023.12.12.571281)_ 2023 Dec 13

??? tip "Additional Articles & Citation Options"

Expand All @@ -59,7 +35,43 @@ cancercelllines also includes SNV data from CCLE and ClinVar resources:
we suggest that you contact [Michael Baudis](https://info.baudisgroup.org/group/Michael_Baudis/)
if you plan any commercial use of the database or are interested to incorporate
the data into your research projects, for optional collaborative support.


## Data Sources

_cancercelllines.org_ includes SNV data from the CCLE and ClinVar resources:

- CCLE mutation set: last accessed _2022-06-02_
- ClinVar variation release: last accessed _2023-06-25_

<h3>Data Statistics</h3>

<div style="width: 100%; margin-top: 20px;">
<div style="width: 50%; text-align: center; float: left; clear: none;">
<iframe src="news/pie_sexes.html" width="98%" height="300"></iframe>
<br/>
Genotypic Sex of Donors
</div>

<div style="width: 50%; text-align: center; float: left; clear: none;">
<iframe src="news/pie_all_samples.html" width="98%" height="300"></iframe>
<br/>
Samples by Genotypic Sex
</div>
</div>

<div style="width: 100%; text-align: center; float: left; margin-top: 20px;">
<iframe src="news/histogram_ages.html" width="100%" height="500"></iframe>
<br/>
Donor Age
</div>

<div style="width: 100%; text-align: center; float: left; margin-top: 20px; margin-bottom: 20px">

<iframe src="news/icdot_barplot.html" width="100%%" height="650"></iframe>
<br/>
Donor Sites
</div>

## Related Resources

**Progenetix** The _Progenetix_ database and cancer genomic information resource provides a
Expand All @@ -82,7 +94,7 @@ develops a framework and default data model for the discovery and exchange of ge
and associated biomedical annotations. _cancercelllines.org_ makes extensive use of
the Beacon protocol for its API and also as engine behind its front end (see below).

## Progenetix Source Code
## _cancercelllines.org_ Source Code

With exception of some utility scripts and external dependencies (e.g.
[MongoDB](https://www.mongodb.com/try/download/community)) the following projects
Expand All @@ -93,7 +105,7 @@ behind Progenetix and Beacon<span style="vertical-align: super; color: red; font

- Python based service based on the [GA4GH Beacon protocol](http://beacon-project.io)
- software powering the _cancercelllines.org_ and _Progenetix_ resources
- [Beacon<span style="vertical-align: super; color: red; font-weight: 800;">+</span>](http://beacon.progenetix.org/ui/) implementation(s) use the same code base
- [Beacon<span style="vertical-align: super; color: red; font-weight: 800;">+</span>](http://beacon.progenetix.org/) implementation(s) use the same code base

### [`cancercelllines-web`](https://github.com/progenetix/cancercelllines-web)

Expand All @@ -108,17 +120,5 @@ behind Progenetix and Beacon<span style="vertical-align: super; color: red; font
### [`progenetix-web`](https://github.com/progenetix/progenetix-web)

- website for Progenetix and its Beacon<span style="vertical-align: super; color: red; font-weight: 800;">+</span> implementations
- provides Beacon interfaces for the `bycon` server, as well as other Progenetix sevices (e.g. the [publications](http://progenetix.org/publications/) repository)
- implemented as [React](https://reactjs.org) / [Next.js](https://nextjs.org) project
- contains this documentation tree here as `mkdocs` project, with files in the `docs` directory

### Additional Projects

#### [`icdot2uberon`](https://github.com/progenetix/icdot2uberon)

* mappings between ICD-O 3 topographies and UBERON anatomical sites

#### [`ICDOntologies`](https://github.com/progenetix/ICDOntologies)

* mappings between ICD-O 3 morphology / topography pairs and NCIt neoplasm core
cancer ontology
- provides Beacon interfaces for the `bycon` stack to the Progenetix sevices
- contains the main documentation tree
60 changes: 58 additions & 2 deletions docs/news/pie_all_samples.html

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions src/config/beaconSearchParameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ parameters:
codes please be aware that probably use of an "OR" filter logic will be appropriate.
This field relies on the existence of the term in the Beacon `filteringTermsResponse`.
isMulti: true
isHidden: true
isHidden: false
options:
- value: ""
label: "(no selection)"
Expand All @@ -172,7 +172,7 @@ parameters:
logic will be appropriate.
This field relies on the existence of the term in the Beacon `filteringTermsResponse`.
isMulti: true
isHidden: true
isHidden: false
options:
- value: ""
label: "(no selection)"
Expand Down Expand Up @@ -215,14 +215,15 @@ parameters:
- value: PATO:0020001
label: Male genotypic Sex
allTermsFilters:
label: Select Filters
label: All Filtering Options
isMulti: true
infoLink: "https://info.progenetix.org/doc/filters-documentation.html"
infoText: |
Add any **filters** to the search. These will usually
correspond to CURIE values supported by the resource (e.g.
"cellosaurus:CVCL_0004"; "NCIT:C3222"; "PMID:18559507").
This field relies on the existence of the term in the Beacon `filteringTermsResponse`.
This field relies on the existence of the term in the Beacon
`filteringTermsResponse`.
options:
- value: [""]
label: "(no selection)"
Expand All @@ -231,7 +232,7 @@ parameters:
isHidden: true
filterLogic:
label: Filter Logic
isHidden: true
isHidden: false
infoText: |
Boolean logic for filter values; the default **AND** assumes different
logical scopes for used filters (e.g. collision occurr if multiple cancer
Expand All @@ -251,7 +252,7 @@ parameters:
from gastric, esophagus, colon ... cancer. However, this parameter allows
to limit searches to the exact code match.
defaultValue: "True"
isHidden: true
isHidden: false
options:
- value: "true"
label: always match child terms
Expand Down
19 changes: 19 additions & 0 deletions src/config/celllines_searchExamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
isHidden: true
variantMaxLength:
isHidden: true
alternateBases:
isHidden: true
referenceBases:
isHidden: true
filterLogic:
isHidden: true
allTermsFilters:
defaultValue: ["NCIT:C3058"]
- label: "MYC Duplication in CL"
Expand All @@ -110,12 +116,19 @@
defaultValue: "124000000-127736593"
end:
defaultValue: "127740957-130000000"
alternateBases:
isHidden: true
referenceBases:
isHidden: true
variantType:
defaultValue: "EFO:0030070"
variantMinLength:
isHidden: true
variantMaxLength:
isHidden: true
filterLogic:
isHidden: true

- label: "TP53 Del. in Cell Lines"
note: "Example for TP53 deletion"
description: >-
Expand All @@ -127,6 +140,12 @@
defaultValue: "5000000-7676592"
end:
defaultValue: "7669608-10000000"
alternateBases:
isHidden: true
referenceBases:
isHidden: true
variantType:
defaultValue: "EFO:0030067"
filterLogic:
isHidden: true

0 comments on commit 265b8d0

Please sign in to comment.