Skip to content

Commit

Permalink
updated API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Aug 16, 2024
1 parent 714b050 commit e33fdd4
Showing 1 changed file with 51 additions and 3 deletions.
54 changes: 51 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

## API Clients

### BioMart
```{eval-rst}
.. module:: nf_rnaseq.api_schema
.. currentmodule:: nf_rnaseq
Supports downloads of
.. autosummary::
:toctree: generated
APIClient
APIClientGET
APIClientPOST
```

### BioMart

```{eval-rst}
.. module:: nf_rnaseq.biomart
Expand All @@ -13,5 +23,43 @@ Supports downloads of
.. autosummary::
:toctree: generated
biomart.BioMart
BioMart
```

### HGNC

```{eval-rst}
.. module:: nf_rnaseq.hgnc
.. currentmodule:: nf_rnaseq
.. autosummary::
:toctree: generated
HGNC
```

### UniProt

```{eval-rst}
.. module:: nf_rnaseq.uniprot
.. currentmodule:: nf_rnaseq
.. autosummary::
:toctree: generated
UniProt
UniProtGET
UniProtPOST
```

### Load

```{eval-rst}
.. module:: nf_rnaseq.load
.. currentmodule:: nf_rnaseq
.. autosummary::
:toctree: generated
literal_eval_list
```

0 comments on commit e33fdd4

Please sign in to comment.