View source: R/install_anndata.R
install_anndata | R Documentation |
Needs to be run after installing the anndata R package.
install_anndata(method = "auto", conda = "auto")
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
The path to a |
## Not run:
reticulate::conda_install()
install_anndata()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.