Skip to content

Commit

Permalink
Add links to ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed May 22, 2024
1 parent 9d9ec87 commit f434292
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install --upgrade --force-reinstall git+https://github.com/helicalAI/helical
- [Universal Cell Embedding (UCE)](https://helical.readthedocs.io/en/latest/docs/UCE.html)

### DNA models:
- Coming soon
- [HyenaDNA](https://helical.readthedocs.io/en/latest/docs/hyena_dna.html)


## Demo & Use Cases
Expand Down Expand Up @@ -73,6 +73,7 @@ A lot of our models have been published by talend authors developing these excit
- [scGPT](https://github.com/bowang-lab/scGPT/)
- [Geneformer](https://huggingface.co/ctheodoris/Geneformer)
- [UCE](https://github.com/snap-stanford/UCE)
- [HyenaDNA](https://github.com/HazyResearch/hyena-dna)
- [anndata](https://github.com/scverse/anndata)
- [scanpy](https://github.com/scverse/scanpy)
- [transformers](https://github.com/huggingface/transformers)
Expand Down
6 changes: 5 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ git clone https://github.com/helicalAI/helical.git
Within the `example` folder, open the notebook of your choice. We recommend starting with `Geneformer-vs-UCE.ipynb`

### RNA models:
- [Geneformer](https://helical.readthedocs.io/en/latest/docs/Geneformer.html)
- [scGPT](https://helical.readthedocs.io/en/latest/docs/scGPT.html)
- [Universal Cell Embedding (UCE)](https://helical.readthedocs.io/en/latest/docs/UCE.html)
- `Geneformer-vs-UCE.ipynb`: Zero-Shot Reference Mapping with Geneformer & UCE and compare the outcomes.
- Coming soon: new models such as scGPT, SCimilarity, scVI; benchmarking scripts; new use cases; others

### DNA models:
- Coming soon: new models such as Nucleotide Transformer; others
- [HyenaDNA](https://helical.readthedocs.io/en/latest/docs/hyena_dna.html)

## Stuck somewhere ? Other ideas ?
We are eager to help you and interact with you. Reach out via support@helical-ai.com.
Expand All @@ -66,6 +69,7 @@ A lot of our models have been published by talend authors developing these excit
- [scGPT](https://github.com/bowang-lab/scGPT/)
- [Geneformer](https://huggingface.co/ctheodoris/Geneformer)
- [UCE](https://github.com/snap-stanford/UCE)
- [HyenaDNA](https://github.com/HazyResearch/hyena-dna)
- [anndata](https://github.com/scverse/anndata)
- [scanpy](https://github.com/scverse/scanpy)
- [transformers](https://github.com/huggingface/transformers)
Expand Down

0 comments on commit f434292

Please sign in to comment.