Skip to content

Commit 9f690a5

Browse files
committed
update doc
1 parent 8407809 commit 9f690a5

File tree

9 files changed

+964
-15
lines changed

9 files changed

+964
-15
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- scipy>=1.15.1
1818
- seaborn>=0.13.2
1919
- setuptools>=67.6.0
20-
- statannot>=0.2.3
20+
- statannotations>=0.7.1
2121
- pip:
2222
- harmonypy>=0.0.10
2323
- leidenalg>=0.10.2

docs/references/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Cao, J., Spielmann, M., Qiu, X., Huang, X., Ibrahim, D.M., Hill, A.J., Zhang, F.
1717
Steemers, F.J. and Trapnell, C. (2019). **The single-cell transcriptional landscape of mammalian organogenesis.**
1818
*Nature*, **566(7745)**. `https://doi.org/10.1038/s41586-019-0969-x <https://doi.org/10.1038/s41586-019-0969-x>`_
1919

20+
Charlier, F., Weber, M., Izak, D., Harkin, E., Magnus, M., Lalli, J., Fresnais, L., Chan, M., Markov, N., Amsalem, O.,
21+
Proost, S., Krasoulis, A., and Repplinger, S. (2022). **Statannotations (v0.7.1).** *Zenodo*. `<https://doi.org/10.5281/zenodo.7213391 https://doi.org/10.5281/zenodo.7213391>`_
22+
2023
Cheng, S., Pei, Y., He, L., Peng, G., Reinius, B., Tam, P.P., Jing, N. and Deng, Q. (2019). **Single-cell RNA-seq
2124
reveals cellular heterogeneity of pluripotency transition and X chromosome dynamics during early mouse development.**
2225
*Cell reports*, **26(10)**. `https://doi.org/10.1016/j.celrep.2019.02.031 <https://doi.org/10.1016/j.celrep.2019.02.031>`_

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ seaborn>=0.13.2
1717
setuptools>=67.6.0
1818
sphinx<8.2.0,>=7.2.6
1919
sphinx-rtd-theme>=1.3.0
20-
statannot>=0.2.3
20+
statannotations>=0.7.1
2121
taxadb2>=0.12.3
2222
umap-learn>=0.5.7
2323
wget>=3.2

docs/tutorials/orthofinder.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Step 0 - run OrthoFinder
1010
- `SonicParanoid2 <https://gitlab.com/salvo981/sonicparanoid2>`_
1111
- `Broccoli <https://github.com/rderelle/Broccoli>`_
1212

13+
and the following databases:
14+
15+
- `EggNOG v6.0 <http://eggnog6.embl.de/>`_
16+
- `PLAZA <https://bioinformatics.psb.ugent.be/plaza/>`_
17+
- `OrthoMCL <https://orthomcl.org/orthomcl/app>`_
18+
1319
In order to extract an orthomap from `OrthoFinder <https:https://github.com/davidemms/OrthoFinder>`_ results, one needs to run `OrthoFinder <https:https://github.com/davidemms/OrthoFinder>`_.
1420

1521
Mandatory OrthoFinder results files

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- scipy>=1.15.1
1717
- seaborn>=0.13.2
1818
- setuptools>=67.6.0
19-
- statannot>=0.2.3
19+
- statannotations>=0.7.1
2020
- pip:
2121
- harmonypy>=0.0.10
2222
- leidenalg>=0.10.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"scipy>=1.15.1",
4747
"seaborn>=0.13.2",
4848
"setuptools>=67.6.0",
49-
"statannot>=0.2.3",
49+
"statannotations>=0.7.1",
5050
"taxadb2>=0.12.3",
5151
"umap-learn>=0.5.7",
5252
"wget>=3.2"

0 commit comments

Comments
 (0)