Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…thon into il-l2g-prototype
  • Loading branch information
ireneisdoomed committed Oct 16, 2023
2 parents e2c92ce + e1ab18e commit 33019d6
Show file tree
Hide file tree
Showing 77 changed files with 609 additions and 410 deletions.
Binary file removed docs/assets/genetics_portal_logo-1.png
Binary file not shown.
Binary file added docs/assets/imgs/GWAS_Catalog_circle_178x178.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/imgs/UK_biobank_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
27 changes: 27 additions & 0 deletions docs/assets/imgs/finngen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/assets/imgs/gnomad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/imgs/open_targets_platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 0 additions & 1 deletion docs/components/datasource/finngen/_finngen.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/components/datasource/gnomad/_gnomad.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/components/datasource/gwas_catalog/_gwas_catalog.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/components/datasource/open_targets/_open_targets.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/components/datasource/ukbiobank/_ukbiobank.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/components/method/_method.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/contributing/_contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

TBC
6 changes: 5 additions & 1 deletion docs/contributing.md → docs/contributing/guidelines.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Environment configuration and contributing changes
---
title: Guidelines
---

# Contributing guidelines

## One-time configuration
The steps in this section only ever need to be done once on any particular system.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Troubleshooting
---

# Troubleshooting

## BLAS/LAPACK
Expand Down
10 changes: 8 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: Open Targets Genetics
hide:
- navigation
- toc
---

<p align="center">
<img width="460" height="300" src="assets/Open_Targets_Genetics_Portal_Logo_v2_font.svg">
<img width="460" height="300" src="assets/imgs/Open_Targets_Genetics_Portal_Logo_v2_font.svg">
</p>
<style>
.md-typeset h1,
Expand All @@ -24,4 +30,4 @@ Ingestion and analysis of genetic and functional genomic data for the identifica

This project is still in experimental phase. Please refer to the [roadmap section](./roadmap/) for more information.

For information on how to configure the development environment, run the code, or contribute changes, see the [contributing section](./contributing/). For known technical issues and solutions to them, see the [troubleshooting section](./troubleshooting/).
For information on how to contribute to the project see the [contributing section](./contributing).
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
Title: Installation
hide:
- navigation
- toc
---
# Installation

TBC
1 change: 1 addition & 0 deletions docs/python_api/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: Python API
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

# Dataset

::: otg.dataset.dataset.Dataset
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
::: otg.dataset.colocalisation.Colocalisation

___
# Colocalisation

## Schema

--8<-- "assets/schemas/colocalisation.md"

## Class
::: otg.dataset.colocalisation.Colocalisation
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.gene_index.GeneIndex

___
# GeneIndex

## Schema

--8<-- "assets/schemas/targets.md"

## Class

::: otg.dataset.gene_index.GeneIndex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.intervals.Intervals

___
# Intervals

## Schema

--8<-- "assets/schemas/intervals.md"

## Class

::: otg.dataset.intervals.Intervals
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# LD index
# LDIndex

## Schema

--8<-- "assets/schemas/ld_index.md"

## API
## Class

::: otg.dataset.ld_index.LDIndex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.study_index.StudyIndex

___
# StudyIndex

## Schema

--8<-- "assets/schemas/studies.md"

## Class

::: otg.dataset.study_index.StudyIndex
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Study-locus

::: otg.dataset.study_locus.StudyLocus
# StudyLocus

## Schema

--8<-- "assets/schemas/study_locus.md"

## Class

::: otg.dataset.study_locus.StudyLocus

___

# Study-locus quality controls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Study Locus Overlap
# StudyLocusOverlap

## Schema

--8<-- "assets/schemas/study_locus_overlap.md"
## API

## Class

::: otg.dataset.study_locus_overlap.StudyLocusOverlap
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.summary_statistics.SummaryStatistics

___
# SummaryStatistics

## Schema

--8<-- "assets/schemas/summary_statistics.md"

## Class

::: otg.dataset.summary_statistics.SummaryStatistics
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.variant_annotation.VariantAnnotation

___
# VariantAnnotation

## Schema

--8<-- "assets/schemas/variant_annotation.md"

## Class

::: otg.dataset.variant_annotation.VariantAnnotation
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.variant_index.VariantIndex

___
# VariantIndex

## Schema

--8<-- "assets/schemas/variant_index.md"

## Class

::: otg.dataset.variant_index.VariantIndex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
::: otg.dataset.v2g.V2G

___
# V2G

## Schema

--8<-- "assets/schemas/v2g.md"

## Class

::: otg.dataset.v2g.V2G
3 changes: 3 additions & 0 deletions docs/python_api/datasource/_datasource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Datasource

TBC
15 changes: 15 additions & 0 deletions docs/python_api/datasource/finngen/_finngen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: FinnGen
---

<p align="center">
<img width="300" height="200" src="/assets/imgs/finngen.svg">
</p>
<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>

[TOC]
9 changes: 9 additions & 0 deletions docs/python_api/datasource/gnomad/_gnomad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p align="center">
<img width="300" height="200" src="/assets/imgs/gnomad.svg">
</p>
<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>
6 changes: 6 additions & 0 deletions docs/python_api/datasource/gwas_catalog/_gwas_catalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div align="center">
<img width="100" height="100" src="/assets/imgs/GWAS_Catalog_circle_178x178.png">
<h1>GWAS Catalog</h1>
</div>

[TOC]
9 changes: 9 additions & 0 deletions docs/python_api/datasource/open_targets/_open_targets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p align="center">
<img width="400" height="200" src="/assets/imgs/open_targets_platform.svg">
</p>
<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>
9 changes: 9 additions & 0 deletions docs/python_api/datasource/ukbiobank/_ukbiobank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p align="center">
<img width="400" height="200" src="/assets/imgs/UK_biobank_logo.png">
</p>
<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>
1 change: 1 addition & 0 deletions docs/python_api/method/_method.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBC
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/python_api/step/_step.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Step

TBC
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

---
title: Roadmap
hide:
- navigation
- toc
---
# Roadmap

The Open Targets core team is working on refactoring Open Targets Genetics, aiming to:
Expand Down
10 changes: 10 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
Title: How-to
hide:
- navigation
- toc
---

# How-to

TBC
Loading

0 comments on commit 33019d6

Please sign in to comment.