View source: R/read_pySCA_pickle.R
read_pySCA_pickle | R Documentation |
Reads the pickle file produced by pySCA and returns a list of class pySCA_pickle.
read_pySCA_pickle(path)
path |
Pat A character with the path file. |
pySCA_pickle
## Not run: pysca <- import_pySCA_module_using_reticulate( virtualenv = "r-pySCA", force_installing = FALSE) path <- "inst/extdata/HBG2_HUMAN.ClustalW.db" pySCA_HBG2_HUMAN <- read_pySCA_pickle(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.