From 9a52b36ab052161e2b5c580cd0ecd08f21b26c7a Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Fri, 12 Jan 2024 16:34:04 -0800 Subject: [PATCH] add more resources to publications other online resources --- index.qmd | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/index.qmd b/index.qmd index 8aefcfa..1dbab07 100644 --- a/index.qmd +++ b/index.qmd @@ -76,7 +76,17 @@ For complete list of all packages, visit the - `mopsy` ([GitHub](https://github.com/BiocPy/mopsy), [Docs](https://biocpy.github.io/mopsy/)): Helper functions to perform row or column operations over numpy and scipy matrices. Provides an interface similar to base R matrix methods/MatrixStats methods. - `pyBiocFileCache` ([GitHub](https://github.com/BiocPy/pyBiocFileCache), [Docs](https://pypi.org/project/pyBiocFileCache/), [BioC](https://github.com/Bioconductor/BiocFileCache)): File system based cache for resources & metadata. ------ -## Notes +---- -This is a reproducible Quarto book with ***reusable snippets***. To learn more about Quarto books visit . Checkout [Reproduce me](@sec-sessioninfo) for more information. +## Further reading + +Many online resources provide detailed info on these data structures, namely + +- [https://compgenomr.github.io/book/](https://compgenomr.github.io/book/) +- [https://www.nature.com/articles/nmeth.3252](https://www.nature.com/articles/nmeth.3252) +- [https://www.nature.com/articles/s41592-019-0654-x](https://www.nature.com/articles/s41592-019-0654-x) +- [https://github.com/waldronlab/EPIC-BiocIntro](https://github.com/waldronlab/EPIC-BiocIntro) + +#### Notes + +This is a reproducible Quarto book with ***reusable snippets***. To learn more about Quarto books visit . Checkout [Reproduce me](./chapters/sessioninfo.qmd) for more information.