-
+

Project generated with PyScaffold +PyPI-Server +Unit tests

+

rds2py#

Parse and construct Python representations for datasets stored in RDS files. rds2py supports a few base classes from R and Bioconductor’s SummarizedExperiment and SingleCellExperiment S4 classes. This is possible because of Aaron’s rds2cpp library.

The package uses memory views (except for strings) to access the same memory from C++ in Python (through Cython of course). This is especially useful for large datasets so we don’t make multiple copies of data.

@@ -332,7 +335,7 @@

Note#