read_pySCA_pickle: Reads the pickle file produced by pySCA and returns a list of...

View source: R/read_pySCA_pickle.R

read_pySCA_pickleR Documentation

Reads the pickle file produced by pySCA and returns a list of class pySCA_pickle.

Description

Reads the pickle file produced by pySCA and returns a list of class pySCA_pickle.

Usage

read_pySCA_pickle(path)

Arguments

path

Pat A character with the path file.

Value

pySCA_pickle

Examples

## 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)

currocam/toolkit4pySCA documentation built on April 7, 2022, 8:17 p.m.