Description Usage Arguments Value Examples
Retrieves an NPA model object to be used with NPA package
1  | load_model(species = "Hs", family, name, version = "latest")
 | 
species | 
 A string, species name. Default is 'Hs'  | 
family | 
 A string, family name. To know the list of available families, use 'list_families“ function.  | 
name | 
 A string. Model name to be loaded. To know the list of available models, use 'list_models' function.  | 
version | 
 A string. Model version. Default is the latest version.  | 
A NPAModel R6 class object to be used with NPA package
1 2  | list_models(species = "Mm", family = "CFA")
# m <- load_model(family = "CFA", name = "Apoptosis")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.