ACTIONetExperiment is the extension of SummarizedExperiment class specifically designed to match the structure of Python AnnData objects. It was originally developed to accompany the ACTIONet R package, but functions as a stand-alone package for omics data storage and manipulation. ACTIONetExperiment objects can be used interchangeably with SummarizedExperiment or SingleCellExperiment objects in most packages.

For Linux Users
sudo apt install libhdf5-dev
For Mac Users
brew install hdf5
install.packages("devtools")
devtools::install_github("shmohammadi86/ACTIONetExperiment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.