View source: R/magma_install.R
magma_install | R Documentation |
Checks whether MAGMA is currently installed, and if not, tries to automatically install it. For a list of all changes across MAGMA versions, please see here.
magma_install(
dest_dir = find_install_dir(),
desired_version = "latest",
upgrade = FALSE,
verbose = TRUE
)
dest_dir |
Folder in which to install MAGMA. |
desired_version |
Desired version of MAGMA. |
upgrade |
If MAGMA is already installed and is not the latest version,
should it be upgraded to the latest version? (Default: |
verbose |
Print messages. |
Path to MAGMA executable.
MAGMA.celltyping documentation
magma <- magma_install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.