ACTIONetExperiment is the extension of SummarizedExperiment class specifically designed to match the structure of Python AnnData objects. It is originally developed to accompany the ACTIONet R package.
For Linux Users
sudo apt install libhdf5-dev
For Mac Users
brew install hdf5
install.packages("devtools")
devtools::install_github("shmohammadi86/ACTIONetExperiment")