Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 521 Bytes

File metadata and controls

6 lines (4 loc) · 521 Bytes

pySummarizedExperiment

Python port of R's SummarizedExperiment container (link). This library aims to preserve as much as functionality as the original SummarizedExperiment, while using familar syntax from Pandas. Take a look at examples here

Install pySummarizedExperiment using pip:

pip install pySummarizedExperiment