You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The returned `r_obj` either returns an appropriate Python class if a parser is already implemented or returns the dictionary containing the data from the RDS file.
65
43
66
-
In addition, the package provides the dictionary representation of the RDS file.
44
+
To just get the parsed dictionary representation of the RDS file,
67
45
68
46
```python
69
47
from rds2py import parse_rds
@@ -106,6 +84,13 @@ print(gr)
106
84
| dgCMatrix | scipy.sparse.csc_matrix |
107
85
| dgRMatrix | scipy.sparse.csr_matrix |
108
86
87
+
and integration with BiocPy ecosystem for Bioconductor classes
88
+
- SummarizedExperiment
89
+
- RangedSummarizedExperiment
90
+
- SingleCellExperiment
91
+
- GenomicRanges
92
+
- MultiAssayExperiment
93
+
109
94
## Developer Notes
110
95
111
96
This project uses pybind11 to provide bindings to the rds2cpp library. Please make sure necessary C++ compiler is installed on your system.
0 commit comments