scEls: mediate access to python modules

Description Usage Value Note Examples

View source: R/scEls.R

Description

mediate access to python modules

Usage

1

Value

list of (S3) "python.builtin.module"

Note

Returns a list containing objects sc and pd that refer to Python modules SureTypeSC and pandas, respectively.

Examples

1
2
3
4
5
6
7
els = scEls()
els
##$sc
##Module(SureTypeSC)

##$pd
##Module(pandas) 

Meiomap/SureTypeSCR documentation built on Dec. 17, 2021, 3:22 a.m.