install_anndata {anndata} | R Documentation |
Install anndata
Description
Needs to be run after installing the anndata R package.
Usage
install_anndata(method = "auto", conda = "auto")
Arguments
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 |
Examples
## Not run:
reticulate::conda_install()
install_anndata()
## End(Not run)
[Package anndata version 0.7.5.6 Index]