Further reading
If you want to know more about how to use Julia in the field of biology, we recommend reading the article Roesch, Elisabeth, et al. “Julia for biologists.” arXiv preprint arXiv:2109.09973 (2021): https://doi.org/10.48550/arXiv.2109.09973.
Biological data visualization is a big topic, with many dedicated packages in the Julia ecosystem, and we have only explored a few. Even for these few packages, what we can do is more of what we have seen in this chapter. If you want to learn more about the different packages, we recommend looking into their documentation:
- You can find the
MIToS
documentation at https://diegozea.github.io/MIToS.jl/latest/. - For customizing
Bio3Dview
plots, you can check out the documentation for the underlying JavaScript library, 3Dmol.js: https://3dmol.csb.pitt.edu/doc/index.html. - You can read more about the
DashBio
components at https://dash.plotly.com/julia/dash-bio. - If you want to see the
DashBio
components in...